Searched refs:load_details (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry_unittest.cc45 content::LoadCommittedDetails load_details; local
48 registry->DidNavigateMainFrame(tab.get(), load_details, navigate_params);
75 registry->DidNavigateMainFrame(tab.get(), load_details, navigate_params);
92 registry->DidNavigateMainFrame(tab.get(), load_details, navigate_params);
/external/chromium_org/content/public/test/
H A Dtest_navigation_observer.cc29 const LoadCommittedDetails& load_details) OVERRIDE {
30 parent_->OnNavigationEntryCommitted(this, web_contents(), load_details);
121 const LoadCommittedDetails& load_details) {
118 OnNavigationEntryCommitted( TestWebContentsObserver* observer, WebContents* web_contents, const LoadCommittedDetails& load_details) argument
H A Dtest_navigation_observer.h54 const LoadCommittedDetails& load_details);
/external/chromium_org/chrome/browser/ui/webui/
H A Ddevtools_ui.h27 const content::LoadCommittedDetails& load_details) OVERRIDE;
H A Ddevtools_ui.cc368 const content::LoadCommittedDetails& load_details) {
369 content::NavigationEntry* entry = load_details.entry;
367 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
/external/chromium_org/chrome/browser/infobars/
H A Dinfobar_service.cc109 const content::LoadCommittedDetails& load_details) {
110 const bool ignore = ignore_next_reload_ && IsReload(load_details);
113 OnNavigation(NavigationDetailsFromLoadCommittedDetails(load_details));
108 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
H A Dinfobar_service.h68 const content::LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_navigation_observer.cc102 const content::LoadCommittedDetails& load_details) {
104 if (ResponseCodeIndicatesSuccess(load_details.http_status_code) &&
105 IsValidNavigation(match_.destination_url, load_details.entry->GetURL()))
101 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
H A Domnibox_navigation_observer.h85 const content::LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_user_data_logger.cc220 const content::LoadCommittedDetails& load_details) {
221 if (!load_details.previous_url.is_valid())
224 if (search::MatchesOriginAndPath(ntp_url_, load_details.previous_url)) {
219 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
H A Dntp_user_data_logger.h56 const content::LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/components/translate/content/browser/
H A Dcontent_translate_driver.cc160 const content::LoadCommittedDetails& load_details) {
174 if (load_details.http_status_code == 0 ||
175 load_details.http_status_code == net::HTTP_INTERNAL_SERVER_ERROR) {
179 if (!load_details.is_main_frame &&
189 load_details.type != content::NAVIGATION_TYPE_SAME_PAGE) {
159 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
H A Dcontent_translate_driver.h92 const content::LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/android_webview/native/permission/
H A Dpermission_request_handler.h43 const content::LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_delegate.h51 const LoadCommittedDetails& load_details) = 0;
H A Dinterstitial_page_impl.h112 const LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver.h84 const content::LoadCommittedDetails& load_details) OVERRIDE;
H A Dcontent_autofill_driver.cc227 const content::LoadCommittedDetails& load_details) {
226 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
/external/chromium_org/content/browser/android/
H A Dweb_contents_observer_android.h67 const LoadCommittedDetails& load_details) OVERRIDE;
H A Dweb_contents_observer_android.cc257 const LoadCommittedDetails& load_details) {
256 NavigationEntryCommitted( const LoadCommittedDetails& load_details) argument
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl_browsertest.cc70 const Details<LoadNotificationDetails> load_details(details);
71 url_ = load_details->url;
72 session_index_ = load_details->session_index;
73 controller_ = load_details->controller;
97 const LoadCommittedDetails& load_details) OVERRIDE {
/external/chromium_org/chrome/browser/autofill/
H A Dcontent_autofill_driver_browsertest.cc105 const content::LoadCommittedDetails& load_details) OVERRIDE {
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_tab_helper.cc365 const content::LoadCommittedDetails& load_details) {
369 if (!load_details.is_main_frame)
396 if (load_details.is_in_page ||
397 load_details.type == content::NAVIGATION_TYPE_IN_PAGE) {
364 NavigationEntryCommitted( const content::LoadCommittedDetails& load_details) argument
H A Dsearch_tab_helper.h160 const content::LoadCommittedDetails& load_details) OVERRIDE;
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.h211 const LoadCommittedDetails& load_details) {}
210 NavigationEntryCommitted( const LoadCommittedDetails& load_details) argument

Completed in 739 milliseconds

12