/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 navigation.http_status_code_ = 200; 47 return navigation; 53 SerializedNavigationEntry* navigation) { [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 | 98 const SerializedNavigationEntry navigation; local 99 EXPECT_EQ(-1, navigation.index()); 100 EXPECT_EQ(0, navigation.unique_id()); 101 EXPECT_EQ(GURL(), navigation.referrer().url); 102 EXPECT_EQ(blink::WebReferrerPolicyDefault, navigation.referrer().policy); 103 EXPECT_EQ(GURL(), navigation.virtual_url()); 104 EXPECT_TRUE(navigation.title().empty()); 105 EXPECT_FALSE(navigation.page_state().IsValid()); 106 EXPECT_EQ(content::PAGE_TRANSITION_TYPED, navigation.transition_type()); 107 EXPECT_FALSE(navigation.has_post_data()) 123 const SerializedNavigationEntry& navigation = local 150 const SerializedNavigationEntry& navigation = local 212 const SerializedNavigationEntry& navigation = local 246 const SerializedNavigationEntry& navigation = local 284 const SerializedNavigationEntry& navigation = local [all...] |
serialized_navigation_entry.cc | 38 SerializedNavigationEntry navigation; local 39 navigation.index_ = index; 40 navigation.unique_id_ = entry.GetUniqueID(); 41 navigation.referrer_ = entry.GetReferrer(); 42 navigation.virtual_url_ = entry.GetVirtualURL(); 43 navigation.title_ = entry.GetTitle(); 44 navigation.page_state_ = entry.GetPageState(); 45 navigation.transition_type_ = entry.GetTransitionType(); 46 navigation.has_post_data_ = entry.GetHasPostData(); 47 navigation.post_id_ = entry.GetPostID() 65 SerializedNavigationEntry navigation; local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
screencastView.css | 31 .screencast-navigation { 38 .screencast-navigation button { 53 .screencast-navigation button:hover { 57 .screencast-navigation button:active { 61 .screencast-navigation button[disabled] { 65 .screencast-navigation button.back { 69 .screencast-navigation button.forward { 73 .screencast-navigation button.reload { 77 .screencast-navigation input { 85 .screencast-navigation input:focus [all...] |
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/ |
DeviceInfoActivity.java | 140 String navigation = null; local 141 if (con.navigation == Configuration.NAVIGATION_UNDEFINED) { 142 navigation = "undefined"; 143 } else if (con.navigation == Configuration.NAVIGATION_NONAV) { 144 navigation = "nonav"; 145 } else if (con.navigation == Configuration.NAVIGATION_DPAD) { 146 navigation = "drap"; 147 } else if (con.navigation == Configuration.NAVIGATION_TRACKBALL) { 148 navigation = "trackball"; 149 } 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_org/chrome/browser/sessions/ |
session_types_unittest.cc | 54 sync_pb::TabNavigation* navigation = sync_data.add_navigation(); local 55 navigation->set_virtual_url("http://foo/" + base::IntToString(i)); 56 navigation->set_referrer("referrer"); 57 navigation->set_title("title"); 58 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED); 122 sync_data.navigation(i).virtual_url()); 124 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/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/extensions/ |
extension_url_rewrite_browsertest.cc | 59 // correspond to |url|, while the real URL of the navigation entry uses the 110 NavigationEntry* navigation = GetNavigationEntry(); local 111 EXPECT_EQ(bookmarks_url, navigation->GetVirtualURL().GetWithEmptyPath()); 112 EXPECT_TRUE(navigation->GetURL().SchemeIs(extensions::kExtensionScheme));
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_sync_test_helper.cc | 107 sync_pb::TabNavigation* navigation = tab->add_navigation(); local 108 navigation->set_virtual_url(kVirtualUrl); 109 navigation->set_referrer(kReferrer); 110 navigation->set_title(kTitle); 111 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
|
/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;
|
/frameworks/base/core/jni/ |
android_content_res_Configuration.cpp | 37 jfieldID navigation; member in struct:android::__anon30031 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) {
|