OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSyncing
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/engine/
directory_commit_contribution_unittest.cc
207
EXPECT_TRUE(entry.
GetSyncing
());
406
EXPECT_FALSE(p1.
GetSyncing
());
411
EXPECT_FALSE(p2.
GetSyncing
());
416
EXPECT_FALSE(e1.
GetSyncing
());
487
EXPECT_FALSE(a1.
GetSyncing
());
492
EXPECT_FALSE(a2.
GetSyncing
());
497
EXPECT_FALSE(a3.
GetSyncing
());
commit_util.cc
407
bool syncing_was_set = local_entry.
GetSyncing
();
/external/chromium_org/sync/syncable/
entry.h
218
bool
GetSyncing
() const {
Completed in 3196 milliseconds