OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommitResponse_EntryResponse
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/sync/engine/
process_commit_response_command.h
37
const sync_pb::
CommitResponse_EntryResponse
& pb_commit_response,
48
const
CommitResponse_EntryResponse
& entry_response,
56
const
CommitResponse_EntryResponse
& entry_response,
63
const
CommitResponse_EntryResponse
& entry_response,
71
const
CommitResponse_EntryResponse
& entry_response,
75
// are returned as fields in the
CommitResponse_EntryResponse
. This method
82
const
CommitResponse_EntryResponse
& entry_response,
88
const
CommitResponse_EntryResponse
& entry_response);
syncproto.h
71
class
CommitResponse_EntryResponse
72
: public IdWrapper<sync_pb::
CommitResponse_EntryResponse
> {
syncer_proto_util.h
37
class
CommitResponse_EntryResponse
;
75
const
CommitResponse_EntryResponse
& entry);
process_commit_response_command.cc
200
void LogServerError(const
CommitResponse_EntryResponse
& res) {
210
const sync_pb::
CommitResponse_EntryResponse
& pb_server_entry,
216
const
CommitResponse_EntryResponse
& server_entry =
217
*static_cast<const
CommitResponse_EntryResponse
*>(&pb_server_entry);
285
const
CommitResponse_EntryResponse
& entry_response) {
295
const
CommitResponse_EntryResponse
& entry_response,
331
const
CommitResponse_EntryResponse
& entry_response,
358
const
CommitResponse_EntryResponse
& entry_response,
409
const
CommitResponse_EntryResponse
& entry_response,
447
const
CommitResponse_EntryResponse
& entry_response
[
all
...]
syncer_proto_util_unittest.cc
83
CommitResponse_EntryResponse
one_name_response;
96
CommitResponse_EntryResponse
one_name_response;
113
CommitResponse_EntryResponse
two_name_response;
process_commit_response_command_unittest.cc
161
sync_pb::
CommitResponse_EntryResponse
* entry_response =
190
sync_pb::
CommitResponse_EntryResponse
* entry_response =
316
// each
CommitResponse_EntryResponse
to the syncable Entries. All new
syncer_proto_util.cc
337
const
CommitResponse_EntryResponse
& entry) {
Completed in 2884 milliseconds