Home
last modified time | relevance | path

Searched refs:loadProgress (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/
H A Dtabwidget.cpp87 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 Dwebview.cpp71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
116 int WebView::loadProgress() const in loadProgress() function in WebView
H A Dwebview.h67 int loadProgress() const;
H A Dtabwidget.h75 void loadProgress(int progress);
H A Dbrowserwindow.cpp65 connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/
H A Dtabwidget.cpp87 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 Dwebview.cpp71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
116 int WebView::loadProgress() const in loadProgress() function in WebView
H A Dwebview.h67 int loadProgress() const;
H A Dtabwidget.h75 void loadProgress(int progress);
H A Dbrowserwindow.cpp63 connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dtabwidget.cpp96 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 Dwebview.cpp71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
116 int WebView::loadProgress() const in loadProgress() function in WebView
H A Dwebview.h67 int loadProgress() const;
H A Dtabwidget.h75 void loadProgress(int progress);
H A Dbrowserwindow.cpp121 … connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dtabwidget.cpp96 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 Dwebview.cpp71 connect(this, &QWebEngineView::loadProgress, [this](int progress) { in WebView()
116 int WebView::loadProgress() const in loadProgress() function in WebView
H A Dwebview.h67 int loadProgress() const;
H A Dtabwidget.h75 void loadProgress(int progress);
H A Dbrowserwindow.cpp121 … connect(m_tabWidget, &TabWidget::loadProgress, this, &BrowserWindow::handleWebViewLoadProgress); in BrowserWindow()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dtabwidget.cpp305 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 Dtabwidget.h142 void loadProgress(int progress);
H A Dwebview.cpp197 connect(this, SIGNAL(loadProgress(int)), in WebView()
H A Durllineedit.cpp273 connect(webView, SIGNAL(loadProgress(int)), in setWebView()
H A Dbrowsermainwindow.cpp112 connect(m_tabWidget, SIGNAL(loadProgress(int)), in BrowserMainWindow()