Searched refs:loadProgress (Results 1 – 16 of 16) sorted by relevance
/external/webkit/WebKit/qt/Api/ |
D | qgraphicswebview.h | 102 void loadProgress(int progress);
|
D | qwebview.h | 117 void loadProgress(int progress);
|
D | qwebview.cpp | 385 connect(d->page, SIGNAL(loadProgress(int)), in setPage() 386 this, SIGNAL(loadProgress(int))); in setPage()
|
D | qgraphicswebview.cpp | 600 connect(d->page, SIGNAL(loadProgress(int)), in setPage() 601 this, SIGNAL(loadProgress(int))); in setPage()
|
D | qwebpage.h | 307 void loadProgress(int progress);
|
D | qwebpage.cpp | 1748 connect(this, SIGNAL(loadProgress(int)), this, SLOT(_q_onLoadProgressChanged(int))); in QWebPage()
|
/external/webkit/WebKit/qt/tests/qwebview/ |
D | tst_qwebview.cpp | 179 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int))); in WebViewCrashTest()
|
/external/webkit/WebKitTools/QtLauncher/ |
D | mainwindow.cpp | 76 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int))); in buildUI()
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
D | FrameLoaderClientQt.h | 65 void loadProgress(int d);
|
D | FrameLoaderClientQt.cpp | 171 connect(this, SIGNAL(loadProgress(int)), in setFrame() 172 m_webFrame->page(), SIGNAL(loadProgress(int))); in setFrame() 468 emit loadProgress(qRound(m_frame->page()->progress()->estimatedProgress() * 100)); in postProgressEstimateChangedNotification() local
|
/external/webkit/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 292 ?loadProgress@QGraphicsWebView@@IAEXH@Z @ 291 NONAME ; void QGraphicsWebView::loadProgress(int) 293 ?loadProgress@QWebPage@@IAEXH@Z @ 292 NONAME ; void QWebPage::loadProgress(int) 294 ?loadProgress@QWebView@@IAEXH@Z @ 293 NONAME ; void QWebView::loadProgress(int)
|
/external/webkit/WebKit/qt/tests/qwebframe/ |
D | tst_qwebframe.cpp | 2134 QSignalSpy progressSpy(m_view, SIGNAL(loadProgress(int))); in progressSignal()
|
/external/webkit/WebKit/qt/ |
D | ChangeLog | 2372 Added loadProgress and statusBarMessage signals instead, 2469 a function triggered by the loadProgress signal. 11727 Emit loadProgress() signal on loadStarted().
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2002-12-03 | 17222 Changed loadProgress->bytesSoFar to use [sender contentLengthReceived]
|
/external/webkit/WebCore/ |
D | ChangeLog-2002-12-03 | 14075 Changed loadProgress->bytesSoFar to use [sender contentLengthReceived]
|
D | ChangeLog-2010-01-29 | 38092 a function triggered by the loadProgress signal.
|