HomeSort by relevance Sort by last modified time
    Searched refs:LayerTreeIncludesDebugInfo (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 51 LayerTreeIncludesDebugInfo = 1 << 0, // Dump extra debugging info like layer addresses.
GraphicsLayer.cpp 553 if (flags & LayerTreeIncludesDebugInfo) {
602 if (flags & LayerTreeIncludesDebugInfo)
615 json->setString("replicatedLayer", flags & LayerTreeIncludesDebugInfo ? pointerAsString(m_replicatedLayer) : "");
653 if (flags & LayerTreeIncludesDebugInfo) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp     [all...]

Completed in 316 milliseconds