Searched refs:GetValue (Results 76 - 100 of 498) sorted by relevance

1234567891011>>

/external/chromium_org/ui/compositor/
H A Dfloat_animation_curve_adapter.h26 virtual float GetValue(double t) const OVERRIDE;
H A Dtransform_animation_curve_adapter.cc38 gfx::Transform TransformAnimationCurveAdapter::GetValue( function in class:ui::TransformAnimationCurveAdapter
87 effective_initial_value_ = base_curve_.GetValue(0.0) * initial_value_;
105 gfx::Transform InverseTransformCurveAdapter::GetValue( function in class:ui::InverseTransformCurveAdapter
110 gfx::Transform base_transform = base_curve_.GetValue(t);
/external/chromium_org/v8/src/
H A Dproperty.cc36 << Brief(*d.GetValue());
/external/lldb/test/lang/cpp/dynamic-value/
H A DTestDynamicValue.py47 this_static_loc = int (this_static.GetValue(), 16)
54 this_dynamic_loc = int (this_dynamic.GetValue(), 16)
72 m_b_value = int (this_dynamic_m_b_value.GetValue(), 0)
94 contained_b_addr = int (contained_b.GetValue(), 16)
95 contained_b_static_addr = int (contained_b_static.GetValue(), 16)
191 anotherA_static_addr = int (anotherA_static.GetValue(), 16)
195 anotherA_dynamic_addr = int (anotherA_dynamic.GetValue(), 16)
203 anotherA_m_b_val = int (anotherA_m_b_value_dynamic.GetValue(), 10)
230 anotherA_loc = int (anotherA_value.GetValue(), 16)
/external/chromium_org/base/prefs/
H A Dpref_registry.cc35 DCHECK(defaults_->GetValue(pref_name, &current_value))
49 DCHECK(!defaults_->GetValue(path, NULL)) <<
H A Dpref_value_map.h31 bool GetValue(const std::string& key, const base::Value** value) const;
32 bool GetValue(const std::string& key, base::Value** 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);
H A Ddefault_pref_store.h24 virtual bool GetValue(const std::string& key,
H A Dmock_pref_change_callback.h27 const base::Value* actual_value = pref->GetValue();
H A Dpref_store.h52 virtual bool GetValue(const std::string& key,
/external/chromium_org/cc/animation/
H A Dtiming_function.h18 virtual float GetValue(double t) const = 0;
20 // The smallest and largest values returned by GetValue for inputs in [0, 1].
38 virtual float GetValue(double time) const OVERRIDE;
/external/chromium_org/chrome/browser/media/
H A Dmedia_device_id_salt.cc36 if (media_device_id_salt_.GetValue().empty())
56 return media_device_id_salt_.GetValue();
/external/chromium_org/chrome/browser/net/
H A Dprediction_options.cc74 profile_io_data->network_prediction_options()->GetValue());
88 profile_io_data->network_prediction_options()->GetValue());
/external/chromium_org/chrome/browser/prefs/
H A Dcommand_line_pref_store_unittest.cc35 ASSERT_TRUE(GetValue(prefs::kProxy, &value));
47 ASSERT_TRUE(GetValue(prefs::kCipherSuiteBlacklist, &value));
72 EXPECT_TRUE(store->GetValue(prefs::kApplicationLocale, &actual));
96 EXPECT_FALSE(store->GetValue(unknown_bool, &actual));
97 EXPECT_FALSE(store->GetValue(unknown_string, &actual));
111 EXPECT_FALSE(store->GetValue(unknown_bool, &actual));
112 EXPECT_FALSE(store->GetValue(unknown_string, &actual));
117 ASSERT_TRUE(store->GetValue(prefs::kProxy, &value));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_pref_mapping_service.cc69 const base::Value* value = shared_settings_->GetValue(su_id, key);
81 const base::Value* value = shared_settings_->GetValue(
H A Dsupervised_user_pref_mapping_service_unittest.cc49 EXPECT_TRUE(shared_settings_service_->GetValue(
53 const base::Value* value = shared_settings_service_->GetValue(
/external/chromium_org/components/policy/core/common/
H A Dregistry_dict_win.h55 base::Value* GetValue(const std::string& name);
56 const base::Value* GetValue(const std::string& name) const;
/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/chrome/browser/policy/
H A Dmanaged_bookmarks_policy_handler_unittest.cc31 EXPECT_FALSE(store_->GetValue(bookmarks::prefs::kManagedBookmarks, NULL));
74 store_->GetValue(bookmarks::prefs::kManagedBookmarks, &pref_value));
126 EXPECT_FALSE(store_->GetValue(bookmarks::prefs::kManagedBookmarks, NULL));
147 store_->GetValue(bookmarks::prefs::kManagedBookmarks, &pref_value));
189 store_->GetValue(bookmarks::prefs::kManagedBookmarks, &pref_value));
/external/chromium_org/sql/
H A Dmeta_table.cc156 return GetValue(kVersionKey, &version) ? version : 0;
166 return GetValue(kCompatibleVersionKey, &version) ? version : 0;
190 bool MetaTable::GetValue(const char* key, std::string* value) { function in class:sql::MetaTable
199 bool MetaTable::GetValue(const char* key, int* value) { function in class:sql::MetaTable
208 bool MetaTable::GetValue(const char* key, int64* value) { function in class:sql::MetaTable
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences.cc416 const bool enabled = performance_tracing_enabled_.GetValue();
423 const bool enabled = tap_to_click_enabled_.GetValue();
440 const bool enabled = tap_dragging_enabled_.GetValue();
450 const bool enabled = three_finger_click_enabled_.GetValue();
463 const bool enabled = natural_scroll_.GetValue();
473 const int sensitivity = mouse_sensitivity_.GetValue();
488 const int sensitivity = touchpad_sensitivity_.GetValue();
503 const bool right = primary_mouse_button_right_.GetValue();
520 download_default_directory_.GetValue());
534 const bool enabled = touch_hud_projection_enabled_.GetValue();
[all...]
/external/sonivox/jet_tools/JetCreator/
H A DJetCreator.py426 self.jet_file.AddSegment(replicate[0], dlg.GetValue(JetDefs.F_MIDIFILE),
429 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
430 dlg.GetValue(JetDefs.F_QUANTIZE),
431 [], dlg.GetValue(JetDefs.F_DLSFILE),
433 dlg.GetValue(JetDefs.F_TRANSPOSE),
434 dlg.GetValue(JetDefs.F_REPEAT),
435 dlg.GetValue(JetDefs.F_MUTEFLAGS))
440 self.jet_file.AddSegment(dlg.GetValue(JetDefs.F_SEGNAME), dlg.GetValue(JetDefs.F_MIDIFILE),
441 dlg.GetValue(JetDef
[all...]
/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs49 public int GetValue(int filter_pid) { method in class:StatsViewer.StatsTableEntry
50 return table_.GetValue(id_, filter_pid);
76 public int GetValue(int filter_pid) { method in class:StatsViewer.StatsCounter
77 return entry_.GetValue(filter_pid);
96 public int GetValue(int filter_pid) { method in class:StatsViewer.StatsTimer
97 return entry_.GetValue(filter_pid);
114 return counter_.GetValue(filter_pid);
118 return timer_.GetValue(filter_pid);
272 public int GetValue(int id, int filter_pid) { method in class:StatsViewer.StatsTable
/external/chromium_org/base/
H A Dfile_version_info_unittest.cc124 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 1", &str));
128 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 2", &str));
132 EXPECT_TRUE(version_info_win->GetValue(L"Custom prop 3", &str));
138 EXPECT_FALSE(version_info_win->GetValue(L"Unknown property", &str));

Completed in 795 milliseconds

1234567891011>>