Searched defs:dispatchDidReceiveTitle (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.cpp367 void WebFrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebFrameLoaderClient
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp374 void FrameLoaderClientWinCE::dispatchDidReceiveTitle(const StringWithDirection&) function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp745 void FrameLoaderClientImpl::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp579 void FrameLoaderClientEfl::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebCore::FrameLoaderClientEfl
641 // no need for, dispatchDidReceiveTitle is the right callback
646 // no need for, dispatchDidReceiveTitle is the right callback
715 // no need for, dispatchDidReceiveTitle is the right callback
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp952 void FrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp240 void FrameLoaderClientHaiku::dispatchDidReceiveTitle(const StringWithTitle& title) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp298 void FrameLoaderClientWx::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp405 void WebFrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp290 void FrameLoaderClientAndroid::dispatchDidReceiveTitle(const StringWithDirection& title) { function in class:android::FrameLoaderClientAndroid
903 // Not needed. dispatchDidReceiveTitle is called immediately after this.
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp449 void FrameLoaderClientQt::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebCore::FrameLoaderClientQt
486 // We should assume first the frame has no title. If it has, then the above dispatchDidReceiveTitle()
620 // No need for, dispatchDidReceiveTitle is the right callback.
626 // No need for, dispatchDidReceiveTitle is the right callback.
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h274 virtual void dispatchDidReceiveTitle(const StringWithDirection&) { } function in class:WebCore::EmptyFrameLoaderClient

Completed in 198 milliseconds