Home
last modified time | relevance | path

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

/external/chromium_org/extensions/renderer/
Duser_script_set.cc26 if (!data_source_url.is_empty() && frame->isViewSourceModeEnabled()) { in GetDocumentUrlForFrame()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h382 virtual bool isViewSourceModeEnabled() const = 0;
/external/chromium_org/chrome/renderer/
Dchrome_render_view_observer.cc385 if (main_frame->isViewSourceModeEnabled()) in CapturePageInfo()
/external/chromium_org/third_party/WebKit/Source/web/
DWebRemoteFrameImpl.h95 virtual bool isViewSourceModeEnabled() const OVERRIDE;
DWebLocalFrameImpl.h144 virtual bool isViewSourceModeEnabled() const OVERRIDE;
DWebRemoteFrameImpl.cpp461 bool WebRemoteFrameImpl::isViewSourceModeEnabled() const in isViewSourceModeEnabled() function in blink::WebRemoteFrameImpl
DWebLocalFrameImpl.cpp923 bool WebLocalFrameImpl::isViewSourceModeEnabled() const in isViewSourceModeEnabled() function in blink::WebLocalFrameImpl
/external/chromium_org/content/renderer/
Drender_frame_impl.cc938 if (frame->isViewSourceModeEnabled()) in OnNavigate()
2822 if (frame->isViewSourceModeEnabled()) in didReceiveResponse()
3620 (info.frame->isViewSourceModeEnabled() && in DecidePolicyForNavigation()
Drender_view_browsertest.cc1609 EXPECT_FALSE(web_frame->isViewSourceModeEnabled()); in TEST_F()
1632 EXPECT_TRUE(web_frame->isViewSourceModeEnabled()); in TEST_F()