Home | Sort by relevance Sort by last modified time |
/external/chromium_org/components/sessions/ | |
serialized_navigation_entry.h | 109 int64 post_id() const { return post_id_; } function in class:sessions::SerializedNavigationEntry |
/external/chromium_org/content/public/browser/ | |
download_url_parameters.h | 29 // will be used without revalidation. If |post_id| is non-negative, then it 85 void set_post_id(int64 post_id) { post_id_ = post_id; } 111 int64 post_id() const { return post_id_; } function in class:content::DownloadUrlParameters |
/external/chromium_org/chrome/browser/tab_contents/ | |
render_view_context_menu.cc | 1613 int64 post_id = -1; local [all...] |