HomeSort by relevance Sort by last modified time
    Searched refs:debugName (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerReflectionInfo.h 73 String debugName() const;
RenderLayerReflectionInfo.cpp 148 String RenderLayerReflectionInfo::debugName() const
150 return box().debugName() + " (reflection)";
RenderGeometryMap.cpp 144 fprintf(stderr, " [%d] %s: offset=%d,%d", i, m_mapping[i].m_renderer->debugName().ascii().data(), m_mapping[i].m_offset.width().toInt(), m_mapping[i].m_offset.height().toInt());
RenderLayer.h 96 String debugName() const;
    [all...]
RenderObject.cpp 277 String RenderObject::debugName() const
284 name.append(node->debugName());
    [all...]
TextAutosizer.cpp 101 static_cast<int>(widthFromBlock(widthProvider)), widthProvider->debugName().utf8().data());
    [all...]
RenderObject.h 159 String debugName() const;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerClient.h 69 virtual String debugName(const GraphicsLayer*) = 0;
ImageLayerChromiumTest.cpp 42 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
GraphicsLayerTest.cpp 52 virtual String debugName(const GraphicsLayer*) OVERRIDE { return String(); }
GraphicsLayer.cpp 427 clone->setDebugName(debugName(layer));
555 json->setString("debugName", m_client->debugName(this));
679 String GraphicsLayer::debugName(WebLayer* webLayer) const
688 highlightDebugName = "LinkHighlight[" + String::number(i) + "] for " + m_client->debugName(this);
694 name = "ContentsLayer for " + m_client->debugName(this);
698 name = m_client->debugName(this);
    [all...]
GraphicsLayer.h 246 String debugName(WebLayer*) const;
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 250 char* debugName = DEBUG_FILENAME_STRING;
251 if (debugName && debugName[0]) {
252 SkPathOpsDebug::BumpTestName(debugName);
253 SkPathOpsDebug::ShowPath(one, two, op, debugName);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 141 virtual String debugName(const GraphicsLayer*) OVERRIDE;
PinchViewport.cpp 431 String PinchViewport::debugName(const GraphicsLayer* graphicsLayer)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.h 157 virtual String debugName(const GraphicsLayer*) OVERRIDE;
CompositedLayerMapping.h 195 virtual String debugName(const GraphicsLayer*) OVERRIDE;
CompositedLayerMapping.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlay.cpp 83 virtual String debugName(const GraphicsLayer* graphicsLayer) OVERRIDE
  /cts/tests/app/src/android/app/cts/
LaunchpadActivity.java 219 * @param debugName for the lifecycle shown in the logs
222 private void addPossibleLifecycle(String debugName, String[] lifecycle) {
223 mLifecycleNames.put(lifecycle, debugName);
  /cts/tests/tests/os/src/android/os/cts/
LaunchpadActivity.java 219 * @param debugName for the lifecycle shown in the logs
222 private void addPossibleLifecycle(String debugName, String[] lifecycle) {
223 mLifecycleNames.put(lifecycle, debugName);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.h 570 String debugName() const;
    [all...]
Node.cpp 713 value->setString("root_node", rootNode->debugName());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 100 value->setString(nameFieldName, node->debugName());

Completed in 2389 milliseconds

1 2