Searched refs:DumpDocumentText (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/
H A Dmimetype_unittest.cc31 EXPECT_EQ(expected, UTF16ToASCII(webkit_glue::DumpDocumentText(frame)));
H A Dcpp_bound_class_unittest.cc118 UTF16ToASCII(webkit_glue::DumpDocumentText(webframe_)));
125 EXPECT_EQ("", UTF16ToASCII(webkit_glue::DumpDocumentText(webframe_)));
H A Dwebkit_glue.cc93 string16 DumpDocumentText(WebFrame* web_frame) { function in namespace:webkit_glue
114 result.append(DumpDocumentText(web_frame));
H A Dwebkit_glue.h58 string16 DumpDocumentText(WebKit::WebFrame* web_frame);
61 // If recursive is false, this is equivalent to DumpDocumentText followed by

Completed in 78 milliseconds