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

12 3 4 5 6 7

  /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 */
  /external/chromium_org/chrome/browser/sessions/
base_session_service.cc 143 const sessions::SerializedNavigationEntry& navigation) {
151 navigation.WriteToPickle(max_state_size, &pickle);
216 sessions::SerializedNavigationEntry* navigation,
224 navigation->ReadFromPickle(&iterator);
session_types.cc 38 SerializedNavigationEntry::FromSyncData(i, sync_data.navigation(i)));
session_service.cc 418 const SerializedNavigationEntry& navigation) {
419 if (!ShouldTrackEntry(navigation.virtual_url()) ||
427 range.first = std::min(navigation.index(), range.first);
428 range.second = std::max(navigation.index(), range.second);
431 tab_id.id(), navigation));
625 const SerializedNavigationEntry navigation = local
630 navigation);
648 const SerializedNavigationEntry navigation = local
656 navigation);
1143 SerializedNavigationEntry navigation; local
1320 const SerializedNavigationEntry navigation = local
    [all...]
persistent_tab_restore_service_browsertest.cc 633 SerializedNavigationEntry navigation = local
639 tab->navigations.push_back(navigation);
655 SerializedNavigationEntry navigation = local
659 tab->navigations.push_back(navigation);
670 navigation = SerializedNavigationEntryTestHelper::CreateNavigation(
674 tab->navigations.push_back(navigation);
689 tab->navigations.push_back(navigation);
704 tab->navigations.push_back(navigation);
705 tab->navigations.push_back(navigation);
  /external/chromium_org/third_party/WebKit/Source/core/page/
Performance.h 65 PerformanceNavigation* navigation() const;
Performance.idl 34 readonly attribute PerformanceNavigation navigation;
  /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_org/chrome/browser/ui/search/
instant_controller.cc 56 InstantNavigation navigation; local
58 navigation = INSTANT_NAVIGATION_NONEXTENDED;
60 navigation = is_click ? INSTANT_NAVIGATION_LOCAL_CLICK :
63 navigation = is_click ? INSTANT_NAVIGATION_ONLINE_CLICK :
67 navigation,
193 // if there's a navigation in progress. This prevents Chrome from sending
327 // Exclude navigation by Most Visited click and searches.
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_builder_test_helper.cc 274 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
275 navigation->set_virtual_url(ToTabUrl(session_id, window_id, tab_id));
276 navigation->set_referrer("referrer");
277 navigation->set_title(UTF16ToUTF8(GetTabTitle(
279 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
  /external/chromium_org/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.
75 * The possible transition types that explain how the navigation event
130 * about the navigation event we'd like an ID for.
133 * that these will be unique across a single navigation event.
418 * successful navigation requests.
427 * unsuccessful navigation requests.
437 * @param {number=} num The number of successful navigation requests to
441 * successful navigation requests, sorted in decending order of frequency.
451 * @param {number=} num The number of unsuccessful navigation requests t
    [all...]
  /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);
  /external/chromium_org/chrome/browser/autocomplete/
zero_suggest_provider.cc 290 if (types && types->GetString(index, &type) && (type == "NAVIGATION")) {
349 const SearchProvider::NavigationResult& navigation) {
350 AutocompleteMatch match(this, navigation.relevance(), false,
352 match.destination_url = navigation.url();
356 match.contents = net::FormatUrl(navigation.url(), languages,
359 AutocompleteInput::FormattedStringWithEquivalentMeaning(navigation.url(),
367 AutocompleteMatch::SanitizeString(navigation.description());
zero_suggest_provider.h 103 // suggestions into |suggest_results|, navigation suggestions into
130 // Returns an AutocompleteMatch for a navigational suggestion |navigation|.
132 const SearchProvider::NavigationResult& navigation);
170 // Navigation suggestions for the most recent ZeroSuggest input URL.
search_provider.cc     [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
filter.js 5 // This is used for the search box on the left navigation bar. The APIs are
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
Position.java 5 package jme3tools.navigation;
  /external/chromium/chrome/browser/sync/glue/
session_model_associator.cc 305 const TabNavigation* navigation,
307 tab_navigation->set_index(navigation->index());
308 tab_navigation->set_virtual_url(navigation->virtual_url().spec());
309 tab_navigation->set_referrer(navigation->referrer().spec());
310 tab_navigation->set_title(UTF16ToUTF8(navigation->title()));
311 switch (navigation->transition()) {
619 AppendSessionTabNavigation(specifics.navigation(i), &tab->navigations);
988 const TabNavigation navigation = *i; local
    [all...]
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/sync/glue/
session_model_associator_unittest.cc 113 // NewTab does not count as valid if it's the only navigation.
119 // Once there's another navigation, the tab is valid.
131 // NewTab does not count as valid if it's the only navigation.
317 // Populate the mock tab delegate with some data and navigation
470 sync_pb::TabNavigation* navigation = tab.add_navigation(); local
471 navigation->set_virtual_url(page_url);
490 sync_pb::TabNavigation* navigation = tab.add_navigation(); local
491 navigation->set_virtual_url(page_url);
509 sync_pb::TabNavigation* navigation = tab.add_navigation(); local
510 navigation->set_virtual_url(page_url)
530 sync_pb::TabNavigation* navigation = tab.add_navigation(); local
    [all...]
  /external/chromium_org/remoting/webapp/
ui_mode.js 88 // dialogs at once (which would break keyboard-navigation confinement).
198 * to confine keyboard navigation to child controls of the dialog when it is
199 * shown and restore keyboard navigation when it is hidden.
246 // If any dialogs have been shown, confine keyboard navigation to the first
  /external/chromium/chrome/browser/sessions/
session_service_unittest.cc 68 const TabNavigation& navigation,
72 entry.set_url(navigation.virtual_url());
73 entry.set_referrer(navigation.referrer());
74 entry.set_title(navigation.title());
75 entry.set_content_state(navigation.state());
76 entry.set_transition_type(navigation.transition());
78 navigation.type_mask() & TabNavigation::HAS_POST_DATA);
94 // navigation. If |pinned_state| is true or |write_always| is true, the
250 // index should get reset to last valid navigation, which is 2.
  /development/ndk/platforms/android-9/include/android/
configuration.h 214 * Set the current navigation in the configuration.
216 void AConfiguration_setNavigation(AConfiguration* config, int32_t navigation);
  /external/chromium_org/chrome/browser/resources/
flags.js 59 * fake fragment navigation with '.scrollIntoView()', since the fragment IDs
60 * don't actually exist until after the template code runs; normal navigation

Completed in 577 milliseconds

12 3 4 5 6 7