Searched refs:post_id_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.cc25 post_id_(-1),
H A Ddownload_url_parameters.h86 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/
H A Dserialized_navigation_entry.h109 int64 post_id() const { return post_id_; }
152 int64 post_id_; member in class:sessions::SerializedNavigationEntry
H A Dserialized_navigation_entry.cc27 post_id_(-1),
48 navigation.post_id_ = entry.GetPostID();
355 entry->SetPostID(post_id_);
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.cc48 post_id_(-1),
77 post_id_(-1),
226 post_id_ = post_id;
230 return post_id_;
H A Dnavigation_entry_impl.h247 int64 post_id_; member in class:content::NavigationEntryImpl

Completed in 274 milliseconds