Searched defs:navigation (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/sessions/
H A Dsession_types_unittest.cc36 sync_pb::TabNavigation* navigation = sync_data.add_navigation(); local
37 navigation->set_virtual_url("http://foo/" + base::IntToString(i));
38 navigation->set_referrer("referrer");
39 navigation->set_title("title");
40 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
104 sync_data.navigation(i).virtual_url());
106 sync_data.navigation(i).title());
H A Dbase_session_service.cc144 const sessions::SerializedNavigationEntry& navigation) {
152 navigation.WriteToPickle(max_state_size, &pickle);
217 sessions::SerializedNavigationEntry* navigation,
225 navigation->ReadFromPickle(&iterator);
141 CreateUpdateTabNavigationCommand( SessionID::id_type command_id, SessionID::id_type tab_id, const sessions::SerializedNavigationEntry& navigation) argument
215 RestoreUpdateTabNavigationCommand( const SessionCommand& command, sessions::SerializedNavigationEntry* navigation, SessionID::id_type* tab_id) argument
H A Dpersistent_tab_restore_service_unittest.cc645 SerializedNavigationEntry navigation = local
651 tab->navigations.push_back(navigation);
667 SerializedNavigationEntry navigation = local
671 tab->navigations.push_back(navigation);
682 navigation = SerializedNavigationEntryTestHelper::CreateNavigation(
686 tab->navigations.push_back(navigation);
701 tab->navigations.push_back(navigation);
716 tab->navigations.push_back(navigation);
717 tab->navigations.push_back(navigation);
H A Dsession_service_unittest.cc87 const SerializedNavigationEntry& navigation,
89 service()->UpdateTabNavigation(window_id, tab_id, navigation);
92 window_id, tab_id, navigation.index());
112 // navigation. If |pinned_state| is true or |write_always| is true, the
291 // index should get reset to last valid navigation, which is 2.
824 // navigation with passwords.
905 // Add another navigation to replace the last one.
916 // We should still have that last navigation at the end,
84 UpdateNavigation( const SessionID& window_id, const SessionID& tab_id, const SerializedNavigationEntry& navigation, bool select) argument
H A Dsession_service.cc505 const SerializedNavigationEntry& navigation) {
506 if (!ShouldTrackEntry(navigation.virtual_url()) ||
514 range.first = std::min(navigation.index(), range.first);
515 range.second = std::max(navigation.index(), range.second);
518 tab_id.id(), navigation));
697 const SerializedNavigationEntry navigation = local
702 navigation);
720 const SerializedNavigationEntry navigation = local
728 navigation);
1189 // Update the selected navigation inde
502 UpdateTabNavigation( const SessionID& window_id, const SessionID& tab_id, const SerializedNavigationEntry& navigation) argument
1207 SerializedNavigationEntry navigation; local
1384 const SerializedNavigationEntry navigation = local
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_url_rewrite_browsertest.cc59 // correspond to |url|, while the real URL of the navigation entry uses the
104 NavigationEntry* navigation = GetNavigationEntry(); local
105 EXPECT_EQ(bookmarks_url, navigation->GetVirtualURL().GetWithEmptyPath());
106 EXPECT_TRUE(navigation->GetURL().SchemeIs(extensions::kExtensionScheme));
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry_test_helper.cc36 SerializedNavigationEntry navigation; local
37 navigation.index_ = 0;
38 navigation.referrer_ =
41 navigation.virtual_url_ = GURL(virtual_url);
42 navigation.title_ = base::UTF8ToUTF16(title);
43 navigation.page_state_ =
45 navigation.timestamp_ = base::Time::Now();
46 navigation.http_status_code_ = 200;
47 return navigation;
53 SerializedNavigationEntry* navigation) {
51 SetPageState( const content::PageState& page_state, SerializedNavigationEntry* navigation) argument
58 SetHasPostData( bool has_post_data, SerializedNavigationEntry* navigation) argument
65 SetOriginalRequestURL( const GURL& original_request_url, SerializedNavigationEntry* navigation) argument
72 SetIsOverridingUserAgent( bool is_overriding_user_agent, SerializedNavigationEntry* navigation) argument
79 SetTimestamp( base::Time timestamp, SerializedNavigationEntry* navigation) argument
[all...]
H A Dserialized_navigation_entry_unittest.cc108 const SerializedNavigationEntry navigation; local
109 EXPECT_EQ(-1, navigation.index());
110 EXPECT_EQ(0, navigation.unique_id());
111 EXPECT_EQ(GURL(), navigation.referrer().url);
112 EXPECT_EQ(blink::WebReferrerPolicyDefault, navigation.referrer().policy);
113 EXPECT_EQ(GURL(), navigation.virtual_url());
114 EXPECT_TRUE(navigation.title().empty());
115 EXPECT_FALSE(navigation.page_state().IsValid());
116 EXPECT_EQ(ui::PAGE_TRANSITION_TYPED, navigation.transition_type());
117 EXPECT_FALSE(navigation
134 const SerializedNavigationEntry& navigation = local
165 const SerializedNavigationEntry& navigation = local
229 const SerializedNavigationEntry& navigation = local
267 const SerializedNavigationEntry& navigation = local
305 const SerializedNavigationEntry& navigation = local
340 const SerializedNavigationEntry& navigation = local
364 const SerializedNavigationEntry& navigation = local
[all...]
H A Dserialized_navigation_entry.cc39 SerializedNavigationEntry navigation; local
40 navigation.index_ = index;
41 navigation.unique_id_ = entry.GetUniqueID();
42 navigation.referrer_ = entry.GetReferrer();
43 navigation.virtual_url_ = entry.GetVirtualURL();
44 navigation.title_ = entry.GetTitle();
45 navigation.page_state_ = entry.GetPageState();
46 navigation.transition_type_ = entry.GetTransitionType();
47 navigation.has_post_data_ = entry.GetHasPostData();
48 navigation
68 SerializedNavigationEntry navigation; local
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsession_sync_test_helper.cc107 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/browser/extensions/api/sessions/
H A Dsessions_apitest.cc76 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
77 navigation->set_virtual_url("http://foo/1");
78 navigation->set_referrer("referrer");
79 navigation->set_title("title");
80 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc146 const GURL& navigation = details.entry->GetURL(); local
148 navigation.SchemeIs(expected_scheme_.c_str()) &&
149 expected_request_path_ == navigation.query())) {
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformance.cpp77 PerformanceNavigation* Performance::navigation() const function in class:blink::Performance
/external/chromium_org/chrome/browser/autocomplete/
H A Dzero_suggest_provider.cc285 const SearchSuggestionParser::NavigationResult& navigation) {
286 AutocompleteMatch match(this, navigation.relevance(), false,
287 navigation.type());
288 match.destination_url = navigation.url();
293 match.contents = net::FormatUrl(navigation.url(), languages,
296 AutocompleteInput::FormattedStringWithEquivalentMeaning(navigation.url(),
304 AutocompleteMatch::SanitizeString(navigation.description());
284 NavigationToMatch( const SearchSuggestionParser::NavigationResult& navigation) argument
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc300 sync_pb::TabNavigation* navigation = tab->add_navigation(); local
301 navigation->set_virtual_url(ToTabUrl(session_id, window_id, tab_id));
302 navigation->set_referrer("referrer");
303 navigation->set_title(base::UTF16ToUTF8(GetTabTitle(
305 navigation->set_page_transition(sync_pb::SyncEnums_PageTransition_TYPED);
/external/chromium_org/components/omnibox/
H A Dsearch_provider.cc470 // provider's navigation for "foo.com" or "foo.com/url_from_history".
505 // (query string or navigation url).
1298 const SearchSuggestionParser::NavigationResult& navigation) {
1301 navigation.from_keyword_provider() ?
1304 AutocompleteMatch match(this, navigation.relevance(), false,
1305 navigation.type());
1306 match.destination_url = navigation.url();
1307 BaseSearchProvider::SetDeletionURL(navigation.deletion_url(), &match);
1312 URLPrefix::BestURLPrefix(navigation.formatted_url(), input);
1314 navigation
1297 NavigationToMatch( const SearchSuggestionParser::NavigationResult& navigation) argument
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Daria_util.js102 'navigation' : 'aria_role_navigation',
886 case 'navigation':
/external/chromium_org/third_party/accessibility-audit/
H A Daxs_testing.js433 parent:["section"]}, menu:{mustcontain:["group", "menuitemradio", "menuitem", "menuitemcheckbox"], namefrom:["author"], namerequired:!0, parent:["list", "select"]}, menubar:{namefrom:["author"], parent:["menu"]}, menuitem:{namefrom:["contents", "author"], namerequired:!0, parent:["command"]}, menuitemcheckbox:{namefrom:["contents", "author"], namerequired:!0, parent:["checkbox", "menuitem"]}, menuitemradio:{namefrom:["contents", "author"], namerequired:!0, parent:["menuitemcheckbox", "radio"]}, navigation:{namefrom:["author"],
488 main:"aria_role_main", math:"aria_role_math", navigation:"aria_role_navigation", note:"aria_role_note", region:"aria_role_region", rowheader:"aria_role_rowheader", search:"aria_role_search", separator:"aria_role_separator"};
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3165 milliseconds