HomeSort by relevance Sort by last modified time
    Searched refs:ErrorPageParams (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/common/
localized_error.h 31 struct ErrorPageParams {
32 ErrorPageParams();
33 ~ErrorPageParams();
61 scoped_ptr<ErrorPageParams> params,
localized_error.cc 493 LocalizedError::ErrorPageParams::ErrorPageParams()
499 LocalizedError::ErrorPageParams::~ErrorPageParams() {
509 scoped_ptr<ErrorPageParams> params,
634 params.reset(new ErrorPageParams());
    [all...]
  /external/chromium_org/chrome/renderer/net/
net_error_helper.h 87 scoped_ptr<LocalizedError::ErrorPageParams> params,
net_error_helper_core.h 57 scoped_ptr<LocalizedError::ErrorPageParams> params,
net_error_helper.cc 168 scoped_ptr<LocalizedError::ErrorPageParams> params,
230 scoped_ptr<LocalizedError::ErrorPageParams>(),
net_error_helper_core.cc 270 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;
    [all...]
net_error_helper_core_unittest.cc 216 const LocalizedError::ErrorPageParams* last_error_page_params() const {
299 scoped_ptr<LocalizedError::ErrorPageParams> params,
406 mutable scoped_ptr<LocalizedError::ErrorPageParams> last_error_page_params_;
    [all...]
  /external/chromium_org/chrome/browser/chromeos/offline/
offline_load_page.cc 90 scoped_ptr<LocalizedError::ErrorPageParams>(),

Completed in 260 milliseconds