Home
last modified time | relevance | path

Searched refs:ShouldConsider (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/sync/syncable/
Dsyncable.cc943 virtual bool ShouldConsider(const Id& id) const = 0;
949 virtual bool ShouldConsider(const Id& id) const { in ShouldConsider() function in syncable::FullScanFilter
956 virtual bool ShouldConsider(const Id& id) const { in ShouldConsider() function in syncable::SomeIdsFilter
1028 if (!idfilter.ShouldConsider(parentid)) in CheckTreeInvariants()