Searched refs:GetValue (Results 101 - 125 of 498) sorted by relevance

1234567891011>>

/external/chromium_org/cc/animation/
H A Dkeyframed_animation_curve.h130 virtual SkColor GetValue(double t) const OVERRIDE;
156 virtual float GetValue(double t) const OVERRIDE;
183 virtual gfx::Transform GetValue(double t) const OVERRIDE;
216 virtual FilterOperations GetValue(double t) const OVERRIDE;
H A Dscroll_offset_animation_curve.h26 gfx::Vector2dF GetValue(double t) const;
/external/chromium_org/cc/blink/
H A Dweb_scroll_offset_animation_curve_impl.cc37 gfx::Vector2dF value = curve_->GetValue(time);
H A Dweb_float_animation_curve_unittest.cc133 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
163 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
179 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
195 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
214 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
229 EXPECT_FLOAT_EQ(timing_function->GetValue(time), curve->getValue(time));
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_metrics_service_accessor.cc25 bool success = uma_pref->GetValue()->GetAsBoolean(&result);
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_store.h29 virtual bool GetValue(const std::string& key,
H A Dsupervised_user_shared_settings_update.cc38 const base::Value* value = service_->GetValue(su_id, key);
/external/chromium_org/chromecast/common/
H A Dchromecast_config.h41 const std::string GetValue(const std::string& key) const;
/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/device/bluetooth/test/
H A Dmock_bluetooth_gatt_characteristic.cc25 ON_CALL(*this, GetValue())
H A Dmock_bluetooth_gatt_descriptor.h35 MOCK_CONST_METHOD0(GetValue, const std::vector<uint8>&());
/external/chromium_org/net/base/
H A Durl_util.h56 std::string GetValue() const;
/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/ui/compositor/
H A Dfloat_animation_curve_adapter.cc33 float FloatAnimationCurveAdapter::GetValue(double t) const { function in class:ui::FloatAnimationCurveAdapter
H A Dtransform_animation_curve_adapter.h30 virtual gfx::Transform GetValue(double t) const OVERRIDE;
60 virtual gfx::Transform GetValue(double t) const OVERRIDE;
/external/lldb/include/lldb/Core/
H A DThreadSafeValue.h45 GetValue () const function in class:lldb_private::ThreadSafeValue
/external/lldb/include/lldb/Interpreter/
H A DProperty.h62 GetValue() const function in class:lldb_private::Property
/external/chromium_org/chrome/browser/profiles/
H A Dincognito_mode_policy_handler_unittest.cc54 EXPECT_TRUE(store_->GetValue(prefs::kIncognitoModeAvailability, &value));
84 EXPECT_FALSE(store_->GetValue(prefs::kIncognitoModeAvailability, &value));
/external/chromium_org/ppapi/api/dev/
H A Dppb_scrollbar_dev.idl51 uint32_t GetValue([in] PP_Resource scrollbar);
/external/chromium_org/tools/gn/
H A Dconfig_values_generator.cc22 const Value* value = scope->GetValue(var_name, true);
38 const Value* value = scope->GetValue(var_name, true);
H A Dfunction_foreach.cc73 list_value = scope->GetValue(list_identifier->value().value(), true);
99 const Value* old_loop_value_ptr = scope->GetValue(loop_var);
H A Dscope_unittest.cc17 const Value* value = scope->GetValue(name);
92 const Value* found_value = new_scope.GetValue("v");
151 EXPECT_TRUE(new_scope.GetValue(private_var_name));
165 EXPECT_FALSE(new_scope.GetValue(private_var_name));
222 EXPECT_TRUE(result->GetValue("on_root")); // Value should be copied.
264 EXPECT_TRUE(mutable_scope2.GetValue(kOnConst, true));
293 EXPECT_TRUE(setup.scope()->GetValue("a"));
294 EXPECT_FALSE(setup.scope()->GetValue("_b"));
/external/chromium_org/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc278 config->rev_checking_enabled = rev_checking_enabled_.GetValue();
282 rev_checking_required_local_anchors_.GetValue();
283 std::string version_min_str = ssl_version_min_.GetValue();
284 std::string version_max_str = ssl_version_max_.GetValue();
285 std::string version_fallback_min_str = ssl_version_fallback_min_.GetValue();
312 config->false_start_enabled = !ssl_record_splitting_disabled_.GetValue();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_window_property_manager_browsertest_win.cc68 EXPECT_EQ(S_OK, pps->GetValue(PKEY_AppUserModel_RelaunchDisplayNameResource,
79 EXPECT_EQ(S_OK, pps->GetValue(PKEY_AppUserModel_RelaunchCommand,
88 EXPECT_EQ(S_OK, pps->GetValue(PKEY_AppUserModel_RelaunchIconResource,
110 pps->GetValue(PKEY_AppUserModel_RelaunchDisplayNameResource,
119 pps->GetValue(PKEY_AppUserModel_RelaunchCommand, prop_var.Receive()));
132 pps->GetValue(PKEY_AppUserModel_RelaunchIconResource,
/external/chromium_org/base/prefs/
H A Djson_pref_store_unittest.cc174 EXPECT_TRUE(pref_store->GetValue(kHomePage, &actual));
181 EXPECT_TRUE(pref_store->GetValue(kSomeDirectory, &actual));
188 EXPECT_TRUE(pref_store->GetValue(kSomeDirectory, &actual));
193 EXPECT_TRUE(pref_store->GetValue(kNewWindowsInTabs, &actual));
199 EXPECT_TRUE(pref_store->GetValue(kNewWindowsInTabs, &actual));
203 EXPECT_TRUE(pref_store->GetValue(kMaxTabs, &actual));
208 EXPECT_TRUE(pref_store->GetValue(kMaxTabs, &actual));
214 EXPECT_TRUE(pref_store->GetValue(kLongIntPref, &actual));
326 EXPECT_TRUE(pref_store->GetValue("list", &result));
328 EXPECT_TRUE(pref_store->GetValue("dic
[all...]

Completed in 1031 milliseconds

1234567891011>>