Searched refs:GetValue (Results 1 - 25 of 131) sorted by relevance

123456

/external/v8/test/cctest/
H A Dtest-platform-tls.cc17 static void* GetValue(int num) { function
26 Thread::SetThreadLocal(keys[i], GetValue(i));
32 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys[i]));
33 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys[i]));
36 Thread::SetThreadLocal(keys[i], GetValue(kValueCount - i - 1));
42 CHECK_EQ(GetValue(kValueCount - i - 1),
44 CHECK_EQ(GetValue(kValueCount - i - 1),
/external/chromium/chrome/browser/
H A Dplugin_data_remover_helper.h34 bool GetValue() const { return pref_.GetValue(); } function in class:PluginDataRemoverHelper
H A Dspellcheck_host.cc41 std::string dictionary_language = dictionary_language_pref.GetValue();
53 base::SplitString(accept_languages_pref.GetValue(), ',', &accept_languages);
/external/chromium/chrome/browser/prefs/
H A Ddefault_pref_store.cc12 CHECK(GetValue(key, NULL) == READ_NO_VALUE);
18 return GetValue(key, &value) == READ_OK ? value->GetType()
H A Dpref_value_map_unittest.cc15 EXPECT_FALSE(map.GetValue("key", &result));
22 EXPECT_TRUE(map.GetValue("key", &result));
31 EXPECT_TRUE(map.GetValue("key", NULL));
34 EXPECT_FALSE(map.GetValue("key", NULL));
42 EXPECT_TRUE(map.GetValue("key", NULL));
46 EXPECT_FALSE(map.GetValue("key", NULL));
H A Dpref_member_unittest.cc60 value_ = pref_.GetValue();
84 EXPECT_EQ(str_.GetValue(), prefs_->GetString(kStringPref));
107 EXPECT_FALSE(boolean.GetValue());
112 EXPECT_TRUE(boolean.GetValue());
119 EXPECT_FALSE(boolean.GetValue());
128 EXPECT_EQ(0, integer.GetValue());
133 EXPECT_EQ(5, integer.GetValue());
140 EXPECT_EQ(2, integer.GetValue());
149 EXPECT_EQ(0.0, double_member.GetValue());
154 EXPECT_EQ(1.0, double_member.GetValue());
[all...]
H A Doverlay_persistent_pref_store.cc19 return overlay_.GetValue(key, NULL);
34 PrefStore::ReadResult OverlayPersistentPrefStore::GetValue( function in class:OverlayPersistentPrefStore
37 if (overlay_.GetValue(key, result))
39 return underlay_->GetValue(key, result);
45 if (overlay_.GetValue(key, result))
104 if (!overlay_.GetValue(key, NULL))
H A Dtesting_pref_store.cc16 PrefStore::ReadResult TestingPrefStore::GetValue(const std::string& key, function in class:TestingPrefStore
18 return prefs_.GetValue(key, value) ? READ_OK : READ_NO_VALUE;
23 return prefs_.GetValue(key, value) ? READ_OK : READ_NO_VALUE;
99 if (!prefs_.GetValue(key, &stored_value) || !stored_value)
107 if (!prefs_.GetValue(key, &stored_value) || !stored_value)
115 if (!prefs_.GetValue(key, &stored_value) || !stored_value)
H A Doverlay_persistent_pref_store_unittest.cc79 EXPECT_EQ(PrefStore::READ_NO_VALUE, overlay_->GetValue(key, &value));
80 EXPECT_EQ(PrefStore::READ_NO_VALUE, underlay_->GetValue(key, &value));
85 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetValue(key, &value));
90 EXPECT_EQ(PrefStore::READ_OK, underlay_->GetValue(key, &value));
97 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetValue(key, &value));
102 EXPECT_EQ(PrefStore::READ_OK, underlay_->GetValue(key, &value));
110 EXPECT_EQ(PrefStore::READ_OK, overlay_->GetValue(key, &value));
115 EXPECT_EQ(PrefStore::READ_OK, underlay_->GetValue(key, &value));
H A Dpref_value_map.h29 bool GetValue(const std::string& key, const Value** value) const;
30 bool GetValue(const std::string& key, Value** value);
H A Dvalue_map_pref_store.cc16 PrefStore::ReadResult ValueMapPrefStore::GetValue(const std::string& key, function in class:ValueMapPrefStore
18 return prefs_.GetValue(key, value) ? READ_OK : READ_NO_VALUE;
/external/chromium/app/sql/
H A Dmeta_table.h66 bool GetValue(const char* key, std::string* value);
67 bool GetValue(const char* key, int* value);
68 bool GetValue(const char* key, int64* value);
H A Dmeta_table.cc60 bool MetaTable::GetValue(const char* key, std::string* value) { function in class:sql::MetaTable
78 bool MetaTable::GetValue(const char* key, int* value) { function in class:sql::MetaTable
95 bool MetaTable::GetValue(const char* key, int64* value) { function in class:sql::MetaTable
110 if (!GetValue(kVersionKey, &version))
121 if (!GetValue(kCompatibleVersionKey, &version))
/external/chromium/chrome/browser/extensions/
H A Dextension_info_private_api_chromeos.h22 bool GetValue(const std::string& property_name, std::string* value);
H A Dextension_pref_value_map_unittest.cc37 std::string GetValue(const char * key, bool incognito) const { function in class:ExtensionPrefValueMapTestBase
71 EXPECT_EQ("val1", GetValue(kPref1, false));
76 EXPECT_EQ("", GetValue(kPref1, false));
96 EXPECT_EQ("val3", GetValue(kPref1, false));
97 EXPECT_EQ("val5", GetValue(kPref2, false));
98 EXPECT_EQ("val8", GetValue(kPref3, false));
126 EXPECT_EQ("val1", GetValue(kPref1, true));
134 EXPECT_EQ("", GetValue(kPref1, false));
150 EXPECT_EQ("val2", GetValue(kPref1, false));
151 EXPECT_EQ("val4", GetValue(kPref
[all...]
H A Dextension_info_private_api_chromeos.cc39 if (GetValue(property_name, &value))
47 bool GetChromeosInfoFunction::GetValue(const std::string& property_name, function in class:GetChromeosInfoFunction
/external/v8/src/mips/
H A Dcodegen-mips-inl.h55 GetValue();
/external/chromium/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc143 selected_values.Append(Value::CreateStringValue(standard_font_.GetValue()));
144 selected_values.Append(Value::CreateStringValue(serif_font_.GetValue()));
145 selected_values.Append(Value::CreateStringValue(sans_serif_font_.GetValue()));
146 selected_values.Append(Value::CreateStringValue(fixed_font_.GetValue()));
147 selected_values.Append(Value::CreateStringValue(font_encoding_.GetValue()));
178 StringValue font_value(standard_font_.GetValue());
179 FundamentalValue size_value(default_font_size_.GetValue());
185 StringValue font_value(serif_font_.GetValue());
186 FundamentalValue size_value(default_font_size_.GetValue());
192 StringValue font_value(sans_serif_font_.GetValue());
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetDialogs.py130 def GetValue(self, fld): member in class:JetEdit
132 return self.ctrls[fld].GetValue()
167 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
174 self.fileName = self.je.ctrls[JetDefs.F_JFILE].GetValue()
184 if len(self.je.ctrls[JetDefs.F_JFILE].GetValue()) == 0:
188 if not FileExists(self.je.ctrls[JetDefs.F_JFILE].GetValue()):
206 def GetValue(self, fld): member in class:JetPreferences
207 return self.je.ctrls[fld].GetValue()
228 def GetValue(self, fld): member in class:JetAbout
229 return self.je.ctrls[fld].GetValue()
247 def GetValue(self, fld): member in class:JetPropertiesDialog
338 def GetValue(self, fld): member in class:SegEdit
651 def GetValue(self, fld): member in class:EventEdit
868 def GetValue(self, fld): member in class:JetReplicate
936 def GetValue(self, fld): member in class:JetMove
[all...]
/external/chromium/chrome/browser/policy/
H A Dconfiguration_policy_pref_store_unittest.cc55 store_->GetValue(GetParam().pref_name(), NULL));
66 store_->GetValue(GetParam().pref_name(), &value));
97 store_->GetValue(GetParam().pref_name(), NULL));
106 store_->GetValue(GetParam().pref_name(), &value));
139 store_->GetValue(GetParam().pref_name(), NULL));
148 store_->GetValue(GetParam().pref_name(), &value));
155 store_->GetValue(GetParam().pref_name(), &value));
237 store_->GetValue(GetParam().pref_name(), NULL));
245 store_->GetValue(GetParam().pref_name(), &value));
270 store.GetValue(pref
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_action.h66 std::string GetTitle(int tab_id) { return GetValue(&title_, tab_id); }
88 return GetValue(&icon_index_, tab_id);
106 return GetValue(&badge_text_, tab_id);
116 return GetValue(&badge_text_color_, tab_id);
126 return GetValue(&badge_background_color_, tab_id);
136 return GetValue(&visible_, tab_id);
159 T GetValue(std::map<int, T>* map, int tab_id) { function in class:ExtensionAction
/external/chromium/chrome/browser/chromeos/
H A Dpreferences.cc227 bool enabled = tap_to_click_enabled_.GetValue();
235 int sensitivity = sensitivity_.GetValue();
253 language_hotkey_next_engine_in_menu_.GetValue());
259 language_hotkey_previous_engine_.GetValue());
277 const bool enabled = language_xkb_auto_repeat_enabled_.GetValue();
288 language_preload_engines_.GetValue());
296 language_chewing_boolean_prefs_[i].GetValue());
306 language_chewing_multiple_choice_prefs_[i].GetValue());
314 language_chewing_hsu_sel_key_type_.GetValue());
322 language_chewing_integer_prefs_[i].GetValue());
[all...]
/external/webkit/Source/JavaScriptGlue/
H A DJSValueWrapper.cpp45 JSValue JSValueWrapper::GetValue() function in class:JSValueWrapper
77 JSObject* object = ptr->GetValue().toObject(exec);
112 JSValue propValue = ptr->GetValue().toObject(exec)->get(exec, CFStringToIdentifier(propertyName, exec));
136 JSObject *objValue = ptr->GetValue().toObject(exec);
154 JSObject* objValue = ptr->GetValue().toObject(exec);
190 result = KJSValueToCFType(ptr->GetValue(), getThreadGlobalExecState());
H A DJSValueWrapper.h44 JSValue GetValue();
/external/chromium/chrome/common/
H A Djson_pref_store_unittest.cc103 pref_store->GetValue(prefs::kHomePage, &actual));
110 EXPECT_EQ(PrefStore::READ_OK, pref_store->GetValue(kSomeDirectory, &actual));
118 EXPECT_EQ(PrefStore::READ_OK, pref_store->GetValue(kSomeDirectory, &actual));
124 pref_store->GetValue(kNewWindowsInTabs, &actual));
132 pref_store->GetValue(kNewWindowsInTabs, &actual));
136 EXPECT_EQ(PrefStore::READ_OK, pref_store->GetValue(kMaxTabs, &actual));
141 EXPECT_EQ(PrefStore::READ_OK, pref_store->GetValue(kMaxTabs, &actual));
148 EXPECT_EQ(PrefStore::READ_OK, pref_store->GetValue(kLongIntPref, &actual));

Completed in 485 milliseconds

123456