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

  /external/chromium_org/third_party/WebKit/public/platform/
WebLayerClient.h 38 class WebGraphicsLayerDebugInfo;
46 virtual WebGraphicsLayerDebugInfo* takeDebugInfoFor(WebLayer*) = 0;
WebGraphicsLayerDebugInfo.h 42 class WebGraphicsLayerDebugInfo {
46 virtual ~WebGraphicsLayerDebugInfo() { }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerDebugInfo.h 37 #include "public/platform/WebGraphicsLayerDebugInfo.h"
44 class GraphicsLayerDebugInfo FINAL : public WebGraphicsLayerDebugInfo {
GraphicsLayer.h 91 virtual WebGraphicsLayerDebugInfo* takeDebugInfoFor(WebLayer*) OVERRIDE;
GraphicsLayer.cpp 48 #include "public/platform/WebGraphicsLayerDebugInfo.h"
424 WebGraphicsLayerDebugInfo* GraphicsLayer::takeDebugInfoFor(WebLayer* layer)
    [all...]
  /external/chromium_org/cc/blink/
web_layer_impl.cc 24 #include "third_party/WebKit/public/platform/WebGraphicsLayerDebugInfo.h"
433 explicit TracedDebugInfo(blink::WebGraphicsLayerDebugInfo* debug_info)
444 scoped_ptr<blink::WebGraphicsLayerDebugInfo> debug_info_;
452 blink::WebGraphicsLayerDebugInfo* debug_info =

Completed in 242 milliseconds