HomeSort by relevance Sort by last modified time
    Searched refs:GetLastCommittedEntry (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/
chrome_content_browser_client_browsertest.cc 23 NavigationEntry* GetLastCommittedEntry() {
25 GetController().GetLastCommittedEntry();
35 NavigationEntry* entry = GetLastCommittedEntry();
48 NavigationEntry* entry = GetLastCommittedEntry();
60 NavigationEntry* entry = GetLastCommittedEntry();
72 NavigationEntry* entry = GetLastCommittedEntry();
90 NavigationEntry* entry = GetLastCommittedEntry();
chrome_content_browser_client_unittest.cc 132 GetActiveWebContents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/content/browser/ssl/
ssl_manager.cc 90 (*i)->controller()->GetLastCommittedEntry()));
118 controller_->GetLastCommittedEntry());
154 controller_->GetLastCommittedEntry()));
160 controller_->GetLastCommittedEntry());
  /external/chromium_org/chrome/browser/ui/search_engines/
search_engine_tab_helper.cc 116 const NavigationEntry* entry = controller.GetLastCommittedEntry();
192 DCHECK(controller.GetLastCommittedEntry());
194 controller.GetLastCommittedEntry()->GetFavicon().url;
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 27 if (web_contents->GetController().GetLastCommittedEntry())
38 web_contents->GetController().GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/ui/zoom/
zoom_controller.cc 78 web_contents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 421 return GetLastCommittedEntry();
454 return GetLastCommittedEntry();
465 NavigationEntry* NavigationControllerImpl::GetLastCommittedEntry() const {
683 override = ShouldKeepOverride(GetLastCommittedEntry());
744 if (GetLastCommittedEntry()) {
745 details->previous_url = GetLastCommittedEntry()->GetURL();
824 NavigationEntryImpl::FromNavigationEntry(GetLastCommittedEntry());
    [all...]
navigation_controller_impl_unittest.cc 274 EXPECT_FALSE(controller.GetLastCommittedEntry());
366 EXPECT_FALSE(controller.GetLastCommittedEntry());
388 EXPECT_TRUE(controller.GetLastCommittedEntry());
395 controller.GetLastCommittedEntry())->bindings());
407 EXPECT_TRUE(controller.GetLastCommittedEntry());
429 EXPECT_TRUE(controller.GetLastCommittedEntry());
612 EXPECT_TRUE(controller.GetLastCommittedEntry());
688 EXPECT_TRUE(controller.GetLastCommittedEntry());
    [all...]
  /external/chromium_org/content/public/test/
test_renderer_host.cc 149 NavigationEntry* entry = controller().GetLastCommittedEntry();
158 NavigationEntry* entry = controller().GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/media/
midi_permission_infobar_delegate.cc 27 infobar_service->web_contents()->GetController().GetLastCommittedEntry();
protected_media_identifier_infobar_delegate.cc 28 infobar_service->web_contents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 78 entry = controller.GetLastCommittedEntry();
90 entry = controller.GetLastCommittedEntry();
100 if (controller.GetLastCommittedEntry() && controller.GetPendingEntry())
  /external/chromium_org/chrome/browser/extensions/
tab_helper.cc 144 web_contents()->GetController().GetLastCommittedEntry();
158 web_contents()->GetController().GetLastCommittedEntry();
352 web_contents()->GetController().GetLastCommittedEntry();
586 NavigationEntry* entry = controller.GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/geolocation/
geolocation_infobar_delegate.cc 74 infobar_service->web_contents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 155 NavigationEntry* entry = tab->GetController().GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_tab_helper.cc 84 web_contents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/content/public/browser/
navigation_controller.h 243 virtual NavigationEntry* GetLastCommittedEntry() const = 0;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 81 if (controller.GetLastCommittedEntry()) {
83 details.previous_url = controller.GetLastCommittedEntry()->GetURL();
  /external/chromium_org/chrome/browser/ui/
browser_commands.cc 321 current_tab->GetController().GetLastCommittedEntry();
640 return contents && contents->GetController().GetLastCommittedEntry();
700 return nc.GetWebContents() && nc.GetLastCommittedEntry();
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 72 contents->GetController().GetLastCommittedEntry();
223 web_contents_->GetController().GetLastCommittedEntry();
313 web_contents_->GetController().GetLastCommittedEntry();
search_tab_helper_unittest.cc 354 controller->GetLastCommittedEntry()->GetURL());
374 controller->GetLastCommittedEntry()->GetURL());
392 controller->GetLastCommittedEntry()->GetURL());
instant_controller.cc 62 const content::NavigationEntry* entry = controller->GetLastCommittedEntry();
instant_page_unittest.cc 150 web_contents()->GetController().GetLastCommittedEntry();
  /external/chromium_org/content/browser/
host_zoom_map_impl.cc 42 web_contents->GetController().GetLastCommittedEntry();
250 web_contents_impl.GetController().GetLastCommittedEntry();
272 web_contents_impl.GetController().GetLastCommittedEntry();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
suggestions_page_handler.cc 52 web_ui()->GetWebContents()->GetController().GetLastCommittedEntry();

Completed in 513 milliseconds

1 2 3