HomeSort by relevance Sort by last modified time
    Searched full:navigation (Results 126 - 150 of 1979) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/content/browser/web_contents/
web_contents_impl_unittest.cc 385 // Test simple same-SiteInstance navigation.
749 // to determine whether a navigation is cross-site.
849 // Test that during a slow cross-site navigation, the original renderer ca
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.h 127 // Handles updating the navigation state after the renderer has navigated.
144 // Returns true if the given URL would be an in-page navigation (i.e. only
151 // an in-page navigation. Neither does an input URL that has no ref, even if
153 // whether a navigation happened without loading anything, the same URL could
161 // provide the same URL as part of an in-page navigation, not a reload. So
232 // Classifies the given renderer navigation (see the NavigationType enum).
237 // ownership of the pointer since it is put in the navigation list.
241 // Handlers for the different types of navigation types. They will actually
269 // Actually issues the navigation held in pending_entry.
304 // pending navigation it is preserved. In contrast t
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_webnavigation_api.h 6 // intercepting navigation events, as specified in
25 // Tracks the navigation state of all frames currently known to the
33 // True if navigation events for the given frame can be sent.
83 // Tab contents observer that forwards navigation events to the event router.
114 // navigation.
129 // Observes navigation notifications and routes them as events to the extension
157 // Used for tracking registrations to navigation notifications.
  /external/chromium/chrome/browser/tab_contents/
language_state.h 28 // Should be called when the page did a new navigation (whether it is a main
29 // frame or sub-frame navigation).
65 // navigation.
80 // The navigation controller of the tab we are associated with.
94 // TODO(jcampan): make the renderer send the language just once per navigation
103 // Whether the current navigation is a fragment navigation (in page).
web_contents_unittest.cc 266 // Test simple same-SiteInstance navigation.
444 // determine whether a navigation is cross-site.
544 // Test that during a slow cross-site navigation, the original renderer can
546 // navigation.
571 // Verify that the pending navigation is cancelled.
673 // Test that during a slow cross-site navigation, a sub-frame navigation in the
674 // original renderer will not cancel the slow navigation (bug 42029).
692 // Simulate a sub-frame navigation arriving and ensure the RVH is still
698 // Now simulate the onbeforeunload approval and verify the navigation i
    [all...]
simple_alert_infobar_delegate.h 37 bool auto_expire_; // Should it expire automatically on navigation?
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
frame_navigation_state.h 20 // Tracks the navigation state of all frames in a given tab currently known to
46 // True if navigation events for the given frame can be sent.
95 // Marks a frame as having finished its last navigation, i.e. the onCompleted
108 // Marks a frame as having committed its navigation, i.e. the onCommitted
112 // True if the frame has committed its navigation.
134 bool is_navigating; // True if there is a navigation going on.
135 bool is_committed; // True if the navigation is already committed.
  /external/chromium_org/chrome/browser/sessions/
session_types_unittest.cc 54 sync_pb::TabNavigation* navigation = sync_data.add_navigation(); local
55 navigation->set_virtual_url("http://foo/" + base::IntToString(i));
56 navigation->set_referrer("referrer");
57 navigation->set_title("title");
58 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
122 sync_data.navigation(i).virtual_url());
124 sync_data.navigation(i).title());
  /external/chromium_org/chrome/browser/tab_contents/
language_state.h 34 // Should be called when the page did a new navigation (whether it is a main
35 // frame or sub-frame navigation).
72 // navigation.
103 // The navigation controller of the tab we are associated with.
117 // TODO(jcampan): make the renderer send the language just once per navigation
126 // Whether the current navigation is a fragment navigation (in page).
  /external/chromium_org/chrome/browser/network_time/
navigation_time_helper.cc 33 // Calculate navigation time for new entry or existing entry that has new
34 // navigation.
47 // Use the navigation time calculated before for unchanged entry.
  /external/chromium_org/chrome/browser/search/
search_terms_tracker.h 21 // Observes navigation events (and WebContents destructions) to keep track of
25 // Any other type of navigation will invalidate the search terms. The search
33 // Returns the current search terms and navigation index of the corresponding
  /external/chromium_org/chrome/browser/ui/search/
instant_unload_handler.h 24 // Without Instant: Before the navigation is committed, P's BUH are run. If P's
26 // "Stay or Leave?". If the user clicks "Stay", the navigation is cancelled,
29 // With Instant: The navigation to Q has already happened, since Q is being
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 59 // Flags to indicate what to wait for in a navigation test.
64 // Navigation
69 BROWSER_TEST_WAIT_FOR_NAVIGATION = 1 << 2, // Wait for navigation to finish.
80 // |profile|, blocking until the navigation finishes. This will create a new
85 // Performs the provided navigation process, blocking until the navigation
86 // finishes. May change the params in some cases (i.e. if the navigation
91 // navigation finishes. Simulates a POST and uses chrome::Navigate.
95 // navigation finishes. Uses Browser::OpenURL --> chrome::Navigate.
99 // navigation finishes
    [all...]
  /frameworks/base/docs/html/training/basics/actionbar/
index.jd 21 <li><a href="{@docRoot}training/implementing-navigation/index.html">Implementing
22 Effective Navigation</a></li>
43 <li>Support for navigation and view switching (with tabs or drop-down lists).</li>
  /frameworks/base/docs/html/training/keyboard-input/
index.jd 47 <dt><b><a href="navigation.html">Supporting Keyboard Navigation</a></b></dt>
49 and how to make any necessary changes to the navigation order.
  /frameworks/support/v4/java/android/support/v4/app/
NavUtils.java 31 * recommended Android UI navigation patterns. For information about recommended
32 * navigation patterns see
34 * from the developer guide and <a href="{@docRoot}design/patterns/navigation.html">Navigation</a>
149 * up navigation. If this method returns false, the app should synthesize a new task stack
150 * by using {@link TaskStackBuilder} or another similar mechanism to perform up navigation.</p>
153 * @param targetIntent An intent representing the target destination for up navigation
168 * parent are within the same task. If up navigation should cross tasks in some cases, see
190 * by this method, along with any others required for proper up navigation as outlined
193 * <p>This method should be used when performing up navigation from within the same tas
    [all...]
  /packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallCommandService.aidl 103 * Enables or disables navigation using the system bar, and also prevents the
105 * Hides or shows the home, recent and back buttons in the navigation bar if the
106 * device has soft navigation buttons.
  /development/samples/training/EffectiveNavigation/res/values/
strings.xml 18 <string name="app_name">Effective Navigation</string>
  /external/chromium/chrome/browser/automation/
automation_tab_tracker.h 33 // Last time a navigation occurred.
  /external/chromium/chrome/browser/sync/protocol/
session_specifics.proto 53 // Identifies the index of the current navigation in navigations. For
54 // example, if this is 2 it means the current navigation is navigations[2].
60 // Tabs are navigated, and the navigation data is here.
61 repeated TabNavigation navigation = 7;
  /external/chromium/chrome/browser/ui/gtk/
info_bubble_accelerators_gtk.cc 21 // Navigation / toolbar buttons.
  /external/chromium_org/chrome/browser/password_manager/
password_manager_unittest.cc 218 // Now the password manager waits for the navigation to complete.
220 manager()->OnPasswordFormsParsed(observed); // The post-navigation load.
221 manager()->OnPasswordFormsRendered(observed); // The post-navigation layout.
249 // navigation occurs.
254 // Now the password manager waits for the navigation to complete.
256 manager()->OnPasswordFormsParsed(observed); // The post-navigation load.
257 manager()->OnPasswordFormsRendered(observed); // The post-navigation layout.
284 // Now the password manager waits for the navigation to complete.
286 manager()->OnPasswordFormsParsed(observed); // The post-navigation load.
287 manager()->OnPasswordFormsRendered(observed); // The post-navigation layout
    [all...]
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_common.h 33 // Represents a single navigation for a render view.
83 // If a navigation hasn't seen a load complete event in this much time, it
107 // Maximum number of prefetches that can be inflight for a single navigation.
110 // navigation.
  /external/chromium_org/chrome/browser/ui/android/
navigation_popup.h 20 // The native bridge for the history navigation popup that provides additional
  /external/chromium_org/chrome/browser/ui/gtk/bubble/
bubble_accelerators_gtk.cc 21 // Navigation / toolbar buttons.

Completed in 1328 milliseconds

1 2 3 4 56 7 8 91011>>