/external/chromium_org/chrome/renderer/net/ |
net_error_helper.h | 77 bool ShouldSuppressErrorPage(blink::WebFrame* frame, const GURL& url);
|
net_error_helper_core.h | 174 bool ShouldSuppressErrorPage(FrameType frame_type, const GURL& url);
|
net_error_helper.cc | 156 bool NetErrorHelper::ShouldSuppressErrorPage(blink::WebFrame* frame, 158 return core_->ShouldSuppressErrorPage(GetFrameType(frame), url);
|
net_error_helper_core_unittest.cc | [all...] |
net_error_helper_core.cc | 843 bool NetErrorHelperCore::ShouldSuppressErrorPage(FrameType frame_type, [all...] |
/external/chromium_org/chrome/renderer/ |
chrome_content_renderer_client.h | 94 virtual bool ShouldSuppressErrorPage(content::RenderFrame* render_frame, 179 ShouldSuppressErrorPage);
|
chrome_content_renderer_client_unittest.cc | 394 TEST_F(ChromeContentRendererClientTest, ShouldSuppressErrorPage) { 399 EXPECT_FALSE(client.ShouldSuppressErrorPage(NULL, 401 EXPECT_TRUE(client.ShouldSuppressErrorPage(NULL,
|
chrome_content_renderer_client.cc | [all...] |
/external/chromium_org/content/public/renderer/ |
content_renderer_client.cc | 36 bool ContentRendererClient::ShouldSuppressErrorPage(RenderFrame* render_frame,
|
content_renderer_client.h | 116 virtual bool ShouldSuppressErrorPage(RenderFrame* render_frame,
|
/external/chromium_org/content/renderer/ |
render_view_browsertest.cc | [all...] |
render_frame_impl.cc | [all...] |