ShouldSuppressErrorPage 995 chrome/renderer/chrome_content_renderer_client.cc if (net_error_helper->ShouldSuppressErrorPage(web_frame, url)) ShouldSuppressErrorPage 82 chrome/renderer/chrome_content_renderer_client.h virtual bool ShouldSuppressErrorPage(content::RenderFrame* render_frame, ShouldSuppressErrorPage 163 chrome/renderer/chrome_content_renderer_client.h ShouldSuppressErrorPage); ShouldSuppressErrorPage 394 chrome/renderer/chrome_content_renderer_client_unittest.cc TEST_F(ChromeContentRendererClientTest, ShouldSuppressErrorPage) { ShouldSuppressErrorPage 399 chrome/renderer/chrome_content_renderer_client_unittest.cc EXPECT_FALSE(client.ShouldSuppressErrorPage(NULL, ShouldSuppressErrorPage 401 chrome/renderer/chrome_content_renderer_client_unittest.cc EXPECT_TRUE(client.ShouldSuppressErrorPage(NULL, ShouldSuppressErrorPage 144 chrome/renderer/net/net_error_helper.cc return core_.ShouldSuppressErrorPage(GetFrameType(frame), url); ShouldSuppressErrorPage 70 chrome/renderer/net/net_error_helper.h bool ShouldSuppressErrorPage(blink::WebFrame* frame, const GURL& url); ShouldSuppressErrorPage 142 chrome/renderer/net/net_error_helper_core.h bool ShouldSuppressErrorPage(FrameType frame_type, const GURL& url); ShouldSuppressErrorPage 1973 chrome/renderer/net/net_error_helper_core_unittest.cc TEST_F(NetErrorHelperCoreTest, ShouldSuppressErrorPage) { ShouldSuppressErrorPage 1980 chrome/renderer/net/net_error_helper_core_unittest.cc EXPECT_FALSE(core().ShouldSuppressErrorPage(NetErrorHelperCore::SUB_FRAME, ShouldSuppressErrorPage 1982 chrome/renderer/net/net_error_helper_core_unittest.cc EXPECT_FALSE(core().ShouldSuppressErrorPage(NetErrorHelperCore::MAIN_FRAME, ShouldSuppressErrorPage 1984 chrome/renderer/net/net_error_helper_core_unittest.cc EXPECT_TRUE(core().ShouldSuppressErrorPage(NetErrorHelperCore::MAIN_FRAME, ShouldSuppressErrorPage 112 content/public/renderer/content_renderer_client.h virtual bool ShouldSuppressErrorPage(RenderFrame* render_frame, ShouldSuppressErrorPage 1665 content/renderer/render_frame_impl.cc if (GetContentClient()->renderer()->ShouldSuppressErrorPage(this,