Searched refs:all_handles (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/common/
H A Dhandle_enumerator_win.h41 explicit HandleEnumerator(bool all_handles): argument
42 all_handles_(all_handles) { }
/external/chromium_org/sync/syncable/
H A Ddirectory.cc1137 MetahandleSet all_handles; local
1138 GetAllMetaHandles(trans, &all_handles);
1139 return CheckTreeInvariants(trans, all_handles);
H A Ddirectory_unittest.cc233 MetahandleSet all_handles; local
245 all_handles.insert(e.GetMetahandle());
248 all_handles.insert(e.GetMetahandle());
271 EXPECT_TRUE(all_handles == snapshot2.metahandles_to_purge);

Completed in 125 milliseconds