Searched refs:GetValue (Results 226 - 250 of 498) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptWrappable.h273 ASSERT(persistent == data.GetValue());
274 data.GetParameter()->disposeWrapper(data.GetValue());
279 releaseObject(data.GetValue());
H A DScriptState.cpp25 data.GetValue()->SetAlignedPointerInEmbedderData(v8ContextPerContextDataIndex, 0);
/external/chromium_org/tools/gn/
H A Dinput_conversion_unittest.cc111 const Value* a_value = result.scope_value()->GetValue("a");
115 const Value* b_value = result.scope_value()->GetValue("b");
119 const Value* c_value = result.scope_value()->GetValue("c");
H A Dvisibility.cc105 const Value* vis_value = scope->GetValue(variables::kVisibility, true);
/external/lldb/test/python_api/frame/
H A DTestFrames.py95 val.GetValue()))
103 self.assertTrue (int(pc_value.GetValue(), 0) == frame.GetPC(), "PC gotten as a value should equal frame's GetPC")
106 self.assertTrue (int(sp_value.GetValue(), 0) == frame.GetSP(), "SP gotten as a value should equal frame's GetSP")
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusimageAttributes.h224 colorLow.GetValue(),
225 colorHigh.GetValue()));
327 ARGB argb = color.GetValue();
/external/chromium_org/chrome/browser/prefs/
H A Dleveldb_pref_store.cc207 bool LevelDBPrefStore::GetValue(const std::string& key, function in class:LevelDBPrefStore
211 if (!prefs_.GetValue(key, &tmp)) {
224 return prefs_.GetValue(key, result);
294 prefs_.GetValue(key, &old_value);
379 bool contains_value = prefs_.GetValue(key, &new_value);
H A Dprofile_pref_store_manager_unittest.cc256 if (!pref_store_->GetValue(name, &value)) {
336 pref_store_->GetValue(kProtectedAtomic, NULL));
407 pref_store_->GetValue(kProtectedAtomic, NULL));
477 pref_store_->GetValue(kUnprotectedPref, NULL));
541 pref_store_->GetValue(kUnprotectedPref, NULL));
H A Dleveldb_pref_store.h40 virtual bool GetValue(const std::string& key,
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_settings.cc172 return spdy_proxy_auth_enabled_.GetValue() || IsEnabledOnCommandLine();
177 return data_reduction_proxy_alternative_enabled_.GetValue();
190 if (spdy_proxy_auth_enabled_.GetValue() != enabled) {
202 if (data_reduction_proxy_alternative_enabled_.GetValue() != enabled) {
387 if (spdy_proxy_auth_enabled_.GetValue() &&
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_cache.cc87 if (it->GetValue().file_specific_info().has_cache_state() &&
88 !it->GetValue().file_specific_info().cache_state().is_pinned() &&
89 !it->GetValue().file_specific_info().cache_state().is_dirty() &&
91 ResourceEntry entry(it->GetValue());
400 if (it->GetValue().file_specific_info().cache_state().is_dirty()) {
401 ResourceEntry new_entry(it->GetValue());
H A Dresource_metadata_storage.h56 const ResourceEntry& GetValue() const;
/external/chromium_org/components/search_engines/
H A Ddefault_search_policy_handler.cc29 const base::Value* policy_value = policies.GetValue(policy_name);
44 const base::Value* policy_value = policies.GetValue(policy_name);
158 const base::Value* value = policies.GetValue(policy_name());
423 policies.GetValue(key::kDefaultSearchProviderEnabled);
433 *url_value = policies.GetValue(key::kDefaultSearchProviderSearchURL);
456 if (!prefs->GetValue(path, &value) || !value->GetAsList(&list_value))
/external/lldb/scripts/Python/interface/
H A DSBValue.i27 print 'Name: ', reg.GetName(), ' Value: ', reg.GetValue()
98 GetValue ();
430 if _newclass: format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used for lldb.SBValue().GetValue() for this value. See enumerations that start with "lldb.eFormat".''')
432 __swig_getmethods__["value"] = GetValue
434 if _newclass: value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value from a string.''')
/external/chromium_org/chrome/browser/spellchecker/
H A Dspellcheck_service.cc95 std::string dictionary_language = dictionary_language_pref.GetValue();
105 base::SplitString(accept_languages_pref.GetValue(), ',', &accept_languages);
107 base::SplitString(accept_languages_pref.GetValue(), ',', &accept_languages);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp289 ELF::Addr dyn_value = dyn.GetValue();
350 packed_relocations_size = dyn.GetValue();
551 dep_name_ = symbols_->GetStringById(iter_.GetValue());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedTokenException.cs95 this._tokenNames = new ReadOnlyCollection<string>((string[])info.GetValue("TokenNames", typeof(string[])));
/external/chromium_org/android_webview/browser/
H A Daw_form_database_service.cc115 has_form_data = autofill_result->GetValue();
/external/chromium_org/base/prefs/
H A Djson_pref_store.h69 virtual bool GetValue(const std::string& key,
H A Doverlay_user_pref_store.h37 virtual bool GetValue(const std::string& key,
H A Dtesting_pref_store.h24 virtual bool GetValue(const std::string& key,
/external/chromium_org/chrome/browser/extensions/api/font_settings/
H A Dfont_settings_api.cc163 if (!pref->GetValue()->GetAsString(&font_name)) {
196 dict->Set(key, pref->GetValue()->DeepCopy());
259 pref && pref->GetValue()->GetAsString(&font_name));
371 result->Set(GetKey(), pref->GetValue()->DeepCopy());
/external/chromium_org/chrome/browser/policy/
H A Dchrome_browser_policy_connector.cc140 chrome_policy.GetValue(key::kEnableWebBasedSignin);
/external/chromium_org/chromecast/common/
H A Dchromecast_config.cc108 const std::string ChromecastConfig::GetValue(const std::string& key) const { function in class:chromecast::ChromecastConfig
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_descriptor_chromeos.cc62 BluetoothRemoteGattDescriptorChromeOS::GetValue() const { function in class:chromeos::BluetoothRemoteGattDescriptorChromeOS

Completed in 2372 milliseconds

1234567891011>>