HomeSort by relevance Sort by last modified time
    Searched refs:transition_type_ (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/components/navigation_interception/
navigation_params.h 31 content::PageTransition transition_type() const { return transition_type_; }
41 content::PageTransition transition_type_; member in class:navigation_interception::NavigationParams
navigation_params.cc 24 transition_type_(transition_type),
37 transition_type_ = other.transition_type();
  /external/chromium_org/content/public/renderer/
navigation_state.cc 14 : transition_type_(transition_type),
navigation_state.h 56 content::PageTransition transition_type() const { return transition_type_; }
58 transition_type_ = type;
108 content::PageTransition transition_type_; member in class:content::NavigationState
  /external/chromium_org/content/child/
request_extra_data.h 38 PageTransition transition_type() const { return transition_type_; }
52 PageTransition transition_type_; member in class:content::RequestExtraData
request_extra_data.cc 31 transition_type_(transition_type),
  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 25 transition_type_(content::PAGE_TRANSITION_TYPED),
44 navigation.transition_type_ = entry.GetTransitionType();
138 navigation.transition_type_ =
209 // transition_type_
238 pickle->WriteInt(transition_type_);
272 transition_type_ = static_cast<content::PageTransition>(transition_type_int);
366 switch (PageTransitionStripQualifier(transition_type_)) {
416 if (PageTransitionIsRedirect(transition_type_)) {
417 if (transition_type_ & content::PAGE_TRANSITION_CLIENT_REDIRECT) {
420 } else if (transition_type_ & content::PAGE_TRANSITION_SERVER_REDIRECT)
    [all...]
serialized_navigation_entry_test_helper.cc 25 EXPECT_EQ(expected.transition_type_, actual.transition_type_);
serialized_navigation_entry.h 105 return transition_type_;
144 content::PageTransition transition_type_; member in class:sessions::SerializedNavigationEntry
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 46 transition_type_(PAGE_TRANSITION_LINK),
73 transition_type_(transition_type),
202 transition_type_ = transition_type;
206 return transition_type_;
navigation_entry_impl.h 226 PageTransition transition_type_; member in class:content::NavigationEntryImpl
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.cc 119 transition_type_(transition_type),
174 return transition_type_;
resource_request_info_impl.h 145 PageTransition transition_type_; member in class:content::ResourceRequestInfoImpl
  /external/chromium_org/content/browser/download/
download_item_impl.cc 123 transition_type_(PAGE_TRANSITION_LINK),
169 transition_type_(info.transition_type),
228 transition_type_(PAGE_TRANSITION_LINK),
564 return transition_type_;
    [all...]
download_item_impl.h 424 PageTransition transition_type_; member in class:content::DownloadItemImpl

Completed in 980 milliseconds