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

/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h58 virtual void makeRepresentation(DocumentLoader*);
H A DFrameLoaderClientAndroid.cpp120 void FrameLoaderClientAndroid::makeRepresentation(DocumentLoader*) { function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h64 virtual void makeRepresentation(DocumentLoader*);
H A DFrameLoaderClientEfl.cpp497 void FrameLoaderClientEfl::makeRepresentation(DocumentLoader*) function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h66 virtual void makeRepresentation(DocumentLoader*);
H A DFrameLoaderClientHaiku.cpp100 void FrameLoaderClientHaiku::makeRepresentation(DocumentLoader*) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.h68 virtual void makeRepresentation(DocumentLoader*);
H A DFrameLoaderClientWx.cpp133 void FrameLoaderClientWx::makeRepresentation(DocumentLoader*) function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderClient.h107 virtual void makeRepresentation(DocumentLoader*) = 0;
H A DEmptyClients.h238 virtual void makeRepresentation(DocumentLoader*) { } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp1929 m_client->makeRepresentation(pdl.get());
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h79 virtual void makeRepresentation(WebCore::DocumentLoader*);
228 // True if makeRepresentation was called. We don't actually have a concept
H A DFrameLoaderClientImpl.cpp229 void FrameLoaderClientImpl::makeRepresentation(DocumentLoader*) function in class:WebKit::FrameLoaderClientImpl
1105 // However, we only want to do this if makeRepresentation has been called, to
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h52 virtual void makeRepresentation(WebCore::DocumentLoader*);
H A DFrameLoaderClientGtk.cpp842 void FrameLoaderClient::makeRepresentation(WebCore::DocumentLoader*) function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h81 virtual void makeRepresentation(DocumentLoader*);
270 // True if makeRepresentation was called. We don't actually have a concept
H A DFrameLoaderClientQt.cpp312 void FrameLoaderClientQt::makeRepresentation(DocumentLoader*) function in class:WebCore::FrameLoaderClientQt
634 // However, we only want to do this if makeRepresentation has been called,
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.h47 virtual void makeRepresentation(WebCore::DocumentLoader*);
H A DFrameLoaderClientWinCE.cpp289 void FrameLoaderClientWinCE::makeRepresentation(DocumentLoader*) function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h51 virtual void makeRepresentation(WebCore::DocumentLoader*);
H A DWebFrameLoaderClient.cpp104 void WebFrameLoaderClient::makeRepresentation(DocumentLoader*) function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h64 virtual void makeRepresentation(WebCore::DocumentLoader*);
H A DWebFrameLoaderClient.mm228 void WebFrameLoaderClient::makeRepresentation(DocumentLoader* loader)
/external/webkit/Source/WebKit/win/
H A DWebFrame.h297 virtual void makeRepresentation(WebCore::DocumentLoader*);
H A DWebFrame.cpp1518 void WebFrame::makeRepresentation(DocumentLoader*) function in class:WebFrame

Completed in 120 milliseconds