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

1 2 3 4 5 6 7

  /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;
  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.cc 36 SerializedNavigationEntry navigation; local
37 navigation.index_ = 0;
38 navigation.referrer_ =
41 navigation.virtual_url_ = GURL(virtual_url);
42 navigation.title_ = UTF8ToUTF16(title);
43 navigation.page_state_ =
45 navigation.timestamp_ = base::Time::Now();
46 return navigation;
52 SerializedNavigationEntry* navigation) {
53 navigation->page_state_ = page_state
    [all...]
serialized_navigation_entry_test_helper.h 43 SerializedNavigationEntry* navigation);
46 SerializedNavigationEntry* navigation);
49 SerializedNavigationEntry* navigation);
52 SerializedNavigationEntry* navigation);
55 SerializedNavigationEntry* navigation);
serialized_navigation_entry_unittest.cc 95 const SerializedNavigationEntry navigation; local
96 EXPECT_EQ(-1, navigation.index());
97 EXPECT_EQ(0, navigation.unique_id());
98 EXPECT_EQ(GURL(), navigation.referrer().url);
99 EXPECT_EQ(WebKit::WebReferrerPolicyDefault, navigation.referrer().policy);
100 EXPECT_EQ(GURL(), navigation.virtual_url());
101 EXPECT_TRUE(navigation.title().empty());
102 EXPECT_FALSE(navigation.page_state().IsValid());
103 EXPECT_EQ(content::PAGE_TRANSITION_TYPED, navigation.transition_type());
104 EXPECT_FALSE(navigation.has_post_data())
119 const SerializedNavigationEntry& navigation = local
145 const SerializedNavigationEntry& navigation = local
205 const SerializedNavigationEntry& navigation = local
238 const SerializedNavigationEntry& navigation = local
275 const SerializedNavigationEntry& navigation = local
    [all...]
serialized_navigation_entry.cc 37 SerializedNavigationEntry navigation; local
38 navigation.index_ = index;
39 navigation.unique_id_ = entry.GetUniqueID();
40 navigation.referrer_ = entry.GetReferrer();
41 navigation.virtual_url_ = entry.GetVirtualURL();
42 navigation.title_ = entry.GetTitle();
43 navigation.page_state_ = entry.GetPageState();
44 navigation.transition_type_ = entry.GetTransitionType();
45 navigation.has_post_data_ = entry.GetHasPostData();
46 navigation.post_id_ = entry.GetPostID()
63 SerializedNavigationEntry navigation; local
    [all...]
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoActivity.java 129 String navigation = null; local
130 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) {
131 navigation = "undefined";
132 } else if (con.navigation == Configuration.NAVIGATION_NONAV) {
133 navigation = "nonav";
134 } else if (con.navigation == Configuration.NAVIGATION_DPAD) {
135 navigation = "drap";
136 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) {
137 navigation = "trackball";
138 } else if (con.navigation == Configuration.NAVIGATION_WHEEL)
    [all...]
  /external/chromium_org/chrome/browser/resources/uber/
uber.css 15 #navigation {
18 /* This is a hack to prevent the navigation bar from occluding pointer events
30 #navigation.background {
34 #navigation.changing-content {
  /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.
  /external/chromium_org/chrome/browser/resources/chromeos/diagnostics/
main.css 10 .navigation {
14 .navigation h1 {
19 .navigation ul {
24 .navigation ul > li {
31 .navigation ul > li.selected {
  /external/chromium_org/chrome/browser/sessions/
session_types_unittest.cc 104 sync_pb::TabNavigation* navigation = sync_data.add_navigation(); local
105 navigation->set_virtual_url("http://foo/" + base::IntToString(i));
106 navigation->set_referrer("referrer");
107 navigation->set_title("title");
108 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
172 sync_data.navigation(i).virtual_url());
174 sync_data.navigation(i).title());
base_session_service.h 92 // Creates a SessionCommand that represents a navigation.
96 const sessions::SerializedNavigationEntry& navigation);
123 sessions::SerializedNavigationEntry* navigation,
163 // Max number of navigation entries in each direction we'll persist.
  /external/chromium_org/chrome_frame/test/
mock_ie_event_sink_test.cc 44 ExpectationSet navigation; local
46 navigation += EXPECT_CALL(*this, OnBeforeNavigate2(_, _, _, _, _, _, _))
49 navigation += EXPECT_CALL(*this, OnBeforeNavigate2(_,
65 "expect statements. If you do not require this navigation to be in "
70 navigation += EXPECT_CALL(*this, OnFileDownload(_, _))
80 navigation += EXPECT_CALL(*this, OnNavigateComplete2(_, _))
84 navigation += EXPECT_CALL(*this, OnNavigateComplete2(_,
92 return navigation;
  /external/chromium_org/chrome/browser/extensions/
extension_url_rewrite_browsertest.cc 58 // correspond to |url|, while the real URL of the navigation entry uses the
109 NavigationEntry* navigation = GetNavigationEntry(); local
110 EXPECT_EQ(bookmarks_url, navigation->GetVirtualURL().GetWithEmptyPath());
111 EXPECT_TRUE(navigation->GetURL().SchemeIs(extensions::kExtensionScheme));
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 37 jfieldID navigation; member in struct:android::__anon31833
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 349 /** Constant for {@link #navigation}: a value indicating that no value has been set. */
351 /** Constant for {@link #navigation}, value corresponding to the
355 /** Constant for {@link #navigation}, value corresponding to the
359 /** Constant for {@link #navigation}, value corresponding to the
363 /** Constant for {@link #navigation}, value corresponding to the
369 * The kind of navigation method available on the device.
373 public int navigation; field in class:Configuration
387 * A flag indicating whether any 5-way or DPAD navigation available.
388 * This will be set on a device with a mechanism to hide the navigation
561 /** @hide Native-specific bit mask for NAVIGATION config; DO NOT USE UNLESS YOU ARE SURE. *
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/
background.js 25 // Reset the navigation state on startup. We only want to collect data within a
  /external/chromium_org/third_party/WebKit/Source/web/
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"

Completed in 559 milliseconds

1 2 3 4 5 6 7