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

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

Completed in 137 milliseconds