Home
last modified time | relevance | path

Searched refs:GetDouble (Results 1 – 25 of 138) sorted by relevance

123456

/external/chromium_org/chrome/browser/ui/
Dgesture_prefs_observer_factory_aura.cc179 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient0)); in Update()
181 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient1)); in Update()
183 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient2)); in Update()
185 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient3)); in Update()
193 prefs_->GetDouble(prefs::kFlingVelocityCap)); in Update()
195 prefs_->GetDouble( in Update()
198 prefs_->GetDouble( in Update()
201 prefs_->GetDouble( in Update()
204 prefs_->GetDouble( in Update()
207 prefs_->GetDouble( in Update()
[all …]
/external/chromium_org/printing/
Dpage_size_margins.cc17 !custom_margins->GetDouble(kSettingMarginTop, in GetCustomMarginsFromJobSettings()
19 !custom_margins->GetDouble(kSettingMarginBottom, in GetCustomMarginsFromJobSettings()
21 !custom_margins->GetDouble(kSettingMarginLeft, in GetCustomMarginsFromJobSettings()
23 !custom_margins->GetDouble(kSettingMarginRight, in GetCustomMarginsFromJobSettings()
/external/chromium_org/chrome/browser/
Drenderer_preferences_util.cc85 prefs->default_zoom_level = pref_service->GetDouble(prefs::kDefaultZoomLevel); in UpdateFromSystemSettings()
123 pref_service->GetDouble(prefs::kFlingCurveTouchpadAlpha); in UpdateFromSystemSettings()
125 pref_service->GetDouble(prefs::kFlingCurveTouchpadBeta); in UpdateFromSystemSettings()
127 pref_service->GetDouble(prefs::kFlingCurveTouchpadGamma); in UpdateFromSystemSettings()
129 pref_service->GetDouble(prefs::kFlingCurveTouchscreenAlpha); in UpdateFromSystemSettings()
131 pref_service->GetDouble(prefs::kFlingCurveTouchscreenBeta); in UpdateFromSystemSettings()
133 pref_service->GetDouble(prefs::kFlingCurveTouchscreenGamma); in UpdateFromSystemSettings()
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service_unittest.cc59 prefs->GetDouble(prefs::kNTPCustomLogoStart); in TEST_F()
62 prefs->GetDouble(prefs::kNTPCustomLogoEnd); in TEST_F()
87 logo_start = prefs->GetDouble(prefs::kNTPCustomLogoStart); in TEST_F()
105 logo_start = prefs->GetDouble(prefs::kNTPCustomLogoStart); in TEST_F()
107 logo_end = prefs->GetDouble(prefs::kNTPCustomLogoEnd); in TEST_F()
172 prefs->GetDouble(prefs::kNTPPromoStart); in TEST_F()
178 prefs->GetDouble(prefs::kNTPPromoEnd); in TEST_F()
Dpromo_resource_service.cc166 double promo_start = prefs_->GetDouble(prefs::kNTPPromoStart); in ScheduleNotificationOnInit()
167 double promo_end = prefs_->GetDouble(prefs::kNTPPromoEnd); in ScheduleNotificationOnInit()
194 old_promo_start = prefs_->GetDouble(prefs::kNTPPromoStart); in UnpackPromoSignal()
195 old_promo_end = prefs_->GetDouble(prefs::kNTPPromoEnd); in UnpackPromoSignal()
359 old_logo_start = prefs_->GetDouble(prefs::kNTPCustomLogoStart); in UnpackLogoSignal()
360 old_logo_end = prefs_->GetDouble(prefs::kNTPCustomLogoEnd); in UnpackLogoSignal()
/external/chromium_org/cc/test/
Dlayer_tree_json_parser.cc34 success &= list->GetDouble(0, &position_x); in ParseTreeFromValue()
35 success &= list->GetDouble(1, &position_y); in ParseTreeFromValue()
56 success &= bounds->GetDouble(0, &image_width); in ParseTreeFromValue()
57 success &= bounds->GetDouble(1, &image_height); in ParseTreeFromValue()
96 if (dict->GetDouble("Opacity", &opacity)) in ParseTreeFromValue()
128 success &= list->GetDouble(i, &transform[i]); in ParseTreeFromValue()
/external/chromium_org/content/browser/webui/
Dweb_ui_message_handler.cc20 if (value->GetDouble(0, &double_value)) { in ExtractIntegerValue()
33 if (value->GetDouble(0, out_value)) in ExtractDoubleValue()
/external/chromium_org/chrome/test/chromedriver/chrome/
Dgeolocation_override_manager_unittest.cc60 ASSERT_TRUE(command.params.GetDouble("latitude", &latitude)); in AssertGeolocationCommand()
61 ASSERT_TRUE(command.params.GetDouble("longitude", &longitude)); in AssertGeolocationCommand()
62 ASSERT_TRUE(command.params.GetDouble("accuracy", &accuracy)); in AssertGeolocationCommand()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dtheme_handler.cc76 !color_list->GetDouble(3, &alpha))) || in LoadColors()
104 !tint_list->GetDouble(0, &v) || in LoadTints()
105 !tint_list->GetDouble(1, &v) || in LoadTints()
106 !tint_list->GetDouble(2, &v)) { in LoadTints()
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
Dperformance_monitor_handler.cc434 CHECK(args->GetDouble(0, &double_time)); in HandleGetActiveIntervals()
436 CHECK(args->GetDouble(1, &double_time)); in HandleGetActiveIntervals()
499 CHECK(args->GetDouble(1, &double_time)); in HandleGetEvents()
501 CHECK(args->GetDouble(2, &double_time)); in HandleGetEvents()
541 CHECK(args->GetDouble(1, &time_double)); in HandleGetMetrics()
543 CHECK(args->GetDouble(2, &time_double)); in HandleGetMetrics()
547 CHECK(args->GetDouble(3, &resolution_in_milliseconds)); in HandleGetMetrics()
552 CHECK(args->GetDouble(4, &aggregation_double)); in HandleGetMetrics()
/external/chromium_org/chrome/browser/ui/webui/ntp/
Dntp_login_handler.cc155 bool success = args->GetDouble(0, &x); in HandleShowSyncLoginUI()
157 success = args->GetDouble(1, &y); in HandleShowSyncLoginUI()
159 success = args->GetDouble(2, &width); in HandleShowSyncLoginUI()
161 success = args->GetDouble(3, &height); in HandleShowSyncLoginUI()
Dnew_tab_page_handler.cc126 CHECK(args->GetDouble(0, &page_id_double)); in HandlePageSelected()
130 CHECK(args->GetDouble(1, &index_double)); in HandlePageSelected()
149 if (!args->GetString(0, &histogram_name) || !args->GetDouble(1, &duration)) { in HandleLogTimeToClick()
Drecently_closed_tabs_handler.cc77 CHECK(args->GetDouble(0, &session_to_restore)); in HandleReopenTab()
97 CHECK(args->GetDouble(1, &index)); in HandleReopenTab()
/external/chromium_org/chrome/browser/network_time/
Dnetwork_time_service.cc38 if (time_mapping->GetDouble("local", &local_time_js) && in NetworkTimeService()
39 time_mapping->GetDouble("network", &network_time_js)) { in NetworkTimeService()
/external/chromium_org/chrome/browser/chromeos/login/screens/
Dscreen_context.h53 double GetDouble(const KeyType& key);
54 double GetDouble(const KeyType& key, double default_value);
Dscreen_context.cc54 double ScreenContext::GetDouble(const KeyType& key) { in GetDouble() function in chromeos::ScreenContext
58 double ScreenContext::GetDouble(const KeyType& key, double default_value) { in GetDouble() function in chromeos::ScreenContext
/external/chromium_org/chrome/browser/chromeos/policy/
Ddevice_status_collector.cc183 if (location->GetDouble(kLatitude, &position.latitude) && in DeviceStatusCollector()
184 location->GetDouble(kLongitude, &position.longitude) && in DeviceStatusCollector()
185 location->GetDouble(kAltitude, &position.altitude) && in DeviceStatusCollector()
186 location->GetDouble(kAccuracy, &position.accuracy) && in DeviceStatusCollector()
187 location->GetDouble(kAltitudeAccuracy, &position.altitude_accuracy) && in DeviceStatusCollector()
188 location->GetDouble(kHeading, &position.heading) && in DeviceStatusCollector()
189 location->GetDouble(kSpeed, &position.speed) && in DeviceStatusCollector()
/external/chromium_org/chrome/browser/sync/test/integration/
Dpreferences_helper.cc154 reference_value = GetVerifierPrefs()->GetDouble(pref_name); in DoublePrefMatches()
156 reference_value = GetPrefs(0)->GetDouble(pref_name); in DoublePrefMatches()
159 if (reference_value != GetPrefs(i)->GetDouble(pref_name)) { in DoublePrefMatches()
/external/chromium_org/chrome/browser/ui/webui/
Dgesture_config_ui.cc64 base::FundamentalValue js_pref_value(prefs->GetDouble(pref_name.c_str())); in UpdatePreferenceValue()
89 if (!args->GetString(0, &pref_name) || !args->GetDouble(1, &value)) return; in SetPreferenceValue()
Dmetrics_handler.cc56 !args->GetDouble(1, &value) || in HandleRecordInHistogram()
57 !args->GetDouble(2, &boundary_value)) { in HandleRecordInHistogram()
/external/chromium_org/chrome/test/chromedriver/
Delement_util.cc29 if (!dict_value->GetDouble("x", &x) || in ParseFromValue()
30 !dict_value->GetDouble("y", &y)) in ParseFromValue()
42 if (!dict_value->GetDouble("width", &width) || in ParseFromValue()
43 !dict_value->GetDouble("height", &height)) in ParseFromValue()
55 if (!dict_value->GetDouble("left", &x) || in ParseFromValue()
56 !dict_value->GetDouble("top", &y) || in ParseFromValue()
57 !dict_value->GetDouble("width", &width) || in ParseFromValue()
58 !dict_value->GetDouble("height", &height)) in ParseFromValue()
Dsession_commands.cc332 if (!params.GetDouble("ms", &ms_double)) in ExecuteSetTimeout()
361 if (!params.GetDouble("ms", &ms) || ms < 0) in ExecuteSetScriptTimeout()
373 if (!params.GetDouble("ms", &ms) || ms < 0) in ExecuteImplicitlyWait()
454 if (!params.GetDouble("x", &x) || !params.GetDouble("y", &y)) in ExecuteSetWindowPosition()
505 if (!params.GetDouble("width", &width) || in ExecuteSetWindowSize()
506 !params.GetDouble("height", &height)) in ExecuteSetWindowSize()
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Ddisplay_options_handler.cc300 if (!args->GetDouble(0, &layout) || !args->GetDouble(1, &offset)) { in HandleDisplayLayout()
323 if (!args->GetDouble(1, &ui_scale) || ui_scale == 0.0f) { in HandleSetUIScale()
339 if (!args->GetDouble(1, &width) || width == 0.0f) { in HandleSetResolution()
343 if (!args->GetDouble(2, &height) || height == 0.0f) { in HandleSetResolution()
/external/chromium/chrome/browser/prefs/
Dpref_member_unittest.cc148 EXPECT_EQ(0.0, prefs.GetDouble(kDoublePref)); in TEST()
155 EXPECT_EQ(1.0, prefs.GetDouble(kDoublePref)); in TEST()
160 EXPECT_EQ(3.0, prefs.GetDouble(kDoublePref)); in TEST()
/external/chromium/chrome/browser/extensions/
Dextension_tts_api_util.cc31 if (!dict->GetDouble(key, ret_value)) in ReadNumberByKey()

123456