Searched refs:selectionAsText (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_webplugin_impl.h68 virtual blink::WebString selectionAsText() const;
H A Dpepper_webplugin_impl.cc224 return !selectionAsText().isEmpty();
227 WebString PepperWebPluginImpl::selectionAsText() const { function in class:content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebPlugin.h137 virtual WebString selectionAsText() const { return WebString(); } function in class:blink::WebPlugin
H A DWebFrame.h448 virtual WebString selectionAsText() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebPluginContainerTest.cpp83 virtual WebString selectionAsText() const { return WebString("x"); } function in class:__anon11415::TestPlugin
H A DWebViewTest.cpp591 EXPECT_EQ("56789abc", frame->selectionAsText());
604 EXPECT_EQ("89abcdefghi", frame->selectionAsText());
1205 EXPECT_EQ("", std::string(frame->selectionAsText().utf8().data()));
1207 EXPECT_EQ("testword", std::string(frame->selectionAsText().utf8().data()));
1245 EXPECT_EQ(testWord, std::string(frame->selectionAsText().utf8().data()));
2181 std::string actual = frame->selectionAsText().utf8();
H A DPinchViewportTest.cpp739 EXPECT_EQ("ir", mainFrame->selectionAsText().utf8());
751 EXPECT_EQ("t ", mainFrame->selectionAsText().utf8());
H A DWebFrameTest.cpp3539 return frame->selectionAsText().utf8();
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h118 virtual WebString selectionAsText() const OVERRIDE;
H A DContextMenuClientImpl.cpp280 WebString text = plugin->plugin()->selectionAsText();
H A DWebLocalFrameImpl.h167 virtual WebString selectionAsText() const OVERRIDE;
H A DWebRemoteFrameImpl.cpp587 WebString WebRemoteFrameImpl::selectionAsText() const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1111 WebString WebLocalFrameImpl::selectionAsText() const function in class:WebLocalFrameImpl
1115 return pluginContainer->plugin()->selectionAsText();
H A DWebPluginContainerImpl.cpp355 Platform::current()->clipboard()->writeHTML(m_webPlugin->selectionAsMarkup(), WebURL(), m_webPlugin->selectionAsText(), false);
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc1184 base::string16 selection = frame_->selectionAsText();
3774 text = frame_->selectionAsText();
3776 // In some case, frame->selectionAsText() returned text's length is not

Completed in 265 milliseconds