Searched refs:LayerHostingMode (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.10/WebKit2-7600.1.25/Platform/mac/
H A DLayerHostingContext.h56 LayerHostingMode layerHostingMode() { return m_layerHostingMode; }
62 LayerHostingMode m_layerHostingMode;
H A DLayerHostingContext.mm50 layerHostingContext->m_layerHostingMode = LayerHostingMode::InProcess;
60 layerHostingContext->m_layerHostingMode = LayerHostingMode::OutOfProcess;
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/mac/
H A DPluginControllerProxyMac.mm123 LayerHostingMode layerHostingMode = static_cast<LayerHostingMode>(opaqueLayerHostingMode);
132 void PluginControllerProxy::updateLayerHostingContext(LayerHostingMode layerHostingMode)
146 case LayerHostingMode::InProcess:
150 case LayerHostingMode::OutOfProcess:
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DLayerTreeContext.h38 enum class LayerHostingMode { class in namespace:WebKit
H A DWebPageCreationParameters.h107 LayerHostingMode layerHostingMode;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemoteCustom.mm61 case LayerHostingMode::InProcess:
65 case LayerHostingMode::OutOfProcess:
H A DRemoteLayerTreeContext.h58 LayerHostingMode layerHostingMode() const { return m_webPage.layerHostingMode(); }
H A DTiledCoreAnimationDrawingArea.h95 void setLayerHostingMode(LayerHostingMode) override;
H A DTiledCoreAnimationDrawingArea.mm415 void TiledCoreAnimationDrawingArea::setLayerHostingMode(LayerHostingMode)
443 case LayerHostingMode::InProcess:
447 case LayerHostingMode::OutOfProcess:
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/mac/
H A DPluginProxyMac.mm87 void PluginProxy::setLayerHostingMode(LayerHostingMode layerHostingMode)
H A DNetscapePluginMac.mm176 if (m_layerHostingMode == LayerHostingMode::OutOfProcess)
1050 void NetscapePlugin::setLayerHostingMode(LayerHostingMode layerHostingMode)
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/
H A DPlugin.h84 LayerHostingMode layerHostingMode;
239 virtual void setLayerHostingMode(LayerHostingMode) = 0;
H A DPluginProxy.h122 virtual void setLayerHostingMode(LayerHostingMode) override;
H A DPluginView.h75 void setLayerHostingMode(LayerHostingMode);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DDrawingArea.h117 virtual void setLayerHostingMode(LayerHostingMode) { }
H A DWebPage.h397 LayerHostingMode layerHostingMode() const { return m_layerHostingMode; }
1104 LayerHostingMode m_layerHostingMode;
/macosx-10.10/WebKit2-7600.1.25/UIProcess/
H A DPageClient.h123 virtual LayerHostingMode viewLayerHostingMode() { return LayerHostingMode::InProcess; }
H A DWebPageProxy.cpp296 , m_layerHostingMode(LayerHostingMode::InProcess)
384 m_layerHostingMode = m_viewState & ViewState::IsInWindow ? m_pageClient.viewLayerHostingMode() : LayerHostingMode::OutOfProcess;
1163 LayerHostingMode layerHostingMode = m_pageClient.viewLayerHostingMode();
1239 LayerHostingMode layerHostingMode = m_pageClient.viewLayerHostingMode();
/macosx-10.10/WebKit2-7600.1.25/UIProcess/ios/
H A DPageClientImplIOS.h106 virtual LayerHostingMode viewLayerHostingMode() override { return LayerHostingMode::OutOfProcess; }
/macosx-10.10/WebKit2-7600.1.25/UIProcess/mac/
H A DPageClientImpl.mm256 LayerHostingMode PageClientImpl::viewLayerHostingMode()
260 return LayerHostingMode::OutOfProcess;
262 return LayerHostingMode::InProcess;
H A DPageClientImpl.h74 virtual LayerHostingMode viewLayerHostingMode() override;
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h229 virtual void setLayerHostingMode(LayerHostingMode) override;
346 LayerHostingMode m_layerHostingMode;
H A DNetscapePlugin.cpp80 , m_layerHostingMode(LayerHostingMode::InProcess)
/macosx-10.10/WebKit2-7600.1.25/PluginProcess/
H A DPluginControllerProxy.h158 void updateLayerHostingContext(LayerHostingMode);
/macosx-10.10/WebKit2-7600.1.25/WebProcess/Plugins/PDF/
H A DPDFPlugin.h149 virtual void setLayerHostingMode(LayerHostingMode) override { }

Completed in 207 milliseconds

12