Home
last modified time | relevance | path

Searched defs:renderDump (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/jni/
DWebCoreFrameBridge.cpp1413 WTF::String renderDump = WebCore::externalRepresentation(pFrame); in ExternalRepresentation() local
1418 StringBuilder renderDump; in FrameAsText() local
1444 WTF::String renderDump = FrameAsText(pFrame, false /* dumpChildFrames */).toString(); in DocumentAsText() local
1457 WTF::String renderDump = renderDumpBuilder.toString(); in ChildFramesAsText() local
DWebViewCore.cpp1265 WTF::CString renderDump = WebCore::externalRepresentation(m_mainFrame).utf8(); in dumpRenderTree() local