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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
LocalFrame.h 153 String localLayerTreeAsText(unsigned flags) const;
LocalFrame.cpp 428 textStream << localLayerTreeAsText(flags);
433 String childLayerTree = toLocalFrame(child)->localLayerTreeAsText(flags);
446 String LocalFrame::localLayerTreeAsText(unsigned flags) const

Completed in 114 milliseconds