Home
last modified time | relevance | path

Searched refs:load_details (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/instant/
Dinstant_loader.cc903 NavigationController::LoadCommittedDetails* load_details = in Observe() local
905 if (load_details->is_main_frame) { in Observe()
906 if (load_details->http_status_code == kHostBlacklistStatusCode) { in Observe()
907 delegate_->AddToBlacklist(this, load_details->entry->url()); in Observe()
909 SetHTTPStatusOK(load_details->http_status_code == 200); in Observe()
/external/chromium/chrome/browser/translate/
Dtranslate_manager.cc205 NavigationController::LoadCommittedDetails* load_details = in Observe() local
220 if (!load_details->is_main_frame && in Observe()
228 load_details->type != NavigationType::SAME_PAGE) { in Observe()
/external/chromium/chrome/browser/metrics/
Dmetrics_service.cc1514 const Details<LoadNotificationDetails> load_details(details); in LogLoadComplete() local
1517 load_details->url(), in LogLoadComplete()
1518 load_details->origin(), in LogLoadComplete()
1519 load_details->session_index(), in LogLoadComplete()
1520 load_details->load_time()); in LogLoadComplete()
/external/chromium/chrome/browser/history/
Dtop_sites.cc802 NavigationController::LoadCommittedDetails* load_details = in Observe() local
804 if (!load_details) in Observe()
806 const GURL& url = load_details->entry->url(); in Observe()
/external/chromium/chrome/browser/
Dexternal_tab_container_win.cc766 const ProvisionalLoadDetails* load_details = in Observe() local
769 tab_handle_, load_details->error_code(), load_details->url())); in Observe()