Home
last modified time | relevance | path

Searched refs:urlChanged (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dtabwidget.cpp88 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 Dtabwidget.h77 void urlChanged(const QUrl &url);
H A Dwebpopupwindow.cpp80 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
H A Dbrowserwindow.cpp67 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dtabwidget.cpp88 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 Dtabwidget.h77 void urlChanged(const QUrl &url);
H A Dwebpopupwindow.cpp80 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
H A Dbrowserwindow.cpp65 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesupplier_p.h69 Q_PROPERTY(QUrl url READ url WRITE setUrl NOTIFY urlChanged)
99 void urlChanged();
H A Dqdeclarativesupplier.cpp118 emit urlChanged(); in setSupplier()
190 emit urlChanged(); in setUrl()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dtabwidget.cpp97 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 Dtabwidget.h77 void urlChanged(const QUrl &url);
H A Dwebpopupwindow.cpp81 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
H A Dbrowserwindow.cpp123 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dtabwidget.cpp97 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 Dtabwidget.h77 void urlChanged(const QUrl &url);
H A Dwebpopupwindow.cpp81 connect(m_view, &WebView::urlChanged, [this](const QUrl &url) { in WebPopupWindow()
H A Dbrowserwindow.cpp123 connect(m_tabWidget, &TabWidget::urlChanged, [this](const QUrl &url) { in BrowserWindow()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/
H A Dtst_supplier.qml92 …{ 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 Dwebview.cpp202 this, SIGNAL(urlChanged(QUrl))); in WebView()
H A Durllineedit.cpp267 connect(webView, SIGNAL(urlChanged(QUrl)), in setWebView()
H A Dtabwidget.cpp449 connect(webView, SIGNAL(urlChanged(QUrl)), in newTab()