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

  /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
navigation_entry.h 140 virtual void SetPostID(int64 post_id) = 0;
  /external/chromium_org/components/sessions/
serialized_navigation_entry_unittest.cc 105 EXPECT_EQ(-1, navigation.post_id());
132 EXPECT_EQ(kPostID, navigation.post_id());
157 EXPECT_EQ(-1, navigation.post_id());
190 EXPECT_EQ(-1, new_navigation.post_id());
serialized_navigation_entry.h 108 int64 post_id() const { return post_id_; } function in class:sessions::SerializedNavigationEntry
  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 221 void NavigationEntryImpl::SetPostID(int64 post_id) {
222 post_id_ = post_id;
navigation_entry_impl.h 62 virtual void SetPostID(int64 post_id) OVERRIDE;
navigation_controller_impl.cc     [all...]
web_contents_impl.cc     [all...]
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 68 if (params->post_id() >= 0) {
77 new net::UploadDataStream(&element_readers, params->post_id())));
605 if (params->post_id() >= 0) {
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc 1604 int64 post_id = -1; local
    [all...]
  /external/chromium_org/content/common/
view_messages.h 439 IPC_STRUCT_MEMBER(int64, post_id)
    [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 157 milliseconds