Searched refs:willChangeTitle (Results 1 - 21 of 21) sorted by relevance

/external/webkit/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h126 virtual void willChangeTitle(DocumentLoader*);
H A DFrameLoaderClientAndroid.cpp629 void FrameLoaderClientAndroid::willChangeTitle(DocumentLoader*) { function in class:android::FrameLoaderClientAndroid
/external/webkit/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h132 virtual void willChangeTitle(WebCore::DocumentLoader*);
H A DFrameLoaderClientGtk.cpp824 void FrameLoaderClient::willChangeTitle(WebCore::DocumentLoader*) function in class:WebKit::FrameLoaderClient
/external/webkit/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h127 virtual void willChangeTitle(DocumentLoader*);
H A DFrameLoaderClientHaiku.cpp349 void FrameLoaderClientHaiku::willChangeTitle(DocumentLoader*) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h145 virtual void willChangeTitle(DocumentLoader*);
H A DFrameLoaderClientQt.cpp497 void FrameLoaderClientQt::willChangeTitle(DocumentLoader*) function in class:WebCore::FrameLoaderClientQt
/external/webkit/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.h127 virtual void willChangeTitle(DocumentLoader*);
H A DFrameLoaderClientWx.cpp416 void FrameLoaderClientWx::willChangeTitle(DocumentLoader*) function in class:WebCore::FrameLoaderClientWx
/external/webkit/WebCore/loader/
H A DFrameLoaderClient.h162 virtual void willChangeTitle(DocumentLoader*) = 0;
H A DFrameLoader.h189 void willChangeTitle(DocumentLoader*);
H A DDocumentLoader.cpp614 frameLoader()->willChangeTitle(this);
H A DEmptyClients.h255 virtual void willChangeTitle(DocumentLoader*) { } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp2931 void FrameLoader::willChangeTitle(DocumentLoader* loader) function in class:WebCore::FrameLoader
2933 m_client->willChangeTitle(loader);
/external/webkit/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h130 virtual void willChangeTitle(WebCore::DocumentLoader*);
H A DFrameLoaderClientImpl.cpp1027 void FrameLoaderClientImpl::willChangeTitle(DocumentLoader*) function in class:WebKit::FrameLoaderClientImpl
/external/webkit/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h141 virtual void willChangeTitle(WebCore::DocumentLoader*);
H A DWebFrameLoaderClient.mm815 void WebFrameLoaderClient::willChangeTitle(DocumentLoader* loader)
/external/webkit/WebKit/win/
H A DWebFrame.h277 virtual void willChangeTitle(WebCore::DocumentLoader*);
H A DWebFrame.cpp1465 void WebFrame::willChangeTitle(DocumentLoader*) function in class:WebFrame

Completed in 67 milliseconds