Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dcpu.h60 const std::string& cpu_brand() const { return cpu_brand_; } in cpu_brand()
85 std::string cpu_brand_; variable
Dcpu.cc152 cpu_brand_.assign(cpu_string, cpu_string_ptr - cpu_string); in Initialize()
166 cpu_brand_.assign("ARM"); in Initialize()
/external/chromium_org/gpu/config/
Dgpu_control_list.cc926 cpu_brand_.reset(new StringInfo(cpu_op, cpu_value)); in SetCpuBrand()
927 return cpu_brand_->IsValid(); in SetCpuBrand()
1122 if (cpu_brand_.get() != NULL) { in Contains()
1124 if (!cpu_brand_->Contains(cpu_info.cpu_brand())) in Contains()
Dgpu_control_list.h444 scoped_ptr<StringInfo> cpu_brand_; variable