Searched refs:NetErrorHelperCore (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/chrome/renderer/net/ |
| D | net_error_helper_core_unittest.cc | 145 public NetErrorHelperCore::Delegate { 174 core_.reset(new NetErrorHelperCore(this, in SetUpCore() 181 NetErrorHelperCore* core() { return core_.get(); } in core() 244 core()->OnStartLoad(NetErrorHelperCore::MAIN_FRAME, in DoErrorLoad() 245 NetErrorHelperCore::NON_ERROR_PAGE); in DoErrorLoad() 247 core()->GetErrorHTML(NetErrorHelperCore::MAIN_FRAME, in DoErrorLoad() 252 core()->OnStartLoad(NetErrorHelperCore::MAIN_FRAME, in DoErrorLoad() 253 NetErrorHelperCore::ERROR_PAGE); in DoErrorLoad() 254 core()->OnCommitLoad(NetErrorHelperCore::MAIN_FRAME, in DoErrorLoad() 256 core()->OnFinishLoad(NetErrorHelperCore::MAIN_FRAME); in DoErrorLoad() [all …]
|
| D | net_error_helper_core.cc | 179 const NetErrorHelperCore::NavigationCorrectionParams& correction_params, in CreateRequestBody() 208 const NetErrorHelperCore::NavigationCorrectionParams& correction_params) { in CreateFixUrlRequestBody() 223 const NetErrorHelperCore::NavigationCorrectionParams& correction_params, in CreateClickTrackingUrlRequestBody() 273 const NetErrorHelperCore::NavigationCorrectionParams& correction_params, in CreateErrorPageParams() 369 struct NetErrorHelperCore::ErrorPageInfo { 398 scoped_ptr<NetErrorHelperCore::NavigationCorrectionParams> 420 NetErrorHelperCore::NavigationCorrectionParams::NavigationCorrectionParams() { in NavigationCorrectionParams() 423 NetErrorHelperCore::NavigationCorrectionParams::~NavigationCorrectionParams() { in ~NavigationCorrectionParams() 426 bool NetErrorHelperCore::IsReloadableError( in IsReloadableError() 427 const NetErrorHelperCore::ErrorPageInfo& info) { in IsReloadableError() [all …]
|
| D | net_error_helper.cc | 58 NetErrorHelperCore::PageType GetLoadingPageType(const blink::WebFrame* frame) { in GetLoadingPageType() 61 return NetErrorHelperCore::NON_ERROR_PAGE; in GetLoadingPageType() 62 return NetErrorHelperCore::ERROR_PAGE; in GetLoadingPageType() 65 NetErrorHelperCore::FrameType GetFrameType(const blink::WebFrame* frame) { in GetFrameType() 67 return NetErrorHelperCore::MAIN_FRAME; in GetFrameType() 68 return NetErrorHelperCore::SUB_FRAME; in GetFrameType() 82 core_.reset(new NetErrorHelperCore(this, in NetErrorHelper() 93 core_->ExecuteButtonPress(NetErrorHelperCore::RELOAD_BUTTON); in ReloadButtonPressed() 97 core_->ExecuteButtonPress(NetErrorHelperCore::LOAD_STALE_BUTTON); in LoadStaleButtonPressed() 101 core_->ExecuteButtonPress(NetErrorHelperCore::MORE_BUTTON); in MoreButtonPressed()
|
| D | net_error_helper_core.h | 30 class NetErrorHelperCore { 115 NetErrorHelperCore(Delegate* delegate, 119 ~NetErrorHelperCore();
|
| D | net_error_helper.h | 38 public NetErrorHelperCore::Delegate { 122 scoped_ptr<NetErrorHelperCore> core_;
|