Home
last modified time | relevance | path

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

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