| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | tabwidget.cpp | 87 emit loadProgress(view->loadProgress()); in handleCurrentChanged() local 96 emit loadProgress(0); in handleCurrentChanged() local 169 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView() 171 emit loadProgress(progress); in setupView() local
|
| H A D | webview.cpp | 71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView() 116 int WebView::loadProgress() const in loadProgress() function in WebView
|
| H A D | webview.h | 67 int loadProgress() const;
|
| H A D | tabwidget.h | 75 void loadProgress(int progress);
|
| H A D | browserwindow.cpp | 65 connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | tabwidget.cpp | 87 emit loadProgress(view->loadProgress()); in handleCurrentChanged() local 96 emit loadProgress(0); in handleCurrentChanged() local 169 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView() 171 emit loadProgress(progress); in setupView() local
|
| H A D | webview.cpp | 71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView() 116 int WebView::loadProgress() const in loadProgress() function in WebView
|
| H A D | webview.h | 67 int loadProgress() const;
|
| H A D | tabwidget.h | 75 void loadProgress(int progress);
|
| H A D | browserwindow.cpp | 63 connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 96 emit loadProgress(view->loadProgress()); in handleCurrentChanged() local 105 emit loadProgress(0); in handleCurrentChanged() local 178 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView() 180 emit loadProgress(progress); in setupView() local
|
| H A D | webview.cpp | 71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView() 116 int WebView::loadProgress() const in loadProgress() function in WebView
|
| H A D | webview.h | 67 int loadProgress() const;
|
| H A D | tabwidget.h | 75 void loadProgress(int progress);
|
| H A D | browserwindow.cpp | 121 … connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | tabwidget.cpp | 96 emit loadProgress(view->loadProgress()); in handleCurrentChanged() local 105 emit loadProgress(0); in handleCurrentChanged() local 178 connect(webView, &QWebEngineView::loadProgress, [this, webView](int progress) { in setupView() 180 emit loadProgress(progress); in setupView() local
|
| H A D | webview.cpp | 71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView() 116 int WebView::loadProgress() const in loadProgress() function in WebView
|
| H A D | webview.h | 67 int loadProgress() const;
|
| H A D | tabwidget.h | 75 void loadProgress(int progress);
|
| H A D | browserwindow.cpp | 121 … connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | tabwidget.cpp | 305 disconnect(oldWebView, SIGNAL(loadProgress(int)), in currentChanged() 306 this, SIGNAL(loadProgress(int))); in currentChanged() 313 connect(webView, SIGNAL(loadProgress(int)), in currentChanged() 314 this, SIGNAL(loadProgress(int))); in currentChanged() 322 emit loadProgress(webView->progress()); in currentChanged() local
|
| H A D | tabwidget.h | 142 void loadProgress(int progress);
|
| H A D | webview.cpp | 197 connect(this, SIGNAL(loadProgress(int)), in WebView()
|
| H A D | urllineedit.cpp | 273 connect(webView, SIGNAL(loadProgress(int)), in setWebView()
|
| H A D | browsermainwindow.cpp | 112 connect(m_tabWidget, SIGNAL(loadProgress(int)), in BrowserMainWindow()
|