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

  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginEventHandler.h 29 #import "WebNetscapePluginView.h"
34 @class WebNetscapePluginView;
40 static WebNetscapePluginEventHandler* create(WebNetscapePluginView*);
69 WebNetscapePluginEventHandler(WebNetscapePluginView* pluginView)
75 WebNetscapePluginView* m_pluginView;
WebNetscapePluginEventHandler.mm 31 #import "WebNetscapePluginView.h"
35 WebNetscapePluginEventHandler* WebNetscapePluginEventHandler::create(WebNetscapePluginView* pluginView)
WebNetscapePluginEventHandlerCarbon.h 38 WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView*);
WebNetscapePluginEventHandlerCocoa.h 36 WebNetscapePluginEventHandlerCocoa(WebNetscapePluginView*);
WebNetscapePluginStream.h 41 #import "WebNetscapePluginView.h"
48 @class WebNetscapePluginView;
116 RetainPtr<WebNetscapePluginView> m_pluginView;
WebNetscapePluginView.h 59 #define WebNetscapePluginView WebNetscapePluginDocumentView
61 @interface WebNetscapePluginView : WebBaseNetscapePluginView<WebPluginManualLoader, WebPluginContainerCheckController>
110 + (WebNetscapePluginView *)currentPluginView;
154 @interface WebNetscapePluginView (WebInternal)
npapi.mm 32 #import "WebNetscapePluginView.h"
38 WebNetscapePluginView *pluginViewForInstance(NPP instance);
72 // Currently, the current plug-in view is only set before NPP_New in [WebNetscapePluginView start].
74 WebNetscapePluginView *pluginViewForInstance(NPP instance)
77 return (WebNetscapePluginView *)instance->ndata;
79 return [WebNetscapePluginView currentPluginView];
WebNetscapePluginStream.mm 32 #import "WebNetscapePluginView.h"
62 PluginStopDeferrer(WebNetscapePluginView* pluginView)
77 RetainPtr<WebNetscapePluginView> m_pluginView;
162 WebNetscapePluginView *view = (WebNetscapePluginView *)plugin->ndata;
198 m_pluginView = static_cast<WebNetscapePluginView *>(m_plugin->ndata);
204 WebNetscapePluginView *view = m_pluginView.get();
WebNetscapePluginView.mm 31 #import "WebNetscapePluginView.h"
103 @interface WebNetscapePluginView (Internal)
111 static WebNetscapePluginView *currentPluginView = nil;
185 @interface WebNetscapePluginView (ForwardDeclarations)
190 @implementation WebNetscapePluginView
    [all...]
WebNetscapePluginEventHandlerCocoa.mm 31 #import "WebNetscapePluginView.h"
35 WebNetscapePluginEventHandlerCocoa::WebNetscapePluginEventHandlerCocoa(WebNetscapePluginView* pluginView)
WebNetscapePluginEventHandlerCarbon.mm 30 #import "WebNetscapePluginView.h"
38 WebNetscapePluginEventHandlerCarbon::WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView* pluginView)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.mm 63 #import "WebNetscapePluginView.h"
    [all...]
  /external/webkit/Source/WebKit/mac/WebView/
WebHTMLView.mm 64 #import "WebNetscapePluginView.h"
    [all...]

Completed in 2461 milliseconds