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

<<11121314151617181920>>

  /external/chromium_org/content/browser/frame_host/
navigator.h 24 // TODO(nasko): Move all navigation methods, such as didStartProvisionalLoad
navigator_impl.h 40 // Used to notify the object embedding this Navigator about navigation
render_frame_host_manager.cc 171 // navigation request.
216 // We should always have a pending RVH when there's a cross-process navigation
221 // cross-site navigation, proceed with the navigation. (This assumes that
233 // did finish, to let the navigation proceed. Note that there's a danger
235 // false (meaning the navigation should not proceed), but we'll ignore it
246 // navigation from OnCrossSiteResponse. (There may be no pending navigation
267 // However, since we force the navigation to be in the current tab, it
304 // The pending cross-site navigation completed, so show the renderer
    [all...]
  /external/chromium_org/content/browser/loader/
offline_policy.h 28 // There is a single OfflinePolicy object per user navigation unit
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 96 // Right now, the concept of page navigation (both top level and frame) exists
250 // Sends the given navigation message. Use this rather than sending it
262 // Returns whether navigation messages are currently suspended for this
263 // RenderViewHost. Only true during a cross-site navigation, while waiting
267 // Suspends (or unsuspends) any navigation messages from being sent from this
269 // for a cross-site navigation, because we must suspend any navigations until
271 // is important that only one navigation event happen after calling this
276 // user decided the navigation should proceed should be passed as
281 // Clears any suspended navigation state after a cross-site navigation i
    [all...]
  /external/chromium_org/content/ppapi_plugin/
plugin_process_dispatcher.cc 32 // source and destination page of a navigation. We don't want to tear down
  /external/chromium_org/content/public/browser/
interstitial_page_delegate.h 36 // navigation controller.
  /external/chromium_org/content/renderer/
active_notification_tracker.h 42 // Clears out all active notifications. Useful on page navigation.
  /external/chromium_org/content/test/
accessibility_browser_test_utils.h 19 // might generate an accessibility event (like a page navigation or
  /external/chromium_org/net/base/
load_flags_list.h 20 // This is a back/forward style navigation where the cached content should
24 // This is a navigation that will fail if it cannot serve the requested
33 // This is a navigation that will not use the cache at all. It does not
37 // This is a navigation that will not be intercepted by any registered
  /external/chromium_org/third_party/WebKit/ManualTests/
property-map-save-crash.html 40 <li><a href="resources/go-back.html">Click here to do a back/forward navigation.</a></li>
  /external/chromium_org/third_party/WebKit/PerformanceTests/inspector/
network-append-30-requests.html.broken 28 // In real life this array is cleaning up at navigation event.
  /external/dexmaker/javadoc/
stylesheet.css 21 /* Navigation bar fonts and colors */
  /external/jsr305/javadoc/
stylesheet.css 21 /* Navigation bar fonts and colors */
  /frameworks/base/docs/html/design/building-blocks/
lists.jd 13 well as drilldown navigation.</p>
  /frameworks/base/docs/html/training/tv/
unsupported-features-tv.jd 6 previous.title=Optimizing Navigation for TV
7 previous.link=optimizing-navigation-tv.html
86 <a href="{@docRoot}training/tv/optimizing-navigation-tv.html">Optimize Navigation for TV</a> for
  /frameworks/base/native/android/
configuration.cpp 79 return config->navigation;
167 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation) {
168 config->navigation = navigation;
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigurationTest.java 47 mConfig.navigation = Configuration.NAVIGATION_NONAV;
68 cfg1.navigation = 2;
69 cfg2.navigation = 3;
71 cfg1.navigation = 3;
72 cfg2.navigation = 2;
213 config.navigation = 1;
362 config.navigation = Configuration.NAVIGATION_DPAD;
  /frameworks/base/docs/html/design/videos/
index.jd 25 <p>Life is simple when your app is simple. But when your apps gets more complex, how do you choose between spinners, tabs, and drawers for navigation? Members of the Android Design team look at techniques for making your app predictable and pleasing to use.</p>
98 <h3 id="navigation-in-android"><a href="https://developers.google.com/events/io/sessions/gooio2012/114/">Navigation in Android</a></h3>
99 <p>An app is useless if people can't find their way around it. Android introduced big navigation-support changes in 3.0 and 4.0. The Action Bar offers a convenient control for Up navigation, the Back key's behavior became more consistent within tasks, and the Recent Tasks UI got an overhaul. In this talk, we discuss how and why we got where we are today, how to think about navigation when designing your app's user experience, and how to write apps that offer effortless navigation in multiple Android versions.</p>
  /external/chromium_org/chrome_frame/
chrome_active_document.h 120 // Controlling Navigation: The fact that a document can navigate on its own
121 // implies that it will also take care of updating the navigation history.
127 // document cannot perform its own navigation.)
367 // A helper method that updates our internal navigation state
368 // as well as IE's navigation state (viz Title and current URL).
402 // Initiates navigation to the URL passed in.
438 // navigation initiated by the renderer.
443 // page navigation initiated as this active document was being created.
452 // This indicates whether this is the first navigation in this
454 // after we get a navigation notification from Chrom
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_tab_helper.cc 62 // This can happen when a cross-process navigation is aborted, either by
63 // pressing stop or by starting a new cross-process navigation that can't
116 // process navigation cancels the old load. In this case, the commit of the
117 // old navigation will cancel the newer one.
220 // No further messages for the cancelled navigation will occur.
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_apitest.cc 66 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
67 navigation->set_virtual_url("http://foo/1");
68 navigation->set_referrer("referrer");
69 navigation->set_title("title");
70 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
  /external/chromium_org/chrome/browser/signin/
signin_browsertest.cc 198 // and initiates a back navigation between the point of Commit and
226 // created after the navigation to the skip_url has finished loading,
228 // has had a chance to remove the navigation entry.
231 // Since the navigation to the blank URL is monitored for, the
232 // OneClickSigninHelper initiates immediately a navigation to the NTP.
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 274 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
275 navigation->set_virtual_url(ToTabUrl(session_id, window_id, tab_id));
276 navigation->set_referrer("referrer");
277 navigation->set_title(UTF16ToUTF8(GetTabTitle(
279 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 73 // Completes the navigation in response to a completed overscroll gesture.
74 // The navigation happens after an animation (either the overlay window
87 // A window showing the screenshot is overlayed during a navigation triggered
189 // overscroll navigation gesture.
221 // navigation triggered by the overscroll gesture.

Completed in 2105 milliseconds

<<11121314151617181920>>