Searched refs:loadStarted (Results 1 - 14 of 14) sorted by relevance

/external/webkit/WebKit/android/jni/
H A DWebCoreFrameBridge.h67 void loadStarted(WebCore::Frame* frame);
H A DWebCoreFrameBridge.cpp214 mJavaFrame->mLoadStarted = env->GetMethodID(clazz, "loadStarted",
251 LOG_ASSERT(mJavaFrame->mLoadStarted, "Could not find method loadStarted");
527 WebFrame::loadStarted(WebCore::Frame* frame) function in class:android::WebFrame
535 LOGV("::WebCore:: loadStarted %s", url.string().ascii().data());
/external/webkit/WebKit/qt/Api/
H A Dqgraphicswebview.h99 void loadStarted();
H A Dqwebview.h116 void loadStarted();
H A Dqwebframe.h217 void loadStarted();
H A Dqwebview.cpp232 The loadStarted() signal is emitted when the view begins loading. The
383 connect(d->page, SIGNAL(loadStarted()),
384 this, SIGNAL(loadStarted()));
877 \sa stop(), pageAction(), loadStarted()
1151 \fn void QWebView::loadStarted()
1164 \sa loadStarted()
1186 \sa loadStarted(), loadFinished()
H A Dqwebpage.h306 void loadStarted();
H A Dqgraphicswebview.cpp365 \fn void QGraphicsWebView::loadStarted()
378 \sa loadStarted()
598 connect(d->page, SIGNAL(loadStarted()),
599 this, SIGNAL(loadStarted()));
761 \sa stop(), loadStarted()
1176 \sa loadStarted(), loadFinished()
/external/webkit/WebKitTools/QtLauncher/
H A Dmain.cpp97 void loadStarted();
160 connect(page(), SIGNAL(loadStarted()), this, SLOT(loadStarted()));
315 void LauncherWindow::loadStarted() function in class:LauncherWindow
/external/webkit/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp167 connect(this, SIGNAL(loadStarted()),
168 m_webFrame->page(), SIGNAL(loadStarted()));
169 connect(this, SIGNAL(loadStarted()),
170 m_webFrame, SIGNAL(loadStarted()));
457 emit loadStarted();
H A DFrameLoaderClientQt.h64 void loadStarted();
/external/webkit/WebKitTools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp346 // We need to connect to loadStarted() because notifyDone should only
348 connect(m_page, SIGNAL(loadStarted()),
/external/webkit/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp211 m_webFrame->loadStarted(m_frame);
842 m_webFrame->loadStarted(m_frame);
/external/webkit/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp220 QSignalSpy spyLoadStarted(m_view, SIGNAL(loadStarted()));

Completed in 1474 milliseconds