HomeSort by relevance Sort by last modified time
    Searched full:navigation (Results 526 - 550 of 1296) sorted by null

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
configuration.h 214 * Set the current navigation in the configuration.
216 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
configuration.h 214 * Set the current navigation in the configuration.
216 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
configuration.h 214 * Set the current navigation in the configuration.
216 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
configuration.h 214 * Set the current navigation in the configuration.
216 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
configuration.h 214 * Set the current navigation in the configuration.
216 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
  /sdk/apps/DeviceConfig/res/layout/
main.xml 247 android:text="Navigation" >
253 android:text="@string/navigation" >
  /sdk/templates/activities/LoginActivity/root/src/app_package/
LoginActivity.java.ftl 114 // more details, see the Navigation pattern on Android Design:
116 // http://developer.android.com/design/patterns/navigation.html#up-vs-back
  /external/chromium/chrome/common/extensions/docs/
experimental.webNavigation.html 115 <a href="#gc-toc">Skip to main navigation</a>
465 <p>Fires when a navigation is about to occur.</p>
549 <dd>The ID of the tab in which the navigation is about to occur.</dd>
687 <dd>0 indicates the navigation happens in the tab content window; positive value indicates navigation in a subframe. Frame IDs are unique within a tab.</dd>
755 <dd>The ID of the request to retrieve the document of this navigation. Note that this event is fired prior to the corresponding chrome.experimental.webRequest.onBeforeRequest.</dd>
823 <dd>The time when the browser was about to start the navigation, in milliseconds since the epoch.</dd>
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebFrameClient.h 121 // The client should handle the navigation externally.
128 // The client may choose to alter the navigation policy. Otherwise,
173 // A datasource has been created for a new navigation. The given
232 // The navigation resulted in no change to the documents within the page.
233 // For example, the navigation may have just resulted in scrolling to a
237 // The navigation resulted in scrolling the page to a named anchor instead
  /prebuilts/devtools/tools/lib/
layoutlib-api.jar 
  /frameworks/base/docs/html/distribute/googleplay/quality/
core.jd 49 navigation and design, and is prepared for promotional opportunities in the
102 <td rowspan="3">Navigation</td>
108 <p>App supports standard system <a href="{@docRoot}design/patterns/navigation.html">Back button navigation</a> and does not make use of any custom, on-screen "Back button" prompts.</p>
171 <li><strong><a href="{@docRoot}design/patterns/navigation.html">Navigation with Back and Up</a></strong> &mdash; Android Design document describing standard navigation patterns. </li>
319 <p style="margin-bottom:.25em;">App preserves user or app state when leaving the foreground and prevents accidental data loss due to back-navigation and other state changes. When returning to the foreground, the app must restore the preserved state and any significant stateful transaction that was pending, such as changes to editable fields, game progress, menus, videos, and other sections of the app or game.</p>
324 <li>On Back keypresses, the app gives the user the option of saving any app or user state that would otherwise be lost on back-navigation.</li>
337 <li><strong><a href="{@docRoot}guide/components/tasks-and-back-stack.html">Tasks and Back Stack</a></strong> &mdash; Developer guide describing how to implement back-navigation.</li
    [all...]
  /external/chromium/chrome/browser/autocomplete/
search_provider.cc 500 type_val->GetAsString(&type_str) && (type_str == "NAVIGATION")) {
    [all...]
  /external/webkit/Source/WebKit/gtk/po/
en_GB.po 282 msgid "The reason why this navigation is occurring"
283 msgstr "The reason why this navigation is occurring"
286 msgid "The URI that was requested as the target for the navigation"
287 msgstr "The URI that was requested as the target for the navigation"
312 msgid "The target frame for the navigation"
313 msgstr "The URI that was requested as the target for the navigation"
514 msgid "Whether to enable accessibility enhanced keyboard navigation"
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebsettings.cpp 542 _("Whether to enable accessibility enhanced keyboard navigation"),
593 * WebKitWebSettings:enable-spatial-navigation
595 * Whether to enable the Spatial Navigation. This feature consists in the ability
606 g_param_spec_boolean("enable-spatial-navigation",
607 _("Enable Spatial Navigation"),
608 _("Whether to enable Spatial Navigation"),
    [all...]
  /external/chromium/chrome/browser/translate/
translate_manager_browsertest.cc 51 // for that navigation.
212 // An observer that keeps track of whether a navigation entry was committed.
576 EXPECT_TRUE(nav_details.entry != NULL); // There was a navigation.
579 // The TranslateManager class processes the navigation entry committed
596 // Create a pending navigation and simulate a page load. That should be the
602 // Test that we are really getting a same page navigation, the test would be
606 EXPECT_TRUE(nav_details.entry != NULL); // There was a navigation.
609 // The TranslateManager class processes the navigation entry committed
    [all...]
  /external/chromium/chrome/browser/instant/
instant_controller.cc 253 // If the loader was showing an instant page then it's navigation stack is
255 // search-term2 .... Each search-term navigation corresponds to the page
256 // deciding enough time has passed to commit a navigation. We don't want the
257 // searche-engine-home-page navigation in this case so we pass true to
258 // CopyStateFromAndPrune to have the search-engine-home-page navigation
  /external/eigen/demos/opengl/
quaternion_demo.cpp 563 // navigation mode
564 QGroupBox* box = new QGroupBox("navigation mode");
573 but->setToolTip("free navigation like a spaceship\n(this mode can also be enabled pressing the \"shift\" key)");
629 QDockWidget* panel = new QDockWidget("navigation", this);
637 std::cout << "Navigation:\n";
  /frameworks/base/docs/html/guide/webapps/
webview.jd 22 <li><a href="#HandlingNavigation">Handling Page Navigation</a>
43 browser, such as navigation controls or an address bar. All that {@link android.webkit.WebView}
63 additional things, such as handle page navigation and bind JavaScript from your web page to
229 opens all URL links, so be careful only if you handle page navigation as described in the
235 <h2 id="HandlingNavigation">Handling Page Navigation</h2>
  /frameworks/base/docs/html/training/basics/firstapp/
starting-activity.jd 228 <li><strong>Navigation Type</strong>: None</li>
349 to implement default navigation behaviors, such as <a
350 href="{@docRoot}design/patterns/navigation.html">Up navigation</a> on
351 Android 4.1 (API level 16) and higher. You can provide the same navigation behaviors for
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]
  /build/tools/droiddoc/templates-ds/
customizations.cs 202 <?cs # The default side navigation for the reference docs ?><?cs
277 <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
  /build/tools/droiddoc/templates-sdk/
customizations.cs 202 <?cs # The default side navigation for the reference docs ?><?cs
277 <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a>
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.mm 236 // The AlternateNavURLFetcher will listen for the pending navigation
238 // will automatically install itself into that navigation controller.
246 // The navigation controller will delete the fetcher.
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.h 428 // This flag is set when a new navigation is detected. It is used to satisfy
432 // Used to assert that the new navigation we observed is the same navigation

Completed in 770 milliseconds

<<21222324252627282930>>