Searched refs:ErrorPageParams (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/chrome/common/ |
D | localized_error.h | 31 struct ErrorPageParams { struct 32 ErrorPageParams(); 33 ~ErrorPageParams(); 61 scoped_ptr<ErrorPageParams> params, argument
|
D | localized_error.cc | 493 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/ |
D | net_error_helper_core.cc | 270 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()
|
D | net_error_helper.h | 87 scoped_ptr<LocalizedError::ErrorPageParams> params,
|
D | net_error_helper.cc | 168 scoped_ptr<LocalizedError::ErrorPageParams> params, in GenerateLocalizedErrorPage() 230 scoped_ptr<LocalizedError::ErrorPageParams>(), in UpdateErrorPage()
|
D | net_error_helper_core.h | 57 scoped_ptr<LocalizedError::ErrorPageParams> params,
|
D | net_error_helper_core_unittest.cc | 216 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/ |
D | offline_load_page.cc | 90 scoped_ptr<LocalizedError::ErrorPageParams>(), in GetHTMLContents()
|