Home
last modified time | relevance | path

Searched refs: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
1414 return wtfStringToJstring(env, renderDump); in ExternalRepresentation()
1418 StringBuilder renderDump; in FrameAsText() local
1420 return renderDump; in FrameAsText()
1423 return renderDump; in FrameAsText()
1425 renderDump.append("\n--------\nFrame: '"); in FrameAsText()
1426 renderDump.append(pFrame->tree()->name()); in FrameAsText()
1427 renderDump.append("'\n--------\n"); in FrameAsText()
1429 renderDump.append(((WebCore::HTMLElement*)documentElement)->innerText()); in FrameAsText()
1430 renderDump.append("\n"); in FrameAsText()
[all …]
DWebViewCore.cpp1265 WTF::CString renderDump = WebCore::externalRepresentation(m_mainFrame).utf8(); in dumpRenderTree() local
1266 const char* data = renderDump.data(); in dumpRenderTree()
1275 int length = renderDump.length(); in dumpRenderTree()