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
86 void set_post_id(int64 post_id) { post_id_ = post_id; }
112 int64 post_id() const { return post_id_; } function in class:content::DownloadUrlParameters
navigation_entry.h 139 virtual void SetPostID(int64 post_id) = 0;
  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 109 int64 post_id() const { return post_id_; } function in class:sessions::SerializedNavigationEntry
serialized_navigation_entry_unittest.cc 118 EXPECT_EQ(-1, navigation.post_id());
147 EXPECT_EQ(kPostID, navigation.post_id());
177 EXPECT_EQ(-1, navigation.post_id());
212 EXPECT_EQ(-1, new_navigation.post_id());
376 EXPECT_EQ(-1, navigation.post_id());
  /external/chromium_org/content/browser/frame_host/
navigation_entry_impl.cc 225 void NavigationEntryImpl::SetPostID(int64 post_id) {
226 post_id_ = post_id;
navigation_entry_impl.h 62 virtual void SetPostID(int64 post_id) OVERRIDE;
navigation_controller_impl.cc     [all...]
navigation_controller_impl_unittest.cc 646 params.post_id = 123;
    [all...]
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 69 if (params->post_id() >= 0) {
78 new net::UploadDataStream(element_readers.Pass(), params->post_id())));
602 if (params->post_id() >= 0) {
  /external/chromium_org/content/common/
frame_messages.h 134 IPC_STRUCT_MEMBER(int64, post_id)
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc     [all...]
  /external/chromium_org/content/renderer/
render_frame_impl.cc     [all...]

Completed in 995 milliseconds