Searched refs:error_html (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/android_webview/renderer/
H A Daw_content_renderer_client.cc160 std::string* error_html,
162 if (error_html) {
175 *error_html = contents;
155 GetNavigationErrorStrings( content::RenderView* , blink::WebFrame* , const blink::WebURLRequest& failed_request, const blink::WebURLError& error, std::string* error_html, base::string16* error_description) argument
H A Daw_content_renderer_client.h35 std::string* error_html,
/external/chromium_org/chrome/renderer/net/
H A Dnet_error_helper.cc152 std::string* error_html) {
153 core_->GetErrorHTML(GetFrameType(frame), error, is_failed_post, error_html); local
171 std::string* error_html) const {
172 error_html->clear();
197 *error_html = webui::GetTemplatesHtml(template_html, &error_strings, "t");
148 GetErrorHTML( blink::WebFrame* frame, const blink::WebURLError& error, bool is_failed_post, std::string* error_html) argument
H A Dnet_error_helper_core.h132 std::string* error_html);
198 std::string* error_html);
H A Dnet_error_helper.h73 std::string* error_html);
H A Dnet_error_helper_core.cc600 std::string* error_html) {
610 GetErrorHtmlForMainFrame(pending_error_page_info_.get(), error_html);
619 error_html);
653 std::string* error_html) {
680 error_html);
722 std::string error_html; local
741 &error_html);
745 GetErrorHtmlForMainFrame(pending_error_page_info_.get(), &error_html);
752 error_html,
596 GetErrorHTML( FrameType frame_type, const blink::WebURLError& error, bool is_failed_post, std::string* error_html) argument
651 GetErrorHtmlForMainFrame( ErrorPageInfo* pending_error_page_info, std::string* error_html) argument
/external/chromium_org/content/renderer/
H A Dbrowser_render_view_browsertest.cc57 std::string* error_html,
59 if (error_html)
60 *error_html = "A suffusion of yellow.";
H A Drender_view_browsertest.cc2184 std::string* error_html,
2186 if (error_html)
2187 *error_html = "A suffusion of yellow.";
H A Drender_frame_impl.cc1444 std::string error_html; local
1446 render_view(), frame_, failed_request, error, &error_html, NULL); local
1448 frame_->loadHTMLString(error_html,
/external/chromium_org/chrome/renderer/
H A Dchrome_content_renderer_client.h101 std::string* error_html,
H A Dchrome_content_renderer_client.cc1096 std::string* error_html,
1111 if (error_html) {
1127 *error_html = webui::GetTemplatesHtml(template_html, &error_strings,
1139 helper->GetErrorHTML(frame, error, is_post, error_html);
1091 GetNavigationErrorStrings( content::RenderView* render_view, blink::WebFrame* frame, const blink::WebURLRequest& failed_request, const blink::WebURLError& error, std::string* error_html, base::string16* error_description) argument
/external/chromium_org/content/public/renderer/
H A Dcontent_renderer_client.h120 // If |error_html| is not null then it may be set to a HTML page containing
132 std::string* error_html,
127 GetNavigationErrorStrings( content::RenderView* render_view, blink::WebFrame* frame, const blink::WebURLRequest& failed_request, const blink::WebURLError& error, std::string* error_html, base::string16* error_description) argument

Completed in 2563 milliseconds