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

1 2 3 4 5 6 7 8 91011>>

  /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/chrome/browser/automation/
automation_tab_tracker.h 14 class NavigationController;
18 : public AutomationResourceTracker<NavigationController*> {
23 virtual void AddObserver(NavigationController* resource);
24 virtual void RemoveObserver(NavigationController* resource);
34 std::map<NavigationController*, base::Time> last_navigation_times_;
automation_tab_tracker.cc 12 : AutomationResourceTracker<NavigationController*>(automation) {
18 void AutomationTabTracker::AddObserver(NavigationController* resource) {
22 Source<NavigationController>(resource));
24 Source<NavigationController>(resource));
28 Source<NavigationController>(resource));
31 void AutomationTabTracker::RemoveObserver(NavigationController* resource) {
33 Source<NavigationController>(resource));
35 Source<NavigationController>(resource));
37 Source<NavigationController>(resource));
45 last_navigation_times_[Source<NavigationController>(source).ptr()]
    [all...]
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper.h 13 class NavigationController;
34 // NavigationController. OnNavigationCommitted will be called for each
37 const content::NavigationController* nav_controller,
41 // commits for the given NavigationController.
43 const content::NavigationController* nav_controller) = 0;
46 // NavigationController. OnTabClosed will be called on tab destruction if
49 const content::NavigationController* nav_controller,
53 // destruction for the given NavigationController.
55 const content::NavigationController* nav_controller) = 0;
google_url_tracker_map_entry.h 16 class NavigationController;
24 const content::NavigationController* navigation_controller);
33 const content::NavigationController* navigation_controller() const {
51 const content::NavigationController* const navigation_controller_;
google_url_tracker_navigation_helper_impl.h 25 const content::NavigationController* nav_controller,
28 const content::NavigationController* nav_controller) OVERRIDE;
30 const content::NavigationController* nav_controller,
33 const content::NavigationController* nav_controller) OVERRIDE;
44 // the given NavigationController NotificationSource.
google_url_tracker_navigation_helper_impl.cc 46 const content::NavigationController* nav_controller,
49 content::Source<content::NavigationController>(nav_controller);
60 const content::NavigationController* nav_controller) {
62 content::Source<content::NavigationController>(nav_controller);
69 const content::NavigationController* nav_controller,
72 content::Source<content::NavigationController>(nav_controller);
83 const content::NavigationController* nav_controller) {
85 content::Source<content::NavigationController>(nav_controller);
95 content::NavigationController* controller =
96 content::Source<content::NavigationController>(
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_tab_tracker.cc 12 using content::NavigationController;
15 : AutomationResourceTracker<NavigationController*>(automation) {
21 void AutomationTabTracker::AddObserver(NavigationController* resource) {
25 content::Source<NavigationController>(resource));
27 content::Source<NavigationController>(resource));
30 void AutomationTabTracker::RemoveObserver(NavigationController* resource) {
32 content::Source<NavigationController>(resource));
34 content::Source<NavigationController>(resource));
48 AutomationResourceTracker<NavigationController*>::Observe(
automation_tab_tracker.h 13 class NavigationController;
17 : public AutomationResourceTracker<content::NavigationController*> {
22 virtual void AddObserver(content::NavigationController* resource);
23 virtual void RemoveObserver(content::NavigationController* resource);
  /external/chromium/chrome/browser/sessions/
session_id.h 11 class NavigationController;
29 friend class NavigationController;
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_sign_in_container.h 18 class NavigationController;
30 - (content::NavigationController*)navigationController;
  /external/chromium_org/content/public/browser/
navigation_controller.cc 11 NavigationController::LoadURLParams::LoadURLParams(const GURL& url)
23 NavigationController::LoadURLParams::~LoadURLParams() {
26 NavigationController::LoadURLParams::LoadURLParams(
27 const NavigationController::LoadURLParams& other)
43 NavigationController::LoadURLParams&
44 NavigationController::LoadURLParams::operator=(
45 const NavigationController::LoadURLParams& other) {
load_notification_details.h 22 NavigationController* controller,
42 // The NavigationController for the load.
43 NavigationController* controller;
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 14 class NavigationController;
61 NavigationController* GetNavigationController() const;
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_current_page_delegate.h 17 class NavigationController;
44 // Returns the NavigationController for the current page.
45 virtual content::NavigationController& GetNavigationController() const = 0;
alternate_nav_url_fetcher.h 17 class NavigationController;
67 void StartFetch(content::NavigationController* controller);
83 content::NavigationController* controller_;
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 14 NavigationController* controller = &tab_contents->controller();
16 Source<NavigationController>(controller));
18 Source<NavigationController>(controller));
20 Source<NavigationController>(controller));
60 DCHECK_EQ(Source<NavigationController>(source).ptr(),
load_notification_details.h 24 NavigationController* controller,
38 NavigationController* controller() const { return controller_; }
45 NavigationController* controller_; // tells us which tab the load was in
  /external/chromium/chrome/browser/tab_contents/
language_state.h 25 explicit LanguageState(NavigationController* nav_controller);
30 void DidNavigate(const NavigationController::LoadCommittedDetails& details);
81 NavigationController* navigation_controller_;
  /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_;
  /external/chromium_org/chrome/browser/tab_contents/
language_state.h 13 class NavigationController;
28 explicit LanguageState(content::NavigationController* nav_controller);
87 content::NavigationController* navigation_controller_;
  /external/chromium/chrome/browser/download/
download_request_limiter.h 18 class NavigationController;
31 // . Each NavigationController initially starts out allowing a download
80 NavigationController* controller,
81 NavigationController* originating_controller);
113 // NavigationController we're tracking.
114 NavigationController* controller() const { return controller_; }
143 NavigationController* controller_;
158 // Used to remove observers installed on NavigationController.
213 NavigationController* controller,
214 NavigationController* originating_controller
    [all...]
  /external/chromium/chrome/browser/ssl/
ssl_policy_backend.h 16 class NavigationController;
21 explicit SSLPolicyBackend(NavigationController* controller);
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view.h 11 class NavigationController;
77 virtual const content::NavigationController* ShowSignIn() = 0;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_info_helper.cc 14 using content::NavigationController;
36 const NavigationController& controller = tab->GetController();

Completed in 364 milliseconds

1 2 3 4 5 6 7 8 91011>>