Home
last modified time | relevance | path

Searched refs:contentAsText (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/renderer/
Drender_view_browsertest_mac.mm107 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);
116 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);
130 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);
139 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);
Drender_view_browsertest.cc1153 GetMainFrame()->contentAsText(kMaxOutputCharacters); in TEST_F()
1201 base::string16 output = GetMainFrame()->contentAsText(kMaxOutputCharacters); in TEST_F()
1349 GetMainFrame()->contentAsText(kMaxOutputCharacters)); in TEST_F()
1580 base::string16 output = GetMainFrame()->contentAsText(kMaxOutputCharacters); in TEST_F()
2101 GetMainFrame()->contentAsText(kMaxOutputCharacters)); in TEST_F()
2219 base::UTF16ToASCII(web_frame->contentAsText(kMaxOutputCharacters))); in TEST_F()
2251 base::UTF16ToASCII(web_frame->contentAsText(kMaxOutputCharacters))); in TEST_F()
2288 GetMainFrame()->contentAsText(kMaxOutputCharacters)); in TEST_F()
Drender_view_impl.cc1276 std::string text = webview()->mainFrame()->contentAsText( in OnGetRenderedText()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebFrameTest.cpp247 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
302 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
322 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
342 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
361 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
657 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
833 webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8(); in TEST_F()
3059 WebString text = frame->contentAsText(std::numeric_limits<size_t>::max()); in TEST_F()
3064 text = frame->contentAsText(length); in TEST_F()
3076 text = frame->contentAsText(std::numeric_limits<size_t>::max()); in TEST_F()
[all …]
DWebViewTest.cpp2184 std::string expected = frame->contentAsText(kMaxOutputCharacters).utf8(); in TEST_F()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h631 virtual WebString contentAsText(size_t maxChars) const = 0;
/external/chromium_org/chrome/renderer/
Dchrome_render_view_observer.cc430 *contents = frame->contentAsText(kMaxIndexChars); in CaptureText()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h165 virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
DWebLocalFrameImpl.h215 virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
DWebRemoteFrameImpl.cpp786 WebString WebRemoteFrameImpl::contentAsText(size_t maxChars) const in contentAsText() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1431 WebString WebLocalFrameImpl::contentAsText(size_t maxChars) const in contentAsText() function in blink::WebLocalFrameImpl