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

  /external/chromium_org/content/public/browser/
navigation_entry.h 140 virtual int64 GetPostID() const = 0;
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 229 int64 NavigationEntryImpl::GetPostID() const {
navigation_entry_impl.h 63 virtual int64 GetPostID() const OVERRIDE;
navigation_controller_impl_unittest.cc 648 EXPECT_EQ(entry->GetPostID(), 123);
658 EXPECT_EQ(entry->GetPostID(), 0);
    [all...]
  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 48 navigation.post_id_ = entry.GetPostID();
serialized_navigation_entry_unittest.cc 245 EXPECT_EQ(kPostID, new_navigation_entry->GetPostID());
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]

Completed in 54 milliseconds