| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | tabwidget.cpp | 88 emit urlChanged(view->url()); in handleCurrentChanged() local 97 emit urlChanged(QUrl()); in handleCurrentChanged() local 162 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView() 167 emit urlChanged(url); in setupView() local
|
| H A D | tabwidget.h | 77 void urlChanged(const QUrl &url);
|
| H A D | webpopupwindow.cpp | 80 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
|
| H A D | browserwindow.cpp | 67 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | tabwidget.cpp | 88 emit urlChanged(view->url()); in handleCurrentChanged() local 97 emit urlChanged(QUrl()); in handleCurrentChanged() local 162 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView() 167 emit urlChanged(url); in setupView() local
|
| H A D | tabwidget.h | 77 void urlChanged(const QUrl &url);
|
| H A D | webpopupwindow.cpp | 80 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
|
| H A D | browserwindow.cpp | 65 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesupplier_p.h | 69 Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged) 99 void urlChanged();
|
| H A D | qdeclarativesupplier.cpp | 118 emit urlChanged(); in setSupplier() 190 emit urlChanged(); in setUrl()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 97 emit urlChanged(view->url()); in handleCurrentChanged() local 106 emit urlChanged(QUrl()); in handleCurrentChanged() local 171 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView() 176 emit urlChanged(url); in setupView() local
|
| H A D | tabwidget.h | 77 void urlChanged(const QUrl &url);
|
| H A D | webpopupwindow.cpp | 81 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
|
| H A D | browserwindow.cpp | 123 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 97 emit urlChanged(view->url()); in handleCurrentChanged() local 106 emit urlChanged(QUrl()); in handleCurrentChanged() local 171 connect(webView, &QWebEngineView::urlChanged, [this, webView](const QUrl &url) { in setupView() 176 emit urlChanged(url); in setupView() local
|
| H A D | tabwidget.h | 77 void urlChanged(const QUrl &url);
|
| H A D | webpopupwindow.cpp | 81 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
|
| H A D | browserwindow.cpp | 123 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_supplier.qml | 92 …{ tag: "url", property: "url", signal: "urlChanged", value: "http://example.com/test-supplier-id-1…
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | webview.cpp | 202 this, SIGNAL(urlChanged(QUrl))); in WebView()
|
| H A D | urllineedit.cpp | 267 connect(webView, SIGNAL(urlChanged(QUrl)), in setWebView()
|
| H A D | tabwidget.cpp | 449 connect(webView, SIGNAL(urlChanged(QUrl)), in newTab()
|