HomeSort by relevance Sort by last modified time
    Searched refs:frameLoadDelegate (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentLoaderMac.mm 47 id frameLoadDelegate = [webView frameLoadDelegate];
48 if (!frameLoadDelegate)
51 NSString *bundleIdentifier = [[NSBundle bundleForClass:[frameLoadDelegate class]] bundleIdentifier];
WebViewData.h 71 id frameLoadDelegate;
WebDelegateImplementationCaching.mm 499 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector);
504 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object);
509 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2);
514 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2, object3);
519 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, object2, object3, object4);
524 return CallDelegate(implementation, self, self->_private->frameLoadDelegate, selector, object1, interval, object2, object3);
WebView.h 271 @method frameLoadDelegate
275 - (id)frameLoadDelegate;
WebView.mm     [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.cpp 276 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
277 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate)))
278 frameLoadDelegate->didReceiveServerRedirectForProvisionalLoadForFrame(webView, m_webFrame);
284 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
285 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate)))
286 frameLoadDelegate->didCancelClientRedirectForFrame(webView, m_webFrame);
292 COMPtr<IWebFrameLoadDelegate> frameLoadDelegate;
293 if (SUCCEEDED(webView->frameLoadDelegate(&frameLoadDelegate))
    [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
WebView.h 148 virtual HRESULT STDMETHODCALLTYPE frameLoadDelegate(
    [all...]
WebView.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm 40 #import "FrameLoadDelegate.h"
133 static FrameLoadDelegate *frameLoadDelegate;
297 [webView setFrameLoadDelegate:frameLoadDelegate];
554 frameLoadDelegate = [[FrameLoadDelegate alloc] init];
573 releaseAndZero(&frameLoadDelegate);
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebView.idl 286 @method frameLoadDelegate
289 - (id)frameLoadDelegate;
291 HRESULT frameLoadDelegate([retval, out] IWebFrameLoadDelegate** d);
    [all...]

Completed in 436 milliseconds