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

  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 128 virtual WebString selectionAsText() const { return WebString(); }
WebFrame.h 450 virtual WebString selectionAsText() const = 0;
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 68 virtual blink::WebString selectionAsText() const;
pepper_webplugin_impl.cc 223 return !selectionAsText().isEmpty();
226 WebString PepperWebPluginImpl::selectionAsText() const {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 83 virtual WebString selectionAsText() const { return WebString("x"); }
WebViewTest.cpp 533 EXPECT_EQ("56789abc", frame->selectionAsText());
546 EXPECT_EQ("89abcdefghi", frame->selectionAsText());
    [all...]
PinchViewportTest.cpp 621 EXPECT_EQ("ir", mainFrame->selectionAsText().utf8());
633 EXPECT_EQ("t ", mainFrame->selectionAsText().utf8());
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 171 virtual WebString selectionAsText() const OVERRIDE;
WebRemoteFrameImpl.h 118 virtual WebString selectionAsText() const OVERRIDE;
ContextMenuClientImpl.cpp 269 WebString text = plugin->plugin()->selectionAsText();
WebRemoteFrameImpl.cpp 545 WebString WebRemoteFrameImpl::selectionAsText() const
WebLocalFrameImpl.cpp     [all...]
WebPluginContainerImpl.cpp 352 blink::Platform::current()->clipboard()->writeHTML(m_webPlugin->selectionAsMarkup(), WebURL(), m_webPlugin->selectionAsText(), false);
  /external/chromium_org/content/renderer/
render_frame_impl.cc     [all...]

Completed in 301 milliseconds