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

  /external/chromium_org/content/public/browser/
download_url_parameters.cc 25 post_id_(-1),
download_url_parameters.h 86 void set_post_id(int64 post_id) { post_id_ = post_id; }
112 int64 post_id() const { return post_id_; }
151 int64 post_id_; member in class:content::DownloadUrlParameters
  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 109 int64 post_id() const { return post_id_; }
152 int64 post_id_; member in class:sessions::SerializedNavigationEntry
serialized_navigation_entry.cc 27 post_id_(-1),
48 navigation.post_id_ = entry.GetPostID();
355 entry->SetPostID(post_id_);
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 48 post_id_(-1),
77 post_id_(-1),
226 post_id_ = post_id;
230 return post_id_;
navigation_entry_impl.h 247 int64 post_id_; member in class:content::NavigationEntryImpl

Completed in 95 milliseconds