OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_download_state_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc
391
DCHECK(!
pending_download_state_
.get());
455
pending_download_state_
.reset(pending_config_mode_state_.release());
457
syncable::ModelTypeBitSet types_copy(
pending_download_state_
->added_types);
902
if (host_->
pending_download_state_
.get()) {
905
host_->
pending_download_state_
->initial_types.begin();
906
it != host_->
pending_download_state_
->initial_types.end();
908
if (host_->
pending_download_state_
->added_types.test(*it))
[
all
...]
sync_backend_host.h
637
scoped_ptr<PendingConfigureDataTypesState>
pending_download_state_
;
member in class:browser_sync::SyncBackendHost
Completed in 272 milliseconds