Searched defs:LayerTreeContext (Results 1 - 5 of 5) sorted by relevance

/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/UIProcess/
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
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp183 void QWKPagePrivate::enterAcceleratedCompositingMode(const LayerTreeContext&) argument
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp1489 void WebView::enterAcceleratedCompositingMode(const LayerTreeContext&) argument

Completed in 119 milliseconds