OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:processors_
(Results
1 - 4
of
4
) 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/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 160 milliseconds