/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 250 char* debugName = DEBUG_FILENAME_STRING; in Op() local 251 if (debugName && debugName[0]) { in Op() 252 SkPathOpsDebug::BumpTestName(debugName); in Op() 253 SkPathOpsDebug::ShowPath(one, two, op, debugName); in Op()
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 250 char* debugName = DEBUG_FILENAME_STRING; in Op() local 251 if (debugName && debugName[0]) { in Op() 252 SkPathOpsDebug::BumpTestName(debugName); in Op() 253 SkPathOpsDebug::ShowPath(one, two, op, debugName); in Op()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderLayerReflectionInfo.cpp | 148 String RenderLayerReflectionInfo::debugName() const in debugName() function in blink::RenderLayerReflectionInfo 150 return box().debugName() + " (reflection)"; in debugName()
|
D | RenderLayerReflectionInfo.h | 73 String debugName() const;
|
D | RenderGeometryMap.cpp | 144 …fprintf(stderr, " [%d] %s: offset=%d,%d", i, m_mapping[i].m_renderer->debugName().ascii().data(), … in dumpSteps()
|
D | RenderObject.cpp | 277 String RenderObject::debugName() const in debugName() function in blink::RenderObject 284 name.append(node->debugName()); in debugName() 1191 "object", this->debugName().ascii(), in invalidatePaintUsingContainer() 1324 "object", this->debugName().ascii(), in invalidatePaintIfNeeded()
|
D | RenderLayer.h | 96 String debugName() const;
|
D | TextAutosizer.cpp | 101 … static_cast<int>(widthFromBlock(widthProvider)), widthProvider->debugName().utf8().data()); in writeClusterDebugInfo()
|
D | RenderLayer.cpp | 178 String RenderLayer::debugName() const in debugName() function in blink::RenderLayer 181 return renderer()->parent()->debugName() + " (reflection)"; in debugName() 183 return renderer()->debugName(); in debugName()
|
D | RenderObject.h | 159 String debugName() const;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsLayerClient.h | 69 virtual String debugName(const GraphicsLayer*) = 0;
|
D | GraphicsLayer.cpp | 427 clone->setDebugName(debugName(layer)); in takeDebugInfoFor() 555 json->setString("debugName", m_client->debugName(this)); in layerTreeAsJSON() 679 String GraphicsLayer::debugName(WebLayer* webLayer) const in debugName() function in blink::GraphicsLayer 688 … highlightDebugName = "LinkHighlight[" + String::number(i) + "] for " + m_client->debugName(this); in debugName() 694 name = "ContentsLayer for " + m_client->debugName(this); in debugName() 698 name = m_client->debugName(this); in debugName()
|
D | ImageLayerChromiumTest.cpp | 42 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); } in debugName() function in __anonba87d8d90111::MockGraphicsLayerClient
|
D | GraphicsLayerTest.cpp | 52 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); } in debugName() function in __anon9e4d41630111::MockGraphicsLayerClient
|
D | GraphicsLayer.h | 246 String debugName(WebLayer*) const;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageOverlay.cpp | 83 virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE in debugName() function in blink::OverlayGraphicsLayerClientImpl
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | PinchViewport.h | 141 virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
D | PinchViewport.cpp | 431 String PinchViewport::debugName(const GraphicsLayer* graphicsLayer) in debugName() function in blink::PinchViewport
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | RenderLayerCompositor.h | 157 virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
D | CompositedLayerMapping.h | 195 virtual String debugName(const GraphicsLayer*) OVERRIDE;
|
D | CompositedLayerMapping.cpp | 2322 String CompositedLayerMapping::debugName(const GraphicsLayer* graphicsLayer) in debugName() function in blink::CompositedLayerMapping 2326 name = m_owningLayer.debugName(); in debugName() 2334 name = m_owningLayer.debugName() + " (foreground) Layer"; in debugName() 2336 name = m_owningLayer.debugName() + " (background) Layer"; in debugName()
|
D | RenderLayerCompositor.cpp | 1169 String RenderLayerCompositor::debugName(const GraphicsLayer* graphicsLayer) in debugName() function in blink::RenderLayerCompositor
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorTraceEvents.cpp | 100 value->setString(nameFieldName, node->debugName()); in setGeneratingNodeInfo()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Node.h | 570 String debugName() const;
|
D | Node.cpp | 713 value->setString("root_node", rootNode->debugName()); in jsonObjectForStyleInvalidation() 1608 String Node::debugName() const in debugName() function in blink::Node
|