Searched defs:int_value2 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/prefs/
H A Dpref_hash_filter_unittest.cc584 base::Value* int_value2 = new base::FundamentalValue(2); local
590 root_dict.Set(kAtomicPref2, int_value2);
982 base::Value* int_value2 = new base::FundamentalValue(2); local
987 pref_store_contents_->Set(kAtomicPref2, int_value2);
1048 ASSERT_EQ(int_value2, value_in_store2);
1049 ASSERT_EQ(int_value2,
/external/chromium_org/gpu/config/
H A Dgpu_control_list.cc322 const std::string& int_value2)
334 !base::StringToInt(int_value2, &value2_))
594 std::string int_value2; local
597 gl_reset_notification_strategy_value->GetString("value2", &int_value2);
599 op, int_value, int_value2)) {
695 std::string int_value2; local
698 gpu_count_value->GetString("value2", &int_value2);
699 if (!entry->SetGpuCountInfo(op, int_value, int_value2)) {
320 IntInfo(const std::string& int_op, const std::string& int_value, const std::string& int_value2) argument

Completed in 698 milliseconds