Searched refs:LayerTreeContext (Results 1 - 25 of 31) sorted by relevance

12

/external/webkit/Source/WebKit2/Shared/win/
H A DLayerTreeContextWin.cpp27 #include "LayerTreeContext.h"
33 LayerTreeContext::LayerTreeContext() function in class:WebKit::LayerTreeContext
38 LayerTreeContext::~LayerTreeContext()
43 void LayerTreeContext::encode(CoreIPC::ArgumentEncoder*) const
48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&)
54 bool LayerTreeContext::isEmpty() const
60 bool operator==(const LayerTreeContext argument
[all...]
/external/webkit/Source/WebKit2/Shared/
H A DLayerTreeContext.h38 class LayerTreeContext { class in namespace:WebKit
40 LayerTreeContext();
41 ~LayerTreeContext();
44 static bool decode(CoreIPC::ArgumentDecoder*, LayerTreeContext&);
53 bool operator==(const LayerTreeContext&, const LayerTreeContext&);
55 inline bool operator!=(const LayerTreeContext& a, const LayerTreeContext& b)
/external/webkit/Source/WebKit2/Shared/mac/
H A DLayerTreeContextMac.mm27 #include "LayerTreeContext.h"
34 LayerTreeContext::LayerTreeContext()
39 LayerTreeContext::~LayerTreeContext()
43 void LayerTreeContext::encode(CoreIPC::ArgumentEncoder* encoder) const
48 bool LayerTreeContext::decode(CoreIPC::ArgumentDecoder* decoder, LayerTreeContext& result)
56 bool LayerTreeContext::isEmpty() const
61 bool operator==(const LayerTreeContext
[all...]
/external/webkit/Source/WebKit2/UIProcess/
H A DDrawingAreaProxyImpl.h31 #include "LayerTreeContext.h"
61 virtual void didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo&, const LayerTreeContext&);
62 virtual void enterAcceleratedCompositingMode(uint64_t backingStoreStateID, const LayerTreeContext&);
73 void enterAcceleratedCompositingMode(const LayerTreeContext&);
95 LayerTreeContext m_layerTreeContext;
H A DDrawingAreaProxy.h53 class LayerTreeContext;
108 virtual void didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo&, const LayerTreeContext&) { } argument
110 virtual void enterAcceleratedCompositingMode(uint64_t backingStoreStateID, const LayerTreeContext&) { } argument
H A DWebFullScreenManagerProxy.h64 class LayerTreeContext;
95 void enterAcceleratedCompositingMode(const LayerTreeContext&);
H A DDrawingAreaProxyImpl.cpp31 #include "LayerTreeContext.h"
176 void DrawingAreaProxyImpl::didUpdateBackingStoreState(uint64_t backingStoreStateID, const UpdateInfo& updateInfo, const LayerTreeContext& layerTreeContext)
212 void DrawingAreaProxyImpl::enterAcceleratedCompositingMode(uint64_t backingStoreStateID, const LayerTreeContext& layerTreeContext)
314 void DrawingAreaProxyImpl::enterAcceleratedCompositingMode(const LayerTreeContext& layerTreeContext)
327 m_layerTreeContext = LayerTreeContext();
H A DPageClient.h126 virtual void enterAcceleratedCompositingMode(const LayerTreeContext&) = 0;
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWKFullScreenWindowController.h32 class LayerTreeContext;
68 - (void)enterAcceleratedCompositingMode:(const WebKit::LayerTreeContext&)context;
H A DWebFullScreenManagerProxyMac.mm29 #import "LayerTreeContext.h"
80 void WebFullScreenManagerProxy::enterAcceleratedCompositingMode(const LayerTreeContext& context)
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebFullScreenManagerProxyGtk.cpp64 void WebFullScreenManagerProxy::enterAcceleratedCompositingMode(const LayerTreeContext& context)
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
H A DLayerTreeHostCA.h29 #include "LayerTreeContext.h"
58 virtual const LayerTreeContext& layerTreeContext();
77 virtual void platformInitialize(LayerTreeContext&) = 0;
85 LayerTreeContext m_layerTreeContext;
H A DLayerTreeHostCA.cpp88 const LayerTreeContext& LayerTreeHostCA::layerTreeContext()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/mac/
H A DLayerTreeHostCAMac.h53 virtual void platformInitialize(LayerTreeContext&);
H A DLayerTreeHostCAMac.mm60 void LayerTreeHostCAMac::platformInitialize(LayerTreeContext& layerTreeContext)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DLayerTreeHost.h40 class LayerTreeContext;
51 virtual const LayerTreeContext& layerTreeContext() = 0;
H A DDrawingAreaImpl.cpp30 #include "LayerTreeContext.h"
321 LayerTreeContext layerTreeContext;
/external/webkit/Source/WebKit2/WebProcess/FullScreen/mac/
H A DWebFullScreenManagerMac.h31 #import "LayerTreeContext.h"
57 LayerTreeContext m_layerTreeContext;
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKViewInternal.h42 class LayerTreeContext;
63 - (void)_enterAcceleratedCompositingMode:(const WebKit::LayerTreeContext&)layerTreeContext;
H A DPageClientImpl.h90 virtual void enterAcceleratedCompositingMode(const LayerTreeContext&);
H A DPageClientImpl.mm311 void PageClientImpl::enterAcceleratedCompositingMode(const LayerTreeContext& layerTreeContext)
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/win/
H A DLayerTreeHostCAWin.h66 virtual void platformInitialize(LayerTreeContext&);
H A DLayerTreeHostCAWin.cpp121 void LayerTreeHostCAWin::platformInitialize(LayerTreeContext&)
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage_p.h25 #include "LayerTreeContext.h"
63 virtual void enterAcceleratedCompositingMode(const LayerTreeContext&);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.h177 virtual void enterAcceleratedCompositingMode(const LayerTreeContext&);

Completed in 186 milliseconds

12