HomeSort by relevance Sort by last modified time
    Searched full:_pluginlayer (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
WebHostedNetscapePluginView.mm 123 _pluginLayer = WKMakeRenderLayer(_proxy->renderContextID());
130 RetainPtr<CALayer> realPluginLayer(AdoptNS, _pluginLayer.releaseRef());
132 _pluginLayer.adoptNS([[CALayer alloc] init]);
133 _pluginLayer.get().bounds = realPluginLayer.get().bounds;
134 _pluginLayer.get().geometryFlipped = YES;
137 [_pluginLayer.get() addSublayer:realPluginLayer.get()];
157 return _pluginLayer.get();
165 if (_pluginLayer)
166 [newLayer addSublayer:_pluginLayer.get()];
195 BOOL shouldClipOutPlugin = _pluginLayer && [self shouldClipOutPlugin]
    [all...]
WebHostedNetscapePluginView.h 43 RetainPtr<CALayer> _pluginLayer;
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]
WebNetscapePluginView.h 65 RetainPtr<CALayer> _pluginLayer;

Completed in 560 milliseconds