Searched refs:contentAsText (Results 1 – 11 of 11) sorted by relevance
107 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);116 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);130 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);139 output = GetMainFrame()->contentAsText(kMaxOutputCharacters);
1153 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()
1276 std::string text = webview()->mainFrame()->contentAsText( in OnGetRenderedText()
247 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 …]
2184 std::string expected = frame->contentAsText(kMaxOutputCharacters).utf8(); in TEST_F()
631 virtual WebString contentAsText(size_t maxChars) const = 0;
430 *contents = frame->contentAsText(kMaxIndexChars); in CaptureText()
165 virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
215 virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
786 WebString WebRemoteFrameImpl::contentAsText(size_t maxChars) const in contentAsText() function in blink::WebRemoteFrameImpl
1431 WebString WebLocalFrameImpl::contentAsText(size_t maxChars) const in contentAsText() function in blink::WebLocalFrameImpl