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

  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 122 virtual WebString selectionAsText() const { return WebString(); }
WebFrame.h 439 virtual WebString selectionAsText() const = 0;
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 68 virtual WebKit::WebString selectionAsText() const;
pepper_webplugin_impl.cc 235 return !selectionAsText().isEmpty();
238 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 485 EXPECT_EQ("56789abc", frame->selectionAsText());
499 EXPECT_EQ("89abcdefghi", frame->selectionAsText());
    [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 183 virtual WebString selectionAsText() const;
ContextMenuClientImpl.cpp 255 WebString text = plugin->plugin()->selectionAsText();
WebPluginContainerImpl.cpp 336 WebKit::Platform::current()->clipboard()->writeHTML(m_webPlugin->selectionAsMarkup(), WebURL(), m_webPlugin->selectionAsText(), false);
WebFrameImpl.cpp     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 251 milliseconds