/frameworks/base/docs/html-intl/ru/training/multiscreen/ |
adaptui.jd | 107 /* use tabs for navigation */ 117 /* use list navigation (spinner) */
|
/frameworks/base/docs/html-intl/zh-cn/training/multiscreen/ |
adaptui.jd | 107 /* use tabs for navigation */ 117 /* use list navigation (spinner) */
|
/packages/apps/CellBroadcastReceiver/ |
AndroidManifest.xml | 82 android:configChanges="orientation|keyboardHidden|keyboard|navigation" /> 90 android:configChanges="orientation|keyboardHidden|keyboard|navigation" />
|
/external/chromium/chrome/browser/net/ |
predictor.h | 14 // navigation. A subresource URL may be associated with a referrer URL. Later 79 // that we predict will be needed after this navigation (typically 81 // to do the actual work, so as not to jump ahead of the frame navigation that 93 // Record details of a navigation so that we can preresolve the host name 324 // need to pre-resolve or pre-connect to when there is a navigation to the
|
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.h | 167 // one navigation entry and is not an empty tab. 328 // (from a local navigation event) 350 const sync_pb::TabNavigation& navigation, 353 // Populates the navigation portion of the session specifics. 355 const TabNavigation* navigation,
|
/external/chromium_org/chrome/browser/google/ |
google_url_tracker.cc | 318 // This is a non-search navigation on a tab with an infobar. If there was 324 // If this navigation actually commits, that will trigger the infobar's 330 // Non-search navigation on a tab with an entry that has not yet created 336 // Non-search navigation on a tab without an infobars. This is irrelevant 392 // for navigation commits if the user has performed a new search on this tab.
|
/external/chromium_org/chrome/browser/renderer_host/ |
chrome_render_widget_host_view_mac_history_swiper.mm | 156 // If the gesture was completed, perform a navigation. 239 // Responsible for starting a browser navigation if necessary. 346 // When starting a backwards navigation gesture (swipe from left to right, 350 // picture viewer, that makes sense, but for back/forward navigation users 376 // Dismiss the panel before navigation for immediate visual feedback.
|
/external/chromium_org/chrome/browser/resources/uber/ |
uber.js | 16 * We cache a reference to the #navigation frame here so we don't need to grab 27 navFrame = $('navigation'); 40 // will result in needing background navigation. We shortcut it to avoid 150 * Sends the navigation iframe to the background. 159 * Retrieves the navigation iframe from the background.
|
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor.cc | 140 // navigation controller only keeping a limited number of navigation 205 // Extract features pertaining to this navigation. 218 // in this tab, so make sure that we use the latest navigation for 221 // latest entry, but I'm worried about possible races during a navigation
|
/external/chromium_org/content/browser/loader/ |
resource_dispatcher_host_browsertest.cc | 336 // Tests that a cross-site navigation to an error page (resulting in the link 365 // the onunload handler, and the navigation would fail. We can't test by 369 // off the navigation, and wait to see that the tab loads. 403 // Repeat navigation. We are testing that this completes. 427 // Visit another URL first to trigger a cross-site navigation.
|
/frameworks/base/docs/html/design/patterns/ |
widgets.jd | 61 <p>Because widgets live on the home screen, they have to co-exist with the navigation that is established there. This limits the gesture support that is available in a widget compared to a full-screen app. While apps for example may support a view pager that allows the user to navigate between screens laterally, that gesture is already taken on the home screen for the purpose of navigating between home panels.</p> 78 <h3>Widget navigation</h3> 79 <p>Besides the pure information content, you should also consider to round out your widget's offering by providing navigation links to frequently used areas of your app. This lets users complete tasks quicker and extends the functional reach of the app to the home screen.</p> 80 <p>Good candidates for navigation links to surface on widgets are:</p> 83 <li>Open application at top level: Tapping on an information element will usually navigate the user to a lower level detail screen. Providing access to the top level of your application provides more navigation flexibility and can replace a dedicated app shortcut that users would otherwise use to navigate to the app from the home screen. Using your application icon as an affordance can also provide your widget with a clear identity in case the data you're displaying is ambiguous.</li>
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
checklist.jd | 21 <li><a href="{@docRoot}training/design-navigation/index.html">Designing Effective Navigation</a></li> 64 <li><strong>Enable focus-based navigation:</strong> Make sure 67 keyboards and navigation gestures). In a few cases, you may need to make user interface components 83 using directional controls, and using eyes-free navigation with TalkBack enabled.
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 99 * Extension of ArrayAdapter to be used for the action bar navigation drop list. It is not 169 // Set up tabs or navigation list 196 * Because the navigation list items are in a different order than tab items, this returns 197 * the appropriate tab from the navigation item position. 441 // The issue is that when we're first switching to the tab navigation mode after
|
/frameworks/base/docs/html/guide/topics/ui/ |
actionbar.jd | 43 <li><a href="#Tabs">Adding Navigation Tabs</a></li> 44 <li><a href="#Dropdown">Adding Drop-down Navigation</a></li> 49 <li><a href="#NavigationStyles">Navigation tabs</a></li> 66 provides user actions and navigation modes. Using the action bar offers your users a 81 <li>Supports consistent navigation and view switching within apps (with tabs or drop-down 371 items on a narrow screen, while leaving room for navigation and title elements at the top.</p> 400 <p>Using split action bar also allows <a href="#Tabs">navigation tabs</a> to collapse into the 411 <a class="notice-designers" href="{@docRoot}design/patterns/navigation.html"> 414 <p>Navigation with Back and Up</p> 428 <p class="note"><strong>Note:</strong> Up navigation is distinct from the back navigation provide [all...] |
/external/chromium_org/chrome/browser/predictors/ |
resource_prefetch_predictor.cc | 80 // For reporting events of interest that are not tied to any navigation. 352 // WebContents can return an empty URL if the navigation entry 353 // corresponding to the navigation has not been created yet. 375 DLOG(FATAL) << "Returning results for existing navigation."; 440 // New empty navigation entry. 468 // Stop any inflight prefetching. Remove the older navigation. 473 // redirect url as a new navigation. 537 // Remove the navigation from the inflight navigations. 826 // Host level data - no cutoff, always learn the navigation if enabled. 835 // Remove the navigation from the results map [all...] |
/external/chromium_org/chrome/common/ |
automation_messages_internal.h | 271 // see AutomationMsg_NavigationResponseValues for the navigation response. 400 // It is a notification that a navigation happened 443 // - bool: whether to proceed or abort the navigation 478 // see AutomationMsg_NavigationResponseValues for the navigation response. 550 // It is a notification that a navigation failed 675 // navigation entry index in the external tab with given handle. The first 677 // index of navigation entry. 679 // see AutomationMsg_NavigationResponseValues for the navigation response. 699 // See AutomationMsg_NavigationResponseValues for the navigation response 710 // See AutomationMsg_NavigationResponseValues for the navigation respons [all...] |
/external/chromium_org/chrome_frame/ |
chrome_frame_activex_base.h | 323 // Used to setup the document_url_ member needed for completing navigation. 488 // Pass the current document url as the referrer for the new navigation. 558 // The ChromeFrameActivex control initiates navigation to this URL 578 // We can initiate navigation here even if ready_state is not complete. 580 // of navigation just after CreateExternalTab is done. 605 // javascript function to be invoked on successful navigation. 620 // javascript function to be invoked on navigation failure. [all...] |
/external/chromium_org/content/browser/web_contents/ |
web_contents_impl.cc | 116 // - The pending RVH is "suspended," so that no navigation messages are sent to 124 // the navigation request to its renderer. 144 // is independent of whether we started out with a cross-process navigation.) 148 // navigation using RequestTransferURL. When the transferred request 219 // NavigationController would return before its first navigation. This will 592 // We may not have a navigation entry yet. 598 // We may not have a navigation entry yet. 604 // We may not have a navigation entry yet. 782 // navigation entry. For example, when the user types in a URL, we want to 790 // 1. There's already a committed entry for an initial navigation, in whic [all...] |
web_contents_impl.h | 125 // navigation entry, this allows Android WebViews to use 531 // The entry has a PageID of -1 if newly created (corresponding to navigation 534 // If this method returns false, then the navigation is discarded (equivalent 598 // Add and remove observers for page navigation notifications. The order in [all...] |
/external/chromium_org/chrome/browser/captive_portal/ |
captive_portal_browsertest.cc | [all...] |
/external/chromium_org/content/browser/renderer_host/ |
render_view_host_impl.cc | 603 // Shouldn't be possible to have a second navigation while suspended, since 605 // second navigation occurs, WebContentsImpl will cancel this pending RVH 610 // Get back to a clean state, in case we start a new navigation without 652 // There's navigation message params waiting to be sent. Now that we're not 653 // suspended anymore, resume navigation by sending them. If we were swapped 665 // Clear any state if a pending navigation is canceled or pre-empted. 802 // navigation to a data URL will leave a process running, if the [all...] |
/external/chromium/chrome/common/extensions/docs/ |
a11y.html | 115 <a href="#gc-toc">Skip to main navigation</a> 275 <a href="#navigation"> Navigation </a> 529 Make sure that operation and navigation controls of your extension 533 Navigation controls might include tabs and menu bars. 572 <h3 id="navigation"> Navigation </h3> 589 details about toolbar navigation 596 to support keyboard navigation to the toolbar. 620 Although the most common keyboard navigation strategy involve [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_service.cc | 436 const SerializedNavigationEntry& navigation) { 437 if (!ShouldTrackEntry(navigation.virtual_url()) || 445 range.first = std::min(navigation.index(), range.first); 446 range.second = std::max(navigation.index(), range.second); 449 tab_id.id(), navigation)); 628 const SerializedNavigationEntry navigation = local 633 navigation); 651 const SerializedNavigationEntry navigation = local 659 navigation); 1146 SerializedNavigationEntry navigation; local 1323 const SerializedNavigationEntry navigation = local [all...] |
/external/chromium_org/content/renderer/ |
render_view_impl.cc | 495 // Returns false unless this is a top-level navigation. 500 // Returns false unless this is a top-level navigation that crosses origins. 522 // top level navigation and routed back to the host. [all...] |
/external/chromium/chrome/browser/geolocation/ |
geolocation_browsertest.cc | 88 // If true the navigation has completed. 106 // navigation is completed. 335 LOG(WARNING) << "will block for navigation"; 480 // Back to the first frame, enable navigation and refresh geoposition. 490 // Disable navigation for this frame. 521 // Disable navigation for this frame. 528 // afterwards. We're only interested in the first navigation for the success
|