Searched refs:GetDouble (Results 1 - 25 of 130) sorted by relevance

123456

/external/chromium_org/printing/
H A Dpage_size_margins.cc17 !custom_margins->GetDouble(kSettingMarginTop,
19 !custom_margins->GetDouble(kSettingMarginBottom,
21 !custom_margins->GetDouble(kSettingMarginLeft,
23 !custom_margins->GetDouble(kSettingMarginRight,
/external/chromium_org/content/browser/webui/
H A Dweb_ui_message_handler.cc20 if (value->GetDouble(0, &double_value)) {
33 if (value->GetDouble(0, out_value))
H A Dgeneric_handler.cc39 CHECK(args->GetDouble(2, &button));
/external/chromium_org/chrome/test/webdriver/
H A Dwebdriver_basic_types.cc114 if (!dict_value->GetDouble("x", &x) ||
115 !dict_value->GetDouble("y", &y))
142 if (!dict_value->GetDouble("width", &width) ||
143 !dict_value->GetDouble("height", &height))
172 if (!dict_value->GetDouble("left", &x) ||
173 !dict_value->GetDouble("top", &y) ||
174 !dict_value->GetDouble("width", &width) ||
175 !dict_value->GetDouble("height", &height))
/external/chromium/chrome/browser/extensions/
H A Dextension_tts_api_util.cc31 if (!dict->GetDouble(key, ret_value))
/external/chromium_org/chrome/browser/
H A Drenderer_preferences_util.cc86 prefs->default_zoom_level = pref_service->GetDouble(prefs::kDefaultZoomLevel);
125 pref_service->GetDouble(prefs::kFlingCurveTouchpadAlpha);
127 pref_service->GetDouble(prefs::kFlingCurveTouchpadBeta);
129 pref_service->GetDouble(prefs::kFlingCurveTouchpadGamma);
131 pref_service->GetDouble(prefs::kFlingCurveTouchscreenAlpha);
133 pref_service->GetDouble(prefs::kFlingCurveTouchscreenBeta);
135 pref_service->GetDouble(prefs::kFlingCurveTouchscreenGamma);
/external/chromium_org/chrome/browser/ui/
H A Dgesture_prefs_observer_factory_aura.cc214 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient0));
216 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient1));
218 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient2));
220 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient3));
228 prefs_->GetDouble(prefs::kFlingVelocityCap));
230 prefs_->GetDouble(
233 prefs_->GetDouble(
236 prefs_->GetDouble(
239 prefs_->GetDouble(
242 prefs_->GetDouble(
[all...]
/external/chromium/chrome/browser/web_resource/
H A Dpromo_resource_service_unittest.cc59 prefs->GetDouble(prefs::kNTPCustomLogoStart);
62 prefs->GetDouble(prefs::kNTPCustomLogoEnd);
87 logo_start = prefs->GetDouble(prefs::kNTPCustomLogoStart);
105 logo_start = prefs->GetDouble(prefs::kNTPCustomLogoStart);
107 logo_end = prefs->GetDouble(prefs::kNTPCustomLogoEnd);
172 prefs->GetDouble(prefs::kNTPPromoStart);
178 prefs->GetDouble(prefs::kNTPPromoEnd);
H A Dpromo_resource_service.cc166 double promo_start = prefs_->GetDouble(prefs::kNTPPromoStart);
167 double promo_end = prefs_->GetDouble(prefs::kNTPPromoEnd);
194 old_promo_start = prefs_->GetDouble(prefs::kNTPPromoStart);
195 old_promo_end = prefs_->GetDouble(prefs::kNTPPromoEnd);
359 old_logo_start = prefs_->GetDouble(prefs::kNTPCustomLogoStart);
360 old_logo_end = prefs_->GetDouble(prefs::kNTPCustomLogoEnd);
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc33 success &= list->GetDouble(0, &position_x);
34 success &= list->GetDouble(1, &position_y);
77 if (dict->GetDouble("Opacity", &opacity))
91 success &= list->GetDouble(i, &transform[i]);
/external/chromium_org/chrome/browser/performance_monitor/
H A Devent.cc25 if (!data->GetDouble(std::string("time"), &time))
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dscreen_context.h53 double GetDouble(const KeyType& key);
54 double GetDouble(const KeyType& key, double default_value);
H A Dscreen_context.cc54 double ScreenContext::GetDouble(const KeyType& key) { function in class:chromeos::ScreenContext
58 double ScreenContext::GetDouble(const KeyType& key, double default_value) { function in class:chromeos::ScreenContext
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dnew_tab_page_handler.cc127 CHECK(args->GetDouble(0, &page_id_double));
131 CHECK(args->GetDouble(1, &index_double));
150 if (!args->GetString(0, &histogram_name) || !args->GetDouble(1, &duration)) {
H A Dntp_login_handler.cc159 bool success = args->GetDouble(0, &x);
161 success = args->GetDouble(1, &y);
163 success = args->GetDouble(2, &width);
165 success = args->GetDouble(3, &height);
H A Drecently_closed_tabs_handler.cc77 CHECK(args->GetDouble(0, &session_to_restore));
97 CHECK(args->GetDouble(1, &index));
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dgeolocation_override_manager_unittest.cc60 ASSERT_TRUE(command.params.GetDouble("latitude", &latitude));
61 ASSERT_TRUE(command.params.GetDouble("longitude", &longitude));
62 ASSERT_TRUE(command.params.GetDouble("accuracy", &accuracy));
/external/chromium_org/chrome/browser/ui/webui/
H A Dgesture_config_ui.cc64 base::FundamentalValue js_pref_value(prefs->GetDouble(pref_name.c_str()));
89 if (!args->GetString(0, &pref_name) || !args->GetDouble(1, &value)) return;
H A Dmetrics_handler.cc55 !args->GetDouble(1, &value) ||
56 !args->GetDouble(2, &boundary_value)) {
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dtheme_handler.cc75 // Note that GetDouble() can get an integer value.
76 !color_list->GetDouble(3, &alpha))) ||
104 !tint_list->GetDouble(0, &v) ||
105 !tint_list->GetDouble(1, &v) ||
106 !tint_list->GetDouble(2, &v)) {
/external/chromium_org/chrome/browser/chromeos/audio/
H A Daudio_devices_pref_handler_impl.cc49 device_volume_settings_->GetDouble(device_id_str, &volume);
169 double old_volume = local_state_->GetDouble(prefs::kAudioVolumePercent);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_overscan_handler.cc146 if (!args->GetDouble(1, &length)) {
177 if (!args->GetDouble(1, &length)) {
/external/chromium_org/chrome/browser/ui/webui/performance_monitor/
H A Dperformance_monitor_handler.cc430 CHECK(args->GetDouble(0, &double_time));
432 CHECK(args->GetDouble(1, &double_time));
495 CHECK(args->GetDouble(1, &double_time));
497 CHECK(args->GetDouble(2, &double_time));
537 CHECK(args->GetDouble(1, &time_double));
539 CHECK(args->GetDouble(2, &time_double));
543 CHECK(args->GetDouble(3, &resolution_in_milliseconds));
548 CHECK(args->GetDouble(4, &aggregation_double));
/external/chromium/chrome/browser/chromeos/
H A Dcros_settings.h61 bool GetDouble(const std::string& path, double* out_value) const;
/external/chromium_org/chrome/browser/extensions/api/diagnostics/
H A Ddiagnostics_api_chromeos.cc50 if (info->GetDouble("avg", latency))

Completed in 1291 milliseconds

123456