HomeSort by relevance Sort by last modified time
    Searched refs:GetController (Results 26 - 50 of 275) sorted by null

12 3 4 5 6 7 8 91011

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate_impl.cc 58 return controller_->GetWebContents()->GetController();
109 web_contents->GetController().GetSessionStorageNamespaceMap(),
117 web_contents->GetController().GetSessionStorageNamespaceMap(),
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 83 DesktopBackgroundWidgetController* GetController(bool pass_ownership);
  /external/chromium_org/chrome/browser/ui/
collected_cookies_infobar_delegate.cc 56 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/content_settings/
media_setting_changed_infobar_delegate.cc 57 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_command_handler_x11.cc 38 content::NavigationController& controller = contents->GetController();
  /external/chromium_org/chrome/browser/ui/website_settings/
website_settings_infobar_delegate.cc 57 web_contents->GetController().Reload(true);
  /external/chromium_org/content/browser/
child_process_security_policy_browsertest.cc 54 web_contents->GetController().Reload(true);
  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper.cc 72 contents->GetController().GetLastCommittedEntry();
81 contents->GetController().GetVisibleEntry();
96 contents->GetController().GetVisibleEntry();
185 if (web_contents_->GetController().GetPendingEntry() == NULL) {
200 web_contents_->GetController().GetSessionStorageNamespaceMap(),
223 web_contents_->GetController().GetLastCommittedEntry();
254 web_contents_->GetController().GetSessionStorageNamespaceMap(),
284 web_contents_->GetController().GetPendingEntry();
313 web_contents_->GetController().GetLastCommittedEntry();
372 web_contents_->GetController().GetVisibleEntry()
    [all...]
instant_extended_interactive_uitest.cc 632 EXPECT_TRUE(active_tab->GetController().CanGoBack());
636 &active_tab->GetController()));
637 active_tab->GetController().GoBack();
679 EXPECT_TRUE(active_tab->GetController().CanGoBack());
683 &active_tab->GetController()));
684 active_tab->GetController().GoBack();
690 EXPECT_TRUE(active_tab->GetController().CanGoForward());
694 &active_tab->GetController()));
695 active_tab->GetController().GoForward();
740 EXPECT_TRUE(active_tab->GetController().CanGoBack())
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl_browsertest.cc 193 &shell()->web_contents()->GetController());
199 EXPECT_EQ(&shell()->web_contents()->GetController(),
220 &shell()->web_contents()->GetController());
231 EXPECT_EQ(&shell()->web_contents()->GetController(),
247 &shell()->web_contents()->GetController());
251 EXPECT_FALSE(shell()->web_contents()->GetController().GetPendingEntry());
254 &shell()->web_contents()->GetController());
352 NavigationController* controller = &shell()->web_contents()->GetController();
425 &shell()->web_contents()->GetController());
web_contents_view_aura_browsertest.cc 152 NavigationControllerImpl* controller = &web_contents->GetController();
163 NavigationController& controller = web_contents->GetController();
316 web_contents->GetController().GoBack();
409 web_contents->GetController().GetEntryAtIndex(2));
413 web_contents->GetController().GetEntryAtIndex(1));
417 web_contents->GetController().GetEntryAtIndex(0));
424 web_contents->GetController().GetEntryAtIndex(2));
428 web_contents->GetController().GetEntryAtIndex(3));
448 web_contents->GetController().GetEntryAtIndex(3));
459 web_contents->GetController().GetEntryAtIndex(4))
    [all...]
  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils.cc 114 web_contents->GetController().LoadURLWithParams(params);
151 new_web_contents->GetController().CopyStateFrom(
152 old_web_contents->GetController());
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_delegate_unittest.cc 114 ASSERT_EQ(url, tab->GetController().GetActiveEntry()->GetVirtualURL());
136 ASSERT_EQ(url1, tab->GetController().GetActiveEntry()->GetVirtualURL());
147 ASSERT_EQ(url2, tab->GetController().GetActiveEntry()->GetVirtualURL());
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_codec.cc 70 NavigationEntry* entry = web_contents->GetController().GetActiveEntry();
71 if (!entry && web_contents->GetController().GetEntryCount())
72 entry = web_contents->GetController().GetEntryAtIndex(0);
  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 338 if (web_contents->GetController().CanGoBack()) {
340 web_contents->GetController().GoBack();
344 if (web_contents->GetController().CanGoForward()) {
346 web_contents->GetController().GoForward();
357 web_contents->GetController().ReloadIgnoringCache(true);
390 web_view_->web_contents()->GetController();
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.cc 30 &web_contents_->GetController());
43 &web_contents_->GetController());
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_browsertest.cc 295 NavigationController* controller = &contents->GetController();
317 NavigationController* controller = &contents->GetController();
367 NavigationController* controller = &contents->GetController();
416 NavigationController* controller1 = &contents1->GetController();
431 NavigationController* controller2 = &contents2->GetController();
481 NavigationController* controller = &contents->GetController();
579 NavigationController* controller = &contents->GetController();
630 NavigationController* controller = &contents->GetController();
681 NavigationController* controller = &contents->GetController();
751 NavigationController* controller = &contents->GetController();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc 415 if (!web_contents() || !web_contents()->GetController().GetActiveEntry())
432 web_contents()->GetController().GetActiveEntry()->GetUniqueID();
442 if (!web_contents() || !web_contents()->GetController().GetActiveEntry())
452 web_contents()->GetController().GetActiveEntry()->SetExtraData(
462 if (!web_contents() || !web_contents()->GetController().GetVisibleEntry())
469 NavigationEntry* entry = web_contents()->GetController().GetPendingEntry();
471 entry = web_contents()->GetController().GetVisibleEntry();
473 entry = web_contents()->GetController().GetLastCommittedEntry();
603 web_contents()->GetController().DiscardNonCommittedEntries();
634 web_contents()->GetController().DiscardNonCommittedEntries()
    [all...]
  /external/chromium_org/apps/shell/browser/
shell_app_window.cc 45 web_contents_->GetController().LoadURLWithParams(params);
  /external/chromium_org/ash/wm/
root_window_layout_manager.cc 49 GetController(false);
  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_view.cc 39 web_view_->web_contents()->GetWebUI()->GetController())->get_actor();
  /external/chromium_org/chrome/browser/sessions/
session_restore_android.cc 37 new_web_contents->GetController().Restore(
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_resource_throttle_browsertest.cc 66 NavigationController& controller = web_contents->GetController();
  /external/chromium_org/chrome/browser/ui/app_list/
extension_app_item.h 103 AppListControllerDelegate* GetController();
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_observer.cc 95 web_contents()->GetController().LoadURL(

Completed in 2874 milliseconds

12 3 4 5 6 7 8 91011