OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:existed_before
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/internal_api/
sync_manager_impl.cc
826
bool
existed_before
, bool exists_now) {
829
if (!exists_now &&
existed_before
) {
869
bool
existed_before
= !it->second.original.ref(syncable::IS_DEL);
local
879
if (exists_now && !
existed_before
)
881
else if (!exists_now &&
existed_before
)
883
else if (exists_now &&
existed_before
&&
889
it->second.original,
existed_before
, exists_now);
[
all
...]
sync_manager_impl.h
253
bool
existed_before
,
/external/chromium/chrome/browser/sync/engine/
syncapi.cc
2423
bool
existed_before
= !i->ref(syncable::IS_DEL);
local
[
all
...]
Completed in 39 milliseconds