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 85 void set_post_id(int64 post_id) { post_id_ = post_id; }
111 int64 post_id() const { return post_id_; }
150 int64 post_id_; member in class:content::DownloadUrlParameters
  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 108 int64 post_id() const { return post_id_; }
146 int64 post_id_; member in class:sessions::SerializedNavigationEntry
serialized_navigation_entry.cc 27 post_id_(-1),
46 navigation.post_id_ = entry.GetPostID();
340 entry->SetPostID(post_id_);
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 48 post_id_(-1),
75 post_id_(-1),
222 post_id_ = post_id;
226 return post_id_;
navigation_entry_impl.h 229 int64 post_id_; member in class:content::NavigationEntryImpl

Completed in 48 milliseconds