Searched refs:isViewSourceModeEnabled (Results 1 – 9 of 9) sorted by relevance
26 if (!data_source_url.is_empty() && frame->isViewSourceModeEnabled()) { in GetDocumentUrlForFrame()
382 virtual bool isViewSourceModeEnabled() const = 0;
385 if (main_frame->isViewSourceModeEnabled()) in CapturePageInfo()
95 virtual bool isViewSourceModeEnabled() const OVERRIDE;
144 virtual bool isViewSourceModeEnabled() const OVERRIDE;
461 bool WebRemoteFrameImpl::isViewSourceModeEnabled() const in isViewSourceModeEnabled() function in blink::WebRemoteFrameImpl
923 bool WebLocalFrameImpl::isViewSourceModeEnabled() const in isViewSourceModeEnabled() function in blink::WebLocalFrameImpl
938 if (frame->isViewSourceModeEnabled()) in OnNavigate()2822 if (frame->isViewSourceModeEnabled()) in didReceiveResponse()3620 (info.frame->isViewSourceModeEnabled() && in DecidePolicyForNavigation()
1609 EXPECT_FALSE(web_frame->isViewSourceModeEnabled()); in TEST_F()1632 EXPECT_TRUE(web_frame->isViewSourceModeEnabled()); in TEST_F()