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

  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 129 virtual WebString selectionAsMarkup() const { return WebString(); }
WebFrame.h 451 virtual WebString selectionAsMarkup() const = 0;
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.h 69 virtual blink::WebString selectionAsMarkup() const;
pepper_webplugin_impl.cc 230 WebString PepperWebPluginImpl::selectionAsMarkup() const {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 84 virtual WebString selectionAsMarkup() const { return WebString("y"); }
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 172 virtual WebString selectionAsMarkup() const OVERRIDE;
WebRemoteFrameImpl.h 119 virtual WebString selectionAsMarkup() const OVERRIDE;
WebRemoteFrameImpl.cpp 551 WebString WebRemoteFrameImpl::selectionAsMarkup() const
WebLocalFrameImpl.cpp     [all...]
WebPluginContainerImpl.cpp 352 blink::Platform::current()->clipboard()->writeHTML(m_webPlugin->selectionAsMarkup(), WebURL(), m_webPlugin->selectionAsText(), false);
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 657 net::EscapeQueryParamValue(frame()->selectionAsMarkup().utf8(), false));
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 688 net::EscapeQueryParamValue(frame()->selectionAsMarkup().utf8(), false));
    [all...]
  /external/chromium_org/content/shell/renderer/test_runner/
test_runner.cc 186 std::string SelectionAsMarkup();
386 .SetMethod("selectionAsMarkup", &TestRunnerBindings::SelectionAsMarkup)
    [all...]

Completed in 236 milliseconds