OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_id
(Results
1 - 13
of
13
) 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
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
108
EXPECT_EQ(-1, navigation.
post_id
());
136
EXPECT_EQ(kPostID, navigation.
post_id
());
162
EXPECT_EQ(-1, navigation.
post_id
());
196
EXPECT_EQ(-1, new_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
626
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
())));
598
if (params->
post_id
() >= 0) {
/external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.cc
1613
int64
post_id
= -1;
local
[
all
...]
/external/chromium_org/content/browser/web_contents/
web_contents_impl.cc
[
all
...]
/external/chromium_org/content/common/
view_messages.h
458
IPC_STRUCT_MEMBER(int64,
post_id
)
[
all
...]
/external/chromium_org/content/renderer/
render_view_impl.cc
[
all
...]
Completed in 275 milliseconds