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

1 2 3 4

  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
InvalidPositionException.java 6 package jme3tools.navigation;
GCSailing.java 5 package jme3tools.navigation;
NumUtil.java 5 package jme3tools.navigation;
RLSailing.java 5 package jme3tools.navigation;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 78 String navigation = null; local
79 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) {
80 navigation = "undefined";
81 } else if (con.navigation == Configuration.NAVIGATION_NONAV) {
82 navigation = "nonav";
83 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
84 navigation = "drap";
85 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) {
86 navigation = "trackball";
87 } else if (con.navigation == Configuration.NAVIGATION_WHEEL)
    [all...]
  /external/webkit/Source/WebCore/page/
Performance.idl 35 readonly attribute PerformanceNavigation navigation;
Performance.cpp 75 PerformanceNavigation* Performance::navigation() const function in class:WebCore::Performance
Performance.h 53 PerformanceNavigation* navigation() const;
  /external/webkit/Tools/DumpRenderTree/mac/
NavigationController.m 67 - (void)evaluateWebScript:(NSString *)script afterBackForwardNavigation:(NSString *)navigation
72 if (![navigation isKindOfClass:[NSString class]])
73 navigation = @"about:blank";
76 [self setPendingRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:navigation]]];
  /external/chromium/chrome/browser/sessions/
base_session_service.cc 204 TabNavigation* navigation,
212 !pickle->ReadInt(&iterator, &(navigation->index_)) ||
214 !pickle->ReadString16(&iterator, &(navigation->title_)) ||
215 !pickle->ReadString(&iterator, &(navigation->state_)) ||
217 reinterpret_cast<int*>(&(navigation->transition_))))
221 bool has_type_mask = pickle->ReadInt(&iterator, &(navigation->type_mask_));
229 navigation->referrer_ = GURL(referrer_spec);
232 navigation->virtual_url_ = GURL(url_spec);
253 bool BaseSessionService::ShouldTrackEntry(const TabNavigation& navigation) {
254 return navigation.virtual_url().is_valid()
    [all...]
base_session_service.h 115 // Creates a SessionCommand that represents a navigation.
132 TabNavigation* navigation,
147 bool ShouldTrackEntry(const TabNavigation& navigation);
161 // Max number of navigation entries in each direction we'll persist.
  /development/samples/BrowserPlugin/jni/
Android.mk 39 navigation/NavigationPlugin.cpp \
53 $(LOCAL_PATH)/navigation \
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/
event-after-navigation.js 10 window.location = "resources/event-after-navigation-new.html";
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 37 jfieldID navigation; member in struct:android::__anon18174
53 out->navigation = env->GetIntField(clazz, gConfigurationClassInfo.navigation);
111 GET_FIELD_ID(gConfigurationClassInfo.navigation, clazz,
112 "navigation", "I");
  /external/chromium/chrome/browser/sync/glue/
session_model_associator_unittest.cc 43 // NewTab does not count as valid if it's the only navigation.
50 // Once there's another navigation, the tab is valid.
87 sync_pb::TabNavigation* navigation = tab_s.add_navigation(); local
88 navigation->set_index(12);
89 navigation->set_virtual_url("http://foo/1");
90 navigation->set_referrer("referrer");
91 navigation->set_title("title");
92 navigation->set_page_transition(sync_pb::TabNavigation_PageTransition_TYPED);
  /external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/
navigation_collector.js 12 * Collects navigation events, and provides a list of successful requests
50 // navigation event.
69 * The possible transition types that explain how the navigation event
123 * about the navigation event we'd like an ID for.
125 * API ensures that these will be unique across a single navigation
289 * successful navigation requests.
298 * unsuccessful navigation requests.
308 * @param {number=} num The number of successful navigation requests to
312 * successful navigation requests, sorted in decending order of frequency.
322 * @param {number=} num The number of unsuccessful navigation requests t
    [all...]
  /frameworks/base/core/java/android/content/res/
Configuration.java 342 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
344 /** Constant for {@link #navigation}, value corresponding to the
348 /** Constant for {@link #navigation}, value corresponding to the
352 /** Constant for {@link #navigation}, value corresponding to the
356 /** Constant for {@link #navigation}, value corresponding to the
362 * The kind of navigation method available on the device.
366 public int navigation; field in class:Configuration
380 * A flag indicating whether any 5-way or DPAD navigation available.
381 * This will be set on a device with a mechanism to hide the navigation
568 navigation = o.navigation
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WebPerformance.cpp 57 switch (m_private->navigation()->type()) {
93 return m_private->navigation()->redirectCount();
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ActivityManagerTest.java 104 assertEquals(config.reqNavigation, vconfig.navigation);
105 if (vconfig.navigation == Configuration.NAVIGATION_NONAV) {
  /development/apps/Development/src/com/android/development/
ConfigurationViewer.java 47 + "navigation=" + c.navigation + "\n"
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 14 /** imaginary tree navigation type; traverse "get child" link */
16 /** imaginary tree navigation type; finish with a child list */
  /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;
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 277 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
278 navigation->set_index(12);
279 navigation->set_virtual_url("http://foo/1");
280 navigation->set_referrer("referrer");
281 navigation->set_title("title");
282 navigation->set_page_transition(sync_pb::TabNavigation_PageTransition_TYPED);
  /tools/motodev/src/plugins/android/
plugin.properties 67 Monkey_Option_PctNav_Description=Adjust percentage of "basic" navigation events. (Navigation events consist of up/down/left/right, as input from a directional input device.)
68 Monkey_Option_PctMajornav_Description=Adjust percentage of "major" navigation events. (These are navigation events that will typically cause actions within your UI, such as the center button in a 5-way pad, the back key, or the menu key.)

Completed in 1116 milliseconds

1 2 3 4