OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exists_now
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sync/internal_api/
sync_manager_impl.cc
721
bool existed_before, bool
exists_now
) {
724
if (!
exists_now
&& existed_before) {
765
bool
exists_now
= !it->second.mutated.ref(syncable::IS_DEL);
local
774
if (
exists_now
&& !existed_before)
776
else if (!
exists_now
&& existed_before)
778
else if (
exists_now
&& existed_before &&
784
it->second.original, existed_before,
exists_now
);
[
all
...]
sync_manager_impl.h
251
bool
exists_now
);
Completed in 160 milliseconds