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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
RenderSurfaceChromium.cpp 167 return String::format("RenderSurface(id=%i,owner=%s)", m_owningLayer->debugID(), m_owningLayer->name().utf8().data());
LayerChromium.h 167 int debugID() const { return m_debugID; }
LayerChromium.cpp 383 ts << "debugID: " << debugID() << ", ";
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 57 int debugID() const { return m_debugID; }
CCLayerImpl.cpp 72 , m_debugID(owner->debugID())

Completed in 29 milliseconds