HomeSort by relevance Sort by last modified time
    Searched defs:LayerTreeContext (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebKit2/Shared/win/
LayerTreeContextWin.cpp 27 #include "LayerTreeContext.h"
33 LayerTreeContext::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&, const LayerTreeContext&
    [all...]
  /external/webkit/Source/WebKit2/Shared/
LayerTreeContext.h 38 class LayerTreeContext {
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)

Completed in 303 milliseconds