Searched refs:contentAsMarkup (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.h166 virtual WebString contentAsMarkup() const OVERRIDE;
H A DWebLocalFrameImpl.h216 virtual WebString contentAsMarkup() const OVERRIDE;
H A DWebRemoteFrameImpl.cpp792 WebString WebRemoteFrameImpl::contentAsMarkup() const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp1440 WebString WebLocalFrameImpl::contentAsMarkup() const function in class:WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrame.h635 virtual WebString contentAsMarkup() const = 0;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.cc257 result.append(frame->contentAsMarkup().utf8());
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp3099 const std::string html = frame->contentAsMarkup().utf8();
3104 EXPECT_EQ(html, frame->contentAsMarkup().utf8());

Completed in 761 milliseconds