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

  /external/webkit/Source/WebKit/mac/Plugins/
WebPluginController.h 41 WebDataSource *_dataSource;
WebPluginController.mm 134 _dataSource = dataSource;
382 WebFrame *frame = [_dataSource webFrame];
411 WebView *v = [_dataSource _webView];
437 return [_dataSource webFrame];
447 NSURL *responseURL = [[[[self webFrame] _dataSource] response] URL];
464 [_dataSource _documentLoader]->cancelMainResourceLoad(error);
WebBaseNetscapePluginView.mm 800 return [[self webFrame] _dataSource];
  /external/webkit/Source/WebCore/platform/mac/
HTMLConverter.h 40 WebCore::DocumentLoader *_dataSource;
HTMLConverter.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameInternal.h 121 // we need to be able to get the initial data source as well, so the _dataSource method
123 - (WebDataSource *)_dataSource;
WebFrame.mm 489 - (WebDataSource *)_dataSource
    [all...]
WebHTMLView.mm 696 - (WebDataSource *)_dataSource
    [all...]
WebView.mm     [all...]
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 261 if (!([[m_webFrame.get() _dataSource] _isDocumentHTML])) {
    [all...]

Completed in 111 milliseconds