Home
last modified time | relevance | path

Searched refs:titleChanged (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dtabwidget.cpp86 emit titleChanged(view->title()); in handleCurrentChanged() local
95 emit titleChanged(QString()); in handleCurrentChanged() local
153 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
160 emit titleChanged(title); in setupView() local
H A Dtabwidget.h76 void titleChanged(const QString &title);
H A Dwebpopupwindow.cpp79 connect(m_view, &WebView::titleChanged, this, &QWidget::setWindowTitle); in WebPopupWindow()
H A Dbrowserwindow.cpp61 connect(m_tabWidget, &TabWidget::titleChanged, this, &BrowserWindow::handleWebViewTitleChanged); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dtabwidget.cpp86 emit titleChanged(view->title()); in handleCurrentChanged() local
95 emit titleChanged(QString()); in handleCurrentChanged() local
153 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
160 emit titleChanged(title); in setupView() local
H A Dtabwidget.h76 void titleChanged(const QString &title);
H A Dwebpopupwindow.cpp79 connect(m_view, &WebView::titleChanged, this, &QWidget::setWindowTitle); in WebPopupWindow()
H A Dbrowserwindow.cpp59 connect(m_tabWidget, &TabWidget::titleChanged, this, &BrowserWindow::handleWebViewTitleChanged); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dtabwidget.cpp95 emit titleChanged(view->title()); in handleCurrentChanged() local
104 emit titleChanged(QString()); in handleCurrentChanged() local
162 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
169 emit titleChanged(title); in setupView() local
H A Dtabwidget.h76 void titleChanged(const QString &title);
H A Dwebpopupwindow.cpp80 connect(m_view, &WebView::titleChanged, this, &QWidget::setWindowTitle); in WebPopupWindow()
H A Dbrowserwindow.cpp116 connect(m_tabWidget, &TabWidget::titleChanged, this, &BrowserWindow::handleWebViewTitleChanged); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dtabwidget.cpp95 emit titleChanged(view->title()); in handleCurrentChanged() local
104 emit titleChanged(QString()); in handleCurrentChanged() local
162 connect(webView, &QWebEngineView::titleChanged, [this, webView](const QString &title) { in setupView()
169 emit titleChanged(title); in setupView() local
H A Dtabwidget.h76 void titleChanged(const QString &title);
H A Dwebpopupwindow.cpp80 connect(m_view, &WebView::titleChanged, this, &QWidget::setWindowTitle); in WebPopupWindow()
H A Dbrowserwindow.cpp116 connect(m_tabWidget, &TabWidget::titleChanged, this, &BrowserWindow::handleWebViewTitleChanged); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp447 connect(webView, SIGNAL(titleChanged(QString)), in newTab()