Searched refs:_pluginLayer (Results 1 – 5 of 5) sorted by relevance
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 …]
43 RetainPtr<CALayer> _pluginLayer; variable
65 RetainPtr<CALayer> _pluginLayer; variable
1097 _pluginLayer.adoptNS((CALayer *)value);1108 RetainPtr<CALayer> realPluginLayer(AdoptNS, _pluginLayer.releaseRef());1110 _pluginLayer.adoptNS([[CALayer alloc] init]);1111 _pluginLayer.get().bounds = realPluginLayer.get().bounds;1112 _pluginLayer.get().geometryFlipped = YES;1115 [_pluginLayer.get() addSublayer:realPluginLayer.get()];1124 …%@ is using Core Animation drawing model with layer %@", _pluginPackage.get(), _pluginLayer.get());1127 ASSERT(_pluginLayer);1141 return _pluginLayer.get();1148 if (newLayer && _pluginLayer) {[all …]
12169 Rename _layer to _pluginLayer where I forgot to do so.12187 Add _pluginLayer ivar.12197 Set _pluginLayer to 0.