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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/content/browser/android/
load_url_params.cc 17 using content::NavigationController;
21 NavigationController::LOAD_TYPE_DEFAULT,
22 NavigationController::LOAD_TYPE_BROWSER_INITIATED_HTTP_POST,
23 NavigationController::LOAD_TYPE_DATA,
24 NavigationController::UA_OVERRIDE_INHERIT,
25 NavigationController::UA_OVERRIDE_FALSE,
26 NavigationController::UA_OVERRIDE_TRUE);
  /external/chromium_org/content/browser/frame_host/
navigator.cc 11 NavigationController* Navigator::GetController() {
17 NavigationController::ReloadType reload_type) {
interstitial_page_navigator_impl.cc 20 NavigationController* InterstitialPageNavigatorImpl::GetController() {
interstitial_page_navigator_impl.h 25 virtual NavigationController* GetController() OVERRIDE;
38 // The NavigationController associated with this navigator.
navigation_controller_impl_browsertest.cc 23 const NavigationController& controller =
navigator_impl.h 31 NavigationController::ReloadType reload_type,
36 virtual NavigationController* GetController() OVERRIDE;
55 NavigationController::ReloadType reload_type) OVERRIDE;
84 NavigationController::ReloadType reload_type);
92 // The NavigationController that will keep track of session history for all
94 // TODO(nasko): Move ownership of the NavigationController from
  /external/chromium_org/content/public/browser/
navigation_controller.cc 11 NavigationController::LoadURLParams::LoadURLParams(const GURL& url)
24 NavigationController::LoadURLParams::~LoadURLParams() {
27 NavigationController::LoadURLParams::LoadURLParams(
28 const NavigationController::LoadURLParams& other)
45 NavigationController::LoadURLParams&
46 NavigationController::LoadURLParams::operator=(
47 const NavigationController::LoadURLParams& other) {
load_notification_details.h 22 NavigationController* controller,
42 // The NavigationController for the load.
43 NavigationController* controller;
navigation_controller.h 33 // A NavigationController maintains the back-forward list for a WebContents and
36 // Each NavigationController belongs to one WebContents; each WebContents has
37 // exactly one NavigationController.
38 class NavigationController {
68 // NavigationController.
149 // post data of the load. Ownership is transferred to NavigationController
184 virtual ~NavigationController() {}
194 // Initializes this NavigationController with the given saved navigations,
253 // Returns the number of entries in the NavigationController, excluding
286 // NavigationController becomes the owner of |entry| and deletes it whe
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate.h 19 class NavigationController;
46 // Returns the NavigationController for the current page.
47 virtual content::NavigationController& GetNavigationController() const = 0;
  /external/chromium_org/chrome/test/remoting/
page_load_notification_observer.cc 24 content::NavigationController* controller =
25 content::Source<content::NavigationController>(source()).ptr();
  /external/chromium_org/chrome/browser/extensions/
navigation_observer.h 19 class NavigationController;
46 content::NavigationController* nav_controller);
61 content::NavigationController* in_progress_prompt_navigation_controller_;
navigation_observer.cc 18 using content::NavigationController;
37 NavigationController* controller =
38 content::Source<NavigationController>(source).ptr();
52 NavigationController* nav_controller) {
91 NavigationController* nav_controller =
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view.h 11 class NavigationController;
87 virtual const content::NavigationController* ShowSignIn() = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container.h 19 class NavigationController;
42 - (content::NavigationController*)navigationController;
  /external/chromium_org/chrome/browser/net/
predictor_tab_helper.h 24 content::NavigationController::ReloadType reload_type) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/login/
login_prompt_test_utils.h 62 content::NavigationController* controller);
70 content::NavigationController* controller)
72 T, content::Source<content::NavigationController>(controller)) {
89 WindowedLoadStopObserver(content::NavigationController* controller,
login_prompt_browsertest.cc 30 using content::NavigationController;
175 NavigationController* controller = &contents->GetController();
178 observer.Register(content::Source<NavigationController>(controller));
197 NavigationController* controller = &contents->GetController();
200 observer.Register(content::Source<NavigationController>(controller));
247 NavigationController* controller = &contents->GetController();
250 observer.Register(content::Source<NavigationController>(controller));
296 NavigationController* controller1 = &contents1->GetController();
299 observer.Register(content::Source<NavigationController>(controller1));
311 NavigationController* controller2 = &contents2->GetController()
    [all...]
  /external/chromium_org/content/test/
content_browser_test_utils_internal.cc 16 NavigationController::LoadURLParams params(url);
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.h 15 class NavigationController;
58 bool FindMostRecentSearch(const content::NavigationController* controller,
  /external/chromium_org/chrome/browser/ui/toolbar/
toolbar_model_impl.h 20 class NavigationController;
57 content::NavigationController* GetNavigationController() const;
  /external/chromium_org/chrome/browser/ui/cocoa/profiles/
user_manager_mac.h 18 class NavigationController;
  /external/chromium_org/chrome/browser/ui/
tab_modal_confirm_dialog_delegate.cc 14 using content::NavigationController;
21 NavigationController* controller = &web_contents->GetController();
23 content::Source<NavigationController>(controller));
  /external/chromium_org/components/translate/content/browser/
content_translate_driver.h 16 class NavigationController;
53 ContentTranslateDriver(content::NavigationController* nav_controller);
108 content::NavigationController* navigation_controller_;
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.cc 29 content::Source<content::NavigationController>(
42 content::Source<content::NavigationController>(
87 content::NavigationController* controller =
88 content::Source<content::NavigationController>(source).ptr();

Completed in 2398 milliseconds

1 2 3 4 5 6 7 8 910