Home
last modified time | relevance | path

Searched defs:ShouldSuppressErrorPage (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/renderer/
Dchrome_content_renderer_client_unittest.cc394 TEST_F(ChromeContentRendererClientTest, ShouldSuppressErrorPage) { in TEST_F() argument
Dchrome_content_renderer_client.cc1073 bool ChromeContentRendererClient::ShouldSuppressErrorPage( in ShouldSuppressErrorPage() function in ChromeContentRendererClient
/external/chromium_org/content/public/renderer/
Dcontent_renderer_client.cc36 bool ContentRendererClient::ShouldSuppressErrorPage(RenderFrame* render_frame, in ShouldSuppressErrorPage() function in content::ContentRendererClient
/external/chromium_org/chrome/renderer/net/
Dnet_error_helper.cc156 bool NetErrorHelper::ShouldSuppressErrorPage(blink::WebFrame* frame, in ShouldSuppressErrorPage() function in NetErrorHelper
Dnet_error_helper_core.cc843 bool NetErrorHelperCore::ShouldSuppressErrorPage(FrameType frame_type, in ShouldSuppressErrorPage() function in NetErrorHelperCore
Dnet_error_helper_core_unittest.cc2179 TEST_F(NetErrorHelperCoreAutoReloadTest, ShouldSuppressErrorPage) { in TEST_F() argument
/external/chromium_org/content/renderer/
Drender_view_browsertest.cc2174 virtual bool ShouldSuppressErrorPage(RenderFrame* render_frame, in ShouldSuppressErrorPage() function in content::SuppressErrorPageTest::TestContentRendererClient