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

  /external/chromium/webkit/glue/
mimetype_unittest.cc 31 EXPECT_EQ(expected, UTF16ToASCII(webkit_glue::DumpDocumentText(frame)));
cpp_bound_class_unittest.cc 118 UTF16ToASCII(webkit_glue::DumpDocumentText(webframe_)));
125 EXPECT_EQ("", UTF16ToASCII(webkit_glue::DumpDocumentText(webframe_)));
webkit_glue.h 58 string16 DumpDocumentText(WebKit::WebFrame* web_frame);
61 // If recursive is false, this is equivalent to DumpDocumentText followed by
webkit_glue.cc 93 string16 DumpDocumentText(WebFrame* web_frame) {
114 result.append(DumpDocumentText(web_frame));

Completed in 1923 milliseconds