OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ServerKnows
(Results
1 - 12
of
12
) sorted by null
/external/chromium/chrome/browser/sync/syncable/
syncable_id.h
64
inline bool
ServerKnows
() const {
syncable.cc
[
all
...]
syncable_unittest.cc
[
all
...]
/external/chromium/chrome/browser/sync/engine/
process_commit_response_command_unittest.cc
99
item_id.
ServerKnows
() ? next_old_revision_++ : 0);
108
if (item_id.
ServerKnows
()) {
166
if (item_id.
ServerKnows
())
238
EXPECT_TRUE(new_fid.
ServerKnows
());
239
EXPECT_FALSE(bookmark_folder_id.
ServerKnows
());
327
EXPECT_TRUE(new_fid.
ServerKnows
());
328
EXPECT_FALSE(folder_id.
ServerKnows
());
350
ASSERT_TRUE(cid.
ServerKnows
());
357
ASSERT_FALSE(cid.
ServerKnows
());
360
ASSERT_TRUE(cid.
ServerKnows
());
[
all
...]
build_commit_command.cc
134
!meta_entry.Get(syncable::PARENT_ID).
ServerKnows
()) {
155
DCHECK(!id.
ServerKnows
() ||
162
DCHECK(id.
ServerKnows
()) << meta_entry;
verify_updates_command.cc
87
if (!id.
ServerKnows
()) {
get_commit_ids_command.cc
57
while (!parent_id.
ServerKnows
()) {
186
if (entry.Get(syncable::ID).
ServerKnows
() &&
process_commit_response_command.cc
243
if (!pre_commit_id.
ServerKnows
() && local_entry.Get(IS_DIR)) {
308
} else if (!pre_commit_id.
ServerKnows
()) {
336
if (pre_commit_id.
ServerKnows
()) {
syncer_unittest.cc
295
if (test->id.
ServerKnows
()) {
396
entry.Put(syncable::BASE_VERSION, id.
ServerKnows
() ? 1 : 0);
[
all
...]
syncer_util.cc
166
if (local_entry.Get(ID).
ServerKnows
()) {
215
DCHECK(!client_item_id.
ServerKnows
());
230
DCHECK(!local_entry.Get(ID).
ServerKnows
());
592
if (entry->Get(IS_DEL) && !entry->Get(ID).
ServerKnows
()) {
[
all
...]
apply_updates_command_unittest.cc
111
item_id.
ServerKnows
() ? next_revision_++ : 0);
120
if (item_id.
ServerKnows
()) {
conflict_resolver.cc
76
if (!entry.Get(syncable::PARENT_ID).
ServerKnows
()) {
Completed in 1788 milliseconds