HomeSort by relevance Sort by last modified time
    Searched full:webnetscapepluginview (Results 1 - 20 of 20) 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)
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.h 41 #import "WebNetscapePluginView.h"
48 @class WebNetscapePluginView;
116 RetainPtr<WebNetscapePluginView> m_pluginView;
WebNetscapeContainerCheckPrivate.mm 31 #import "WebNetscapePluginView.h"
WebNetscapePluginView.h 59 #define WebNetscapePluginView WebNetscapePluginDocumentView
61 @interface WebNetscapePluginView : WebBaseNetscapePluginView<WebPluginManualLoader, WebPluginContainerCheckController>
110 + (WebNetscapePluginView *)currentPluginView;
154 @interface WebNetscapePluginView (WebInternal)
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();
WebNetscapePluginEventHandlerCarbon.h 38 WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView*);
WebNetscapePluginEventHandlerCocoa.h 36 WebNetscapePluginEventHandlerCocoa(WebNetscapePluginView*);
WebNetscapePluginEventHandlerCocoa.mm 31 #import "WebNetscapePluginView.h"
35 WebNetscapePluginEventHandlerCocoa::WebNetscapePluginEventHandlerCocoa(WebNetscapePluginView* pluginView)
WebNetscapePluginView.mm 31 #import "WebNetscapePluginView.h"
103 @interface WebNetscapePluginView (Internal)
111 static WebNetscapePluginView *currentPluginView = nil;
185 @interface WebNetscapePluginView (ForwardDeclarations)
190 @implementation WebNetscapePluginView
    [all...]
WebNetscapePluginEventHandlerCarbon.mm 30 #import "WebNetscapePluginView.h"
38 WebNetscapePluginEventHandlerCarbon::WebNetscapePluginEventHandlerCarbon(WebNetscapePluginView* pluginView)
  /external/webkit/Source/WebKit/mac/
ChangeLog-2010-01-29 337 * Plugins/WebNetscapePluginView.mm:
338 (-[WebNetscapePluginView _workaroundSilverlightFullScreenBug:]): Added. Work around Silverlight full screen
343 (-[WebNetscapePluginView _createPlugin]): Call _workaroundSilverlightFullScreenBug:YES if this is Silverlight.
344 (-[WebNetscapePluginView _destroyPlugin]): Call _workaroundSilverlightFullScreenBug:NO if this is Silverlight.
378 * Plugins/WebNetscapePluginView.mm:
379 (-[WebNetscapePluginView createPlugin]): If accelerated compositing is
449 * Plugins/WebNetscapePluginView.mm:
450 (-[WebNetscapePluginView getVariable:value:]): Add case for WKNVSupportsCompositingCoreAnimationPluginsBool.
462 * Plugins/WebNetscapePluginView.h: Expose the CALayer of the plugin by adding -pluginLayer method.
463 * Plugins/WebNetscapePluginView.mm
    [all...]
ChangeLog 520 * Plugins/WebNetscapePluginView.mm:
521 (-[WebNetscapePluginView getVariable:value:]):
    [all...]
ChangeLog-2002-12-03     [all...]
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 126 // FIXME: This code can be shared between WebHostedNetscapePluginView and WebNetscapePluginView.
162 // FIXME: This should use the same implementation as WebNetscapePluginView (and move to the base class).
  /external/webkit/Source/WebKit/WebKit.xcodeproj/
project.pbxproj 34 1A4DF5220EC8C74D006BD4B4 /* WebNetscapePluginView.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A4DF5200EC8C74D006BD4B4 /* WebNetscapePluginView.h */; };
35 1A4DF5230EC8C74D006BD4B4 /* WebNetscapePluginView.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A4DF5210EC8C74D006BD4B4 /* WebNetscapePluginView.mm */; settings = {COMPILER_FLAGS = "-Wno-deprecated-declarations"; }; };
    [all...]
  /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...]
  /external/webkit/Source/WebKit/
ChangeLog     [all...]

Completed in 1102 milliseconds