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/child/
request_extra_data.cc 21 transition_type_(PAGE_TRANSITION_LINK),
request_extra_data.h 56 PageTransition transition_type() const { return transition_type_; }
58 transition_type_ = transition_type;
113 PageTransition transition_type_; member in class:content::RequestExtraData
  /external/chromium_org/content/public/renderer/
navigation_state.cc 14 : transition_type_(transition_type),
navigation_state.h 73 content::PageTransition transition_type() const { return transition_type_; }
75 transition_type_ = type;
125 content::PageTransition transition_type_; member in class:content::NavigationState
  /external/chromium_org/components/sessions/
serialized_navigation_entry_test_helper.cc 25 EXPECT_EQ(expected.transition_type_, actual.transition_type_);
serialized_navigation_entry.cc 25 transition_type_(content::PAGE_TRANSITION_TYPED),
46 navigation.transition_type_ = entry.GetTransitionType();
143 navigation.transition_type_ =
216 // transition_type_
246 pickle->WriteInt(transition_type_);
282 transition_type_ = static_cast<content::PageTransition>(transition_type_int);
385 switch (PageTransitionStripQualifier(transition_type_)) {
435 if (PageTransitionIsRedirect(transition_type_)) {
436 if (transition_type_ & content::PAGE_TRANSITION_CLIENT_REDIRECT) {
439 } else if (transition_type_ & content::PAGE_TRANSITION_SERVER_REDIRECT)
    [all...]
serialized_navigation_entry.h 106 return transition_type_;
150 content::PageTransition transition_type_; member in class:sessions::SerializedNavigationEntry
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 46 transition_type_(PAGE_TRANSITION_LINK),
75 transition_type_(transition_type),
206 transition_type_ = transition_type;
210 return transition_type_;
navigation_entry_impl.h 244 PageTransition transition_type_; member in class:content::NavigationEntryImpl
  /external/chromium_org/content/browser/loader/
resource_request_info_impl.cc 129 transition_type_(transition_type),
195 return transition_type_;
resource_request_info_impl.h 180 PageTransition transition_type_; member in class:content::ResourceRequestInfoImpl
  /external/chromium_org/content/browser/download/
download_item_impl.cc 136 transition_type_(PAGE_TRANSITION_LINK),
186 transition_type_(info.transition_type),
245 transition_type_(PAGE_TRANSITION_LINK),
592 return transition_type_;
    [all...]
download_item_impl.h 440 PageTransition transition_type_; member in class:content::DownloadItemImpl

Completed in 154 milliseconds