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

  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 645 virtual WebString contentAsText(size_t maxChars) const = 0;
  /external/chromium_org/content/renderer/
render_view_browsertest.cc     [all...]
  /external/chromium_org/chrome/renderer/
chrome_render_view_observer.cc 473 *contents = frame->contentAsText(kMaxIndexChars);
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 220 virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
WebRemoteFrameImpl.h 167 virtual WebString contentAsText(size_t maxChars) const OVERRIDE;
WebRemoteFrameImpl.cpp 743 WebString WebRemoteFrameImpl::contentAsText(size_t maxChars) const
WebLocalFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp 215 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
266 // Required to see any updates in contentAsText.
270 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
286 // Required to see any updates in contentAsText.
290 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
310 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
329 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
621 // Required to see any updates in contentAsText.
625 std::string content = webViewHelper.webView()->mainFrame()->contentAsText(1024).utf8();
    [all...]

Completed in 1048 milliseconds