Searched defs:GetValue (Results 1 - 25 of 100) sorted by relevance

1234

/external/chromium_org/chrome/common/extensions/docs/server2/
H A Ddatastore_models.py34 def GetValue(self): member in class:PersistentObjectStoreItem
/external/chromium_org/tools/gyp/test/lib/
H A DTestWin.py73 def GetValue(self, key, value): member in class:Registry
/external/chromium_org/content/renderer/
H A Dweb_ui_extension_data.cc20 std::string WebUIExtensionData::GetValue(const std::string& key) const { function in class:content::WebUIExtensionData
/external/chromium_org/pdf/
H A Ddraw_utils.h69 uint32 GetValue(int32 x, int32 y) const { return matrix_[y * depth_ + x]; } function in class:chrome_pdf::ShadowMatrix
/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.cc33 float FloatAnimationCurveAdapter::GetValue(double t) const { function in class:ui::FloatAnimationCurveAdapter
/external/chromium_org/v8/src/base/platform/
H A Dplatform-unittest.cc69 Thread::SetThreadLocal(keys_[i], GetValue(i));
75 CHECK_EQ(GetValue(i), Thread::GetThreadLocal(keys_[i]));
76 CHECK_EQ(GetValue(i), Thread::GetExistingThreadLocal(keys_[i]));
79 Thread::SetThreadLocal(keys_[i], GetValue(arraysize(keys_) - i - 1));
85 CHECK_EQ(GetValue(arraysize(keys_) - i - 1),
87 CHECK_EQ(GetValue(arraysize(keys_) - i - 1),
93 static void* GetValue(size_t x) { function in class:v8::base::__anon17252::ThreadLocalStorageTest
/external/lldb/include/lldb/Core/
H A DThreadSafeValue.h45 GetValue () const function in class:lldb_private::ThreadSafeValue
/external/lldb/source/Host/macosx/cfcpp/
H A DCFCMutableSet.cpp71 CFCMutableSet::GetValue(const void *value) const function in class:CFCMutableSet
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas93 function GetValue: String; function
97 property Value: String read GetValue write SetValue;
109 function GetValue: String; function
446 function TANTLRString.GetValue: String;
/external/chromium_org/base/prefs/
H A Ddefault_pref_store.cc12 bool DefaultPrefStore::GetValue(const std::string& key, function in class:DefaultPrefStore
14 return prefs_.GetValue(key, result);
31 DCHECK(!GetValue(key, NULL));
38 GetValue(key, &old_value);
H A Dvalue_map_pref_store.cc14 bool ValueMapPrefStore::GetValue(const std::string& key, function in class:ValueMapPrefStore
16 return prefs_.GetValue(key, value);
43 return prefs_.GetValue(key, value);
H A Dpref_value_map.cc18 bool PrefValueMap::GetValue(const std::string& key, function in class:PrefValueMap
30 bool PrefValueMap::GetValue(const std::string& key, base::Value** value) { function in class:PrefValueMap
96 return GetValue(key, &stored_value) && stored_value->GetAsBoolean(value);
106 return GetValue(key, &stored_value) && stored_value->GetAsString(value);
116 return GetValue(key, &stored_value) && stored_value->GetAsInteger(value);
/external/chromium_org/cc/animation/
H A Dtiming_function.cc28 float CubicBezierTimingFunction::GetValue(double x) const { function in class:cc::CubicBezierTimingFunction
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_gatt_characteristic_service_provider.cc62 void FakeBluetoothGattCharacteristicServiceProvider::GetValue( function in class:chromeos::FakeBluetoothGattCharacteristicServiceProvider
H A Dfake_bluetooth_gatt_descriptor_service_provider.cc62 void FakeBluetoothGattDescriptorServiceProvider::GetValue( function in class:chromeos::FakeBluetoothGattDescriptorServiceProvider
/external/chromium_org/ppapi/c/dev/
H A Dppb_scrollbar_dev.h73 uint32_t (*GetValue)(PP_Resource scrollbar); member in struct:PPB_Scrollbar_Dev_0_5
/external/chromium_org/ppapi/cpp/dev/
H A Dscrollbar_dev.cc51 uint32_t Scrollbar_Dev::GetValue() { function in class:pp::Scrollbar_Dev
54 return get_interface<PPB_Scrollbar_Dev>()->GetValue(pp_resource());
/external/clang/test/SemaCXX/
H A Dwarn-tautological-compare.cpp30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0) macro
40 (void)GetValue(b);
/external/chromium_org/android_webview/browser/
H A Daw_pref_store.cc14 bool AwPrefStore::GetValue(const std::string& key, function in class:AwPrefStore
16 return prefs_.GetValue(key, value);
21 return prefs_.GetValue(key, value);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_store.cc62 bool SupervisedUserPrefStore::GetValue(const std::string& key, function in class:SupervisedUserPrefStore
65 return prefs_->GetValue(key, value);
/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
/external/chromium_org/net/base/
H A Durl_util.cc93 std::string QueryIterator::GetValue() const { function in class:net::QueryIterator
104 GetValue(),
/external/chromium_org/ppapi/thunk/
H A Dppb_scrollbar_thunk.cc43 uint32_t GetValue(PP_Resource scrollbar) { function in namespace:ppapi::thunk::__anon10303
47 return enter.object()->GetValue();
81 &GetValue,
/external/chromium_org/ui/base/
H A Dview_prop.cc92 void* ViewProp::GetValue(gfx::AcceleratedWidget view, const char* key) { function in class:ui::ViewProp

Completed in 7026 milliseconds

1234