Searched refs:navigation (Results 1 - 25 of 48) sorted by relevance

12

/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_test_helper.h42 SerializedNavigationEntry* navigation);
45 SerializedNavigationEntry* navigation);
48 SerializedNavigationEntry* navigation);
51 SerializedNavigationEntry* navigation);
54 SerializedNavigationEntry* navigation);
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/third_party/WebKit/Source/devtools/front_end/
H A DscreencastView.css35 .screencast-navigation {
42 .screencast-navigation button {
57 .screencast-navigation button:hover {
61 .screencast-navigation button:active {
65 .screencast-navigation button[disabled] {
69 .screencast-navigation button.back {
73 .screencast-navigation button.forward {
77 .screencast-navigation button.reload {
81 .screencast-navigation input {
89 .screencast-navigation inpu
[all...]
/external/chromium_org/chrome/browser/resources/uber/
H A Duber.css11 #navigation {
14 /* This is a hack to prevent the navigation bar from occluding pointer events
26 #navigation.background {
30 #navigation.changing-content {
/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.h91 // Creates a SessionCommand that represents a navigation.
95 const sessions::SerializedNavigationEntry& navigation);
122 sessions::SerializedNavigationEntry* navigation,
162 // Max number of navigation entries in each direction we'll persist.
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 Dsession_types.cc38 SerializedNavigationEntry::FromSyncData(i, sync_data.navigation(i)));
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...]
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);
/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/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/third_party/WebKit/Source/core/timing/
H A DPerformance.idl32 // See: http://www.w3.org/TR/navigation-timing/
36 readonly attribute PerformanceNavigation navigation;
H A DPerformance.h73 PerformanceNavigation* navigation() const;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPerformance.cpp55 switch (m_private->navigation()->type()) {
91 return m_private->navigation()->redirectCount();
/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
H A Dzero_suggest_provider.h98 // Returns an AutocompleteMatch for a navigational suggestion |navigation|.
100 const SearchSuggestionParser::NavigationResult& navigation);
151 // Contains suggest and navigation results as well as relevance parsed from
/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/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/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/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/doclava/res/assets/templates/components/
H A Dleft_nav.cs1 <?cs # The default side navigation for the reference docs ?><?cs
/external/doclava/res/assets/templates/
H A Dmacros.cs258 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package (panel nav) ?><?cs
271 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a class (panel nav) ?><?cs
284 <?cs # A list of links to packages, for use in the side navigation of packages (panel nav) ?><?cs

Completed in 1978 milliseconds

12