Searched refs:GetValue (Results 151 - 175 of 498) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DMismatchedSetException.cs74 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DMismatchedSetException.cs83 this._expecting = (BitSet)info.GetValue("Expecting", typeof(BitSet));
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTypeExtensions.cs45 return field.GetValue( obj );
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.h25 virtual bool GetValue(const std::string& key,
/external/chromium_org/base/
H A Dfile_version_info_win.h43 BASE_EXPORT bool GetValue(const wchar_t* name, std::wstring* value);
45 // Similar to GetValue but returns a wstring (empty string if the property
/external/chromium_org/base/prefs/
H A Dvalue_map_pref_store.h24 virtual bool GetValue(const std::string& key,
/external/chromium_org/cc/animation/
H A Dtiming_function.cc28 float CubicBezierTimingFunction::GetValue(double x) const { function in class:cc::CubicBezierTimingFunction
/external/chromium_org/cc/blink/
H A Dweb_float_animation_curve_impl.cc51 return curve_->GetValue(time);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_local_account_extension_tracker.cc69 if (!pref_value_map.GetValue(extensions::pref_names::kInstallForceList,
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dstub_cros_settings_provider.cc33 if (values_.GetValue(path, &value))
/external/chromium_org/chrome/browser/supervised_user/chromeos/
H A Dsupervised_user_password_service.cc55 const base::Value* value = settings_service_->GetValue(su_id, key);
/external/chromium_org/chrome/browser/supervised_user/
H A Dpermission_request_creator_sync.cc56 const base::Value* value = shared_settings_service_->GetValue(
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dpersistent_object_store.py34 return dict((key, future.get_result().GetValue())
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_service_provider.h38 void GetValue(const Delegate::ValueCallback& callback,
H A Dfake_bluetooth_gatt_descriptor_service_provider.h37 void GetValue(const Delegate::ValueCallback& callback,
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store.h45 virtual bool GetValue(const std::string& key,
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_core.cc81 refresh_scheduler_->SetRefreshDelay(refresh_delay_->GetValue());
/external/chromium_org/components/policy/core/common/
H A Dpolicy_map.h59 const base::Value* GetValue(const std::string& policy) const;
/external/chromium_org/device/bluetooth/
H A Dbluetooth_gatt_descriptor.h153 virtual const std::vector<uint8>& GetValue() const = 0;
H A Dbluetooth_remote_gatt_descriptor_chromeos.h36 virtual const std::vector<uint8>& GetValue() const OVERRIDE;
/external/chromium_org/device/bluetooth/test/
H A Dmock_bluetooth_gatt_characteristic.h36 MOCK_CONST_METHOD0(GetValue, const std::vector<uint8>&());
/external/chromium_org/tools/gyp/test/lib/
H A DTestWin.py73 def GetValue(self, key, value): member in class:Registry
/external/chromium_org/ui/base/win/
H A Dmouse_wheel_util.cc25 if (ViewProp::GetValue(window, kHWNDSupportMouseWheelRerouting) != NULL) {
/external/lldb/include/lldb/Core/
H A DValueObjectConstResultImpl.h54 return (m_impl_backend->GetValue().GetValueType() == Value::eValueTypeHostAddress);
/external/lldb/source/Core/
H A DValueObjectCast.cpp100 m_value = m_parent->GetValue();

Completed in 541 milliseconds

1234567891011>>