Home
last modified time | relevance | path

Searched refs:ErrorPageParams (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/common/
Dlocalized_error.h31 struct ErrorPageParams { struct
32 ErrorPageParams();
33 ~ErrorPageParams();
61 scoped_ptr<ErrorPageParams> params, argument
Dlocalized_error.cc493 LocalizedError::ErrorPageParams::ErrorPageParams() in ErrorPageParams() function in LocalizedError::ErrorPageParams
499 LocalizedError::ErrorPageParams::~ErrorPageParams() { in ~ErrorPageParams()
509 scoped_ptr<ErrorPageParams> params, in GetStrings()
634 params.reset(new ErrorPageParams()); in GetStrings()
/external/chromium_org/chrome/renderer/net/
Dnet_error_helper_core.cc270 scoped_ptr<LocalizedError::ErrorPageParams> CreateErrorPageParams( in CreateErrorPageParams()
282 scoped_ptr<LocalizedError::ErrorPageParams> params( in CreateErrorPageParams()
283 new LocalizedError::ErrorPageParams()); in CreateErrorPageParams()
617 error, is_failed_post, scoped_ptr<LocalizedError::ErrorPageParams>(), in GetErrorHTML()
677 scoped_ptr<LocalizedError::ErrorPageParams>(), in GetErrorHtmlForMainFrame()
723 scoped_ptr<LocalizedError::ErrorPageParams> params; in OnNavigationCorrectionsFetched()
Dnet_error_helper.h87 scoped_ptr<LocalizedError::ErrorPageParams> params,
Dnet_error_helper.cc168 scoped_ptr<LocalizedError::ErrorPageParams> params, in GenerateLocalizedErrorPage()
230 scoped_ptr<LocalizedError::ErrorPageParams>(), in UpdateErrorPage()
Dnet_error_helper_core.h57 scoped_ptr<LocalizedError::ErrorPageParams> params,
Dnet_error_helper_core_unittest.cc216 const LocalizedError::ErrorPageParams* last_error_page_params() const { in last_error_page_params()
299 scoped_ptr<LocalizedError::ErrorPageParams> params, in GenerateLocalizedErrorPage()
406 mutable scoped_ptr<LocalizedError::ErrorPageParams> last_error_page_params_;
/external/chromium_org/chrome/browser/chromeos/offline/
Doffline_load_page.cc90 scoped_ptr<LocalizedError::ErrorPageParams>(), in GetHTMLContents()