OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_types
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_impl.cc
364
syncer::ModelTypeSet
current_types
= registrar_->GetLastConfiguredTypes();
local
366
syncer::Difference(previous_types,
current_types
);
379
DCHECK(syncer::Intersection(
current_types
, fatal_types).Empty());
380
DCHECK(syncer::Intersection(
current_types
, crypto_types).Empty());
381
DCHECK(
current_types
.HasAll(types_to_download));
/external/chromium_org/chrome/browser/sync/
profile_sync_service.cc
1624
const syncer::ModelTypeSet
current_types
= GetPreferredDataTypes();
local
[
all
...]
Completed in 212 milliseconds