Home
last modified time | relevance | path

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

/external/webkit/WebKit/qt/Api/
Dqgraphicswebview.h102 void loadProgress(int progress);
Dqwebview.h117 void loadProgress(int progress);
Dqwebview.cpp385 connect(d->page, SIGNAL(loadProgress(int)), in setPage()
386 this, SIGNAL(loadProgress(int))); in setPage()
Dqgraphicswebview.cpp600 connect(d->page, SIGNAL(loadProgress(int)), in setPage()
601 this, SIGNAL(loadProgress(int))); in setPage()
Dqwebpage.h307 void loadProgress(int progress);
Dqwebpage.cpp1748 connect(this, SIGNAL(loadProgress(int)), this, SLOT(_q_onLoadProgressChanged(int))); in QWebPage()
/external/webkit/WebKit/qt/tests/qwebview/
Dtst_qwebview.cpp179 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int))); in WebViewCrashTest()
/external/webkit/WebKitTools/QtLauncher/
Dmainwindow.cpp76 connect(page(), SIGNAL(loadProgress(int)), urlEdit, SLOT(setProgress(int))); in buildUI()
/external/webkit/WebKit/qt/WebCoreSupport/
DFrameLoaderClientQt.h65 void loadProgress(int d);
DFrameLoaderClientQt.cpp171 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/
DQtWebKitu.def292 ?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/
Dtst_qwebframe.cpp2134 QSignalSpy progressSpy(m_view, SIGNAL(loadProgress(int))); in progressSignal()
/external/webkit/WebKit/qt/
DChangeLog2372 Added loadProgress and statusBarMessage signals instead,
2469 a function triggered by the loadProgress signal.
11727 Emit loadProgress() signal on loadStarted().
/external/webkit/WebKit/mac/
DChangeLog-2002-12-0317222 Changed loadProgress->bytesSoFar to use [sender contentLengthReceived]
/external/webkit/WebCore/
DChangeLog-2002-12-0314075 Changed loadProgress->bytesSoFar to use [sender contentLengthReceived]
DChangeLog-2010-01-2938092 a function triggered by the loadProgress signal.