Searched refs:dispatchDidReceiveTitle (Results 1 - 25 of 25) sorted by relevance

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h90 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
H A DFrameLoaderClientAndroid.cpp291 void FrameLoaderClientAndroid::dispatchDidReceiveTitle(const StringWithDirection& title) { function in class:android::FrameLoaderClientAndroid
904 // Not needed. dispatchDidReceiveTitle is called immediately after this.
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h105 virtual void dispatchDidReceiveTitle(const StringWithDirection&);
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/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h105 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
H A DFrameLoaderClientHaiku.cpp240 void FrameLoaderClientHaiku::dispatchDidReceiveTitle(const StringWithTitle& title) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DWebFrameLoaderClient.h72 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
H A DWebFrameLoaderClient.cpp367 void WebFrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebFrameLoaderClient
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.h106 virtual void dispatchDidReceiveTitle(const StringWithDirection& title);
H A DFrameLoaderClientWx.cpp298 void FrameLoaderClientWx::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderClient.h143 virtual void dispatchDidReceiveTitle(const StringWithDirection&) = 0;
H A DEmptyClients.h278 virtual void dispatchDidReceiveTitle(const StringWithDirection&) { } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp619 m_client->dispatchDidReceiveTitle(ptitle);
1955 m_client->dispatchDidReceiveTitle(title);
3486 m_client->dispatchDidReceiveTitle(loader->title());
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h107 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
H A DFrameLoaderClientImpl.cpp745 void FrameLoaderClientImpl::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h84 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
H A DFrameLoaderClientGtk.cpp952 void FrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h113 virtual void dispatchDidReceiveTitle(const StringWithDirection&);
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/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.h79 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
H A DFrameLoaderClientWinCE.cpp374 void FrameLoaderClientWinCE::dispatchDidReceiveTitle(const StringWithDirection&) function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h87 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
H A DWebFrameLoaderClient.cpp405 void WebFrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title) function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h104 virtual void dispatchDidReceiveTitle(const WebCore::StringWithDirection&);
H A DWebFrameLoaderClient.mm627 void WebFrameLoaderClient::dispatchDidReceiveTitle(const StringWithDirection& title)

Completed in 123 milliseconds