Searched refs:post_id (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/content/public/browser/
H A Ddownload_url_parameters.h29 // 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; } argument
112 int64 post_id() const { return post_id_; } function in class:content::DownloadUrlParameters
H A Dnavigation_entry.h139 virtual void SetPostID(int64 post_id) = 0;
/external/chromium_org/components/sessions/
H A Dserialized_navigation_entry.h109 int64 post_id() const { return post_id_; } function in class:sessions::SerializedNavigationEntry
H A Dserialized_navigation_entry_unittest.cc118 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/
H A Dnavigation_entry_impl.cc225 void NavigationEntryImpl::SetPostID(int64 post_id) { argument
226 post_id_ = post_id;
H A Dnavigation_entry_impl.h62 virtual void SetPostID(int64 post_id) OVERRIDE;
H A Dnavigation_controller_impl.cc1076 new_entry->SetPostID(params.post_id);
1135 entry->SetPostID(params.post_id);
1176 existing_entry->SetPostID(params.post_id);
1200 existing_entry->SetPostID(params.post_id);
H A Dnavigation_controller_impl_unittest.cc646 params.post_id = 123;
4369 params.post_id = 2;
4381 params.post_id = -1;
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.cc69 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/
H A Dframe_messages.h134 IPC_STRUCT_MEMBER(int64, post_id)
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc2265 int64 post_id = -1;
2269 post_id = entry->GetPostID();
2274 params->set_post_id(post_id);
2276 if (post_id >= 0)
/external/chromium_org/content/renderer/
H A Drender_frame_impl.cc3274 params.post_id = -1;
3380 params.post_id = ExtractPostId(entry->root());

Completed in 132 milliseconds