Home
last modified time | relevance | path

Searched refs:selectionAsMarkup (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/content/renderer/pepper/
Dpepper_webplugin_impl.h69 virtual blink::WebString selectionAsMarkup() const;
Dpepper_webplugin_impl.cc231 WebString PepperWebPluginImpl::selectionAsMarkup() const { in selectionAsMarkup() function in content::PepperWebPluginImpl
/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h138 virtual WebString selectionAsMarkup() const { return WebString(); } in selectionAsMarkup() function
DWebFrame.h449 virtual WebString selectionAsMarkup() const = 0;
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebPluginContainerTest.cpp84 virtual WebString selectionAsMarkup() const { return WebString("y"); } in selectionAsMarkup() function in __anon8a66bc600111::TestPlugin
DWebFrameTest.cpp3115 WebString selectionHtml = frame->selectionAsMarkup(); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h119 virtual WebString selectionAsMarkup() const OVERRIDE;
DWebLocalFrameImpl.h168 virtual WebString selectionAsMarkup() const OVERRIDE;
DWebRemoteFrameImpl.cpp593 WebString WebRemoteFrameImpl::selectionAsMarkup() const in selectionAsMarkup() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp1129 WebString WebLocalFrameImpl::selectionAsMarkup() const in selectionAsMarkup() function in blink::WebLocalFrameImpl
1133 return pluginContainer->plugin()->selectionAsMarkup(); in selectionAsMarkup()
DWebPluginContainerImpl.cpp355 …Platform::current()->clipboard()->writeHTML(m_webPlugin->selectionAsMarkup(), WebURL(), m_webPlugi… in copy()
/external/chromium_org/android_webview/renderer/
Dprint_web_view_helper.cc657 net::EscapeQueryParamValue(frame()->selectionAsMarkup().utf8(), false)); in CopySelection()
/external/chromium_org/chrome/renderer/printing/
Dprint_web_view_helper.cc690 net::EscapeQueryParamValue(frame()->selectionAsMarkup().utf8(), false)); in CopySelection()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_runner.cc2250 return web_view_->mainFrame()->selectionAsMarkup().utf8(); in SelectionAsMarkup()