Searched refs:GraphicsLayerDebugInfo (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayerDebugInfo.cpp22 #include "platform/graphics/GraphicsLayerDebugInfo.h"
30 GraphicsLayerDebugInfo::GraphicsLayerDebugInfo() function in class:blink::GraphicsLayerDebugInfo
35 GraphicsLayerDebugInfo::~GraphicsLayerDebugInfo() { }
37 void GraphicsLayerDebugInfo::appendAsTraceFormat(WebString* out) const
47 void GraphicsLayerDebugInfo::getAnnotatedInvalidationRects(WebVector<WebAnnotatedInvalidationRect>& result) const
52 GraphicsLayerDebugInfo* GraphicsLayerDebugInfo::clone() const
54 GraphicsLayerDebugInfo* toRetur
[all...]
H A DGraphicsLayerDebugInfo.h44 class GraphicsLayerDebugInfo FINAL : public WebGraphicsLayerDebugInfo {
46 GraphicsLayerDebugInfo();
47 virtual ~GraphicsLayerDebugInfo();
52 GraphicsLayerDebugInfo* clone() const;
H A DGraphicsLayer.h38 #include "platform/graphics/GraphicsLayerDebugInfo.h"
93 GraphicsLayerDebugInfo& debugInfo();
342 GraphicsLayerDebugInfo m_debugInfo;
H A DGraphicsLayer.cpp419 GraphicsLayerDebugInfo& GraphicsLayer::debugInfo()
426 GraphicsLayerDebugInfo* clone = m_debugInfo.clone();
/external/chromium_org/third_party/WebKit/Source/platform/
H A Dblink_platform.target.darwin-arm.mk315 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.darwin-arm64.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.darwin-mips.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.darwin-mips64.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.darwin-x86.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.darwin-x86_64.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.linux-arm.mk315 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.linux-arm64.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.linux-mips.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.linux-mips64.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.linux-x86.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
H A Dblink_platform.target.linux-x86_64.mk314 third_party/WebKit/Source/platform/graphics/GraphicsLayerDebugInfo.cpp \
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp82 #include "platform/graphics/GraphicsLayerDebugInfo.h"
1011 GraphicsLayerDebugInfo& debugInfo = graphicsLayer->debugInfo();

Completed in 129 milliseconds