HomeSort by relevance Sort by last modified time
    Searched refs:processors_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/base/win/
windows_version.h 75 int processors() const { return processors_; }
91 int processors_; member in class:base::win::OSInfo
windows_version.cc 48 processors_ = system_info.dwNumberOfProcessors;
  /external/chromium_org/base/win/
windows_version.h 78 int processors() const { return processors_; }
95 int processors_; member in class:base::win::OSInfo
windows_version.cc 74 processors_ = system_info.dwNumberOfProcessors;
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_registrar.cc 220 DCHECK_EQ(processors_.count(type), 0U);
221 processors_[type] = change_processor;
235 ignore_result(processors_.erase(type));
301 it = processors_.find(type);
308 // |processors_| list.
309 if (it == processors_.end())
362 DCHECK(processors_.empty());
sync_backend_registrar.h 174 ProcessorMap processors_; member in class:browser_sync::SyncBackendRegistrar
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 504 DCHECK_EQ(processors_.count(type), 0U);
505 processors_[type] = change_processor;
515 processors_.erase(data_type_controller->type());
818 host_->processors_.find(model_type);
824 // processor is added to the processors_ list. This all happens on
827 if (it == host_->processors_.end())
    [all...]
sync_backend_host.h 632 std::map<syncable::ModelType, ChangeProcessor*> processors_; member in class:browser_sync::SyncBackendHost

Completed in 519 milliseconds