Home
last modified time | relevance | path

Searched refs:isViewSourceModeEnabled (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/extensions/renderer/
Dscript_injection.cc110 if (!data_source_url.is_empty() && frame->isViewSourceModeEnabled()) { in GetDocumentUrlForFrame()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h95 virtual bool isViewSourceModeEnabled() const OVERRIDE;
DWebRemoteFrameImpl.cpp417 bool WebRemoteFrameImpl::isViewSourceModeEnabled() const in isViewSourceModeEnabled() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.h148 virtual bool isViewSourceModeEnabled() const OVERRIDE;
DWebLocalFrameImpl.cpp935 bool WebLocalFrameImpl::isViewSourceModeEnabled() const in isViewSourceModeEnabled() function in blink::WebLocalFrameImpl
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h384 virtual bool isViewSourceModeEnabled() const = 0;
/external/chromium_org/chrome/renderer/
Dchrome_render_view_observer.cc395 if (main_frame->isViewSourceModeEnabled()) in CapturePageInfo()
/external/chromium_org/content/renderer/
Drender_view_browsertest.cc1541 EXPECT_FALSE(web_frame->isViewSourceModeEnabled()); in TEST_F()
1563 EXPECT_TRUE(web_frame->isViewSourceModeEnabled()); in TEST_F()
Drender_frame_impl.cc854 if (frame->isViewSourceModeEnabled()) in OnNavigate()
2529 if (frame->isViewSourceModeEnabled()) in didReceiveResponse()
3264 (frame->isViewSourceModeEnabled() && in DecidePolicyForNavigation()