HomeSort by relevance Sort by last modified time
    Searched defs:GetValue (Results 1 - 25 of 203) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/ui/compositor/
float_animation_curve_adapter.cc 33 float FloatAnimationCurveAdapter::GetValue(double t) const {
transform_animation_curve_adapter.cc 38 gfx::Transform TransformAnimationCurveAdapter::GetValue(
87 effective_initial_value_ = base_curve_.GetValue(0.0) * initial_value_;
105 gfx::Transform InverseTransformCurveAdapter::GetValue(
110 gfx::Transform base_transform = base_curve_.GetValue(t);
  /external/chromium_org/chrome/common/extensions/docs/server2/
datastore_models.py 34 def GetValue(self):
  /external/chromium_org/chromeos/dbus/
fake_bluetooth_gatt_characteristic_service_provider.cc 62 void FakeBluetoothGattCharacteristicServiceProvider::GetValue(
fake_bluetooth_gatt_descriptor_service_provider.cc 62 void FakeBluetoothGattDescriptorServiceProvider::GetValue(
  /external/chromium_org/content/renderer/
web_ui_extension_data.cc 20 std::string WebUIExtensionData::GetValue(const std::string& key) const {
  /external/chromium_org/tools/gyp/test/lib/
TestWin.py 73 def GetValue(self, key, value):
  /external/chromium_org/base/prefs/
default_pref_store.cc 12 bool DefaultPrefStore::GetValue(const std::string& key,
14 return prefs_.GetValue(key, result);
31 DCHECK(!GetValue(key, NULL));
38 GetValue(key, &old_value);
value_map_pref_store.cc 14 bool ValueMapPrefStore::GetValue(const std::string& key,
16 return prefs_.GetValue(key, value);
43 return prefs_.GetValue(key, value);
  /external/chromium_org/cc/animation/
timing_function.cc 28 float CubicBezierTimingFunction::GetValue(double x) const {
  /external/chromium_org/pdf/
draw_utils.h 69 uint32 GetValue(int32 x, int32 y) const { return matrix_[y * depth_ + x]; }
  /external/chromium_org/ppapi/cpp/dev/
scrollbar_dev.cc 51 uint32_t Scrollbar_Dev::GetValue() {
54 return get_interface<PPB_Scrollbar_Dev>()->GetValue(pp_resource());
  /external/chromium_org/ppapi/thunk/
ppb_scrollbar_thunk.cc 43 uint32_t GetValue(PP_Resource scrollbar) {
47 return enter.object()->GetValue();
81 &GetValue,
  /external/chromium_org/v8/src/base/platform/
platform-unittest.cc 69 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) {
  /external/lldb/include/lldb/Core/
ThreadSafeValue.h 45 GetValue () const
  /external/lldb/source/Host/macosx/cfcpp/
CFCMutableSet.cpp 71 CFCMutableSet::GetValue(const void *value) const
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 93 function GetValue: String;
97 property Value: String read GetValue write SetValue;
109 function GetValue: String;
446 function TANTLRString.GetValue: String;
  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 14 bool AwPrefStore::GetValue(const std::string& key,
16 return prefs_.GetValue(key, value);
21 return prefs_.GetValue(key, value);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_pref_store.cc 62 bool SupervisedUserPrefStore::GetValue(const std::string& key,
65 return prefs_->GetValue(key, value);
  /external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store.cc 65 bool ConfigurationPolicyPrefStore::GetValue(const std::string& key,
68 if (!prefs_.get() || !prefs_->GetValue(key, &stored_value))
  /external/chromium_org/device/bluetooth/
bluetooth_remote_gatt_descriptor_chromeos.cc 62 BluetoothRemoteGattDescriptorChromeOS::GetValue() const {
  /external/chromium_org/ppapi/c/dev/
ppb_scrollbar_dev.h 73 uint32_t (*GetValue)(PP_Resource scrollbar);
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 71 #define GetValue(ptr) ((ptr) ? ptr[0] : 0)
81 (void)GetValue(b);
warn-tautological-compare.cpp 30 #define GetValue(ptr) ((ptr != 0) ? ptr[0] : 0)
40 (void)GetValue(b);
  /art/compiler/sea_ir/code_gen/
code_gen.h 53 llvm::Value* GetValue(int instruction_id) {
59 llvm::Value* GetValue(InstructionNode* instruction) {
60 return GetValue(instruction->Id());

Completed in 1718 milliseconds

1 2 3 4 5 6 7 8 9