Searched defs:post_id_ (Results 1 - 3 of 3) sorted by path

/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
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_entry_impl.h247 int64 post_id_; member in class:content::NavigationEntryImpl
/external/chromium_org/content/public/browser/
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

Completed in 1816 milliseconds