HomeSort by relevance Sort by last modified time
    Searched refs:GetDouble (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/chromium_org/printing/
page_size_margins.cc 17 !custom_margins->GetDouble(kSettingMarginTop,
19 !custom_margins->GetDouble(kSettingMarginBottom,
21 !custom_margins->GetDouble(kSettingMarginLeft,
23 !custom_margins->GetDouble(kSettingMarginRight,
  /external/chromium_org/chrome/browser/ui/
gesture_prefs_observer_factory_aura.cc 179 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient0));
181 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient1));
183 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient2));
185 prefs_->GetDouble(prefs::kFlingAccelerationCurveCoefficient3));
193 prefs_->GetDouble(prefs::kFlingVelocityCap));
195 prefs_->GetDouble(
198 prefs_->GetDouble(
201 prefs_->GetDouble(
204 prefs_->GetDouble(
207 prefs_->GetDouble(
    [all...]
  /external/chromium_org/content/browser/webui/
web_ui_message_handler.cc 20 if (value->GetDouble(0, &double_value)) {
33 if (value->GetDouble(0, out_value))
generic_handler.cc 39 CHECK(args->GetDouble(2, &button));
  /external/chromium/chrome/browser/extensions/
extension_tts_api_util.cc 31 if (!dict->GetDouble(key, ret_value))
  /external/chromium_org/chrome/browser/
renderer_preferences_util.cc 85 prefs->default_zoom_level = pref_service->GetDouble(prefs::kDefaultZoomLevel);
123 pref_service->GetDouble(prefs::kFlingCurveTouchpadAlpha);
125 pref_service->GetDouble(prefs::kFlingCurveTouchpadBeta);
127 pref_service->GetDouble(prefs::kFlingCurveTouchpadGamma);
129 pref_service->GetDouble(prefs::kFlingCurveTouchscreenAlpha);
131 pref_service->GetDouble(prefs::kFlingCurveTouchscreenBeta);
133 pref_service->GetDouble(prefs::kFlingCurveTouchscreenGamma);
  /external/chromium/chrome/browser/web_resource/
promo_resource_service_unittest.cc 59 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);
promo_resource_service.cc 166 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/chrome/browser/performance_monitor/
event.cc 25 if (!data->GetDouble(std::string("time"), &time))
  /external/chromium_org/chrome/browser/chromeos/login/screens/
screen_context.h 53 double GetDouble(const KeyType& key);
54 double GetDouble(const KeyType& key, double default_value);
screen_context.cc 54 double ScreenContext::GetDouble(const KeyType& key) {
58 double ScreenContext::GetDouble(const KeyType& key, double default_value) {
  /external/chromium_org/chrome/browser/network_time/
network_time_service.cc 38 if (time_mapping->GetDouble("local", &local_time_js) &&
39 time_mapping->GetDouble("network", &network_time_js)) {
  /external/chromium_org/cc/test/
layer_tree_json_parser.cc 34 success &= list->GetDouble(0, &position_x);
35 success &= list->GetDouble(1, &position_y);
56 success &= bounds->GetDouble(0, &image_width);
57 success &= bounds->GetDouble(1, &image_height);
96 if (dict->GetDouble("Opacity", &opacity))
128 success &= list->GetDouble(i, &transform[i]);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
new_tab_page_handler.cc 126 CHECK(args->GetDouble(0, &page_id_double));
130 CHECK(args->GetDouble(1, &index_double));
149 if (!args->GetString(0, &histogram_name) || !args->GetDouble(1, &duration)) {
ntp_login_handler.cc 155 bool success = args->GetDouble(0, &x);
157 success = args->GetDouble(1, &y);
159 success = args->GetDouble(2, &width);
161 success = args->GetDouble(3, &height);
recently_closed_tabs_handler.cc 77 CHECK(args->GetDouble(0, &session_to_restore));
97 CHECK(args->GetDouble(1, &index));
  /external/chromium_org/chrome/test/chromedriver/chrome/
geolocation_override_manager_unittest.cc 60 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/
gesture_config_ui.cc 64 base::FundamentalValue js_pref_value(prefs->GetDouble(pref_name.c_str()));
89 if (!args->GetString(0, &pref_name) || !args->GetDouble(1, &value)) return;
metrics_handler.cc 56 !args->GetDouble(1, &value) ||
57 !args->GetDouble(2, &boundary_value)) {
  /external/chromium/chrome/browser/chromeos/
cros_settings.h 61 bool GetDouble(const std::string& path, double* out_value) const;
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 75 // 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/ui/webui/options/chromeos/
display_overscan_handler.cc 146 if (!args->GetDouble(1, &length)) {
177 if (!args->GetDouble(1, &length)) {
  /external/chromium_org/chrome/browser/ui/webui/performance_monitor/
performance_monitor_handler.cc 434 CHECK(args->GetDouble(0, &double_time));
436 CHECK(args->GetDouble(1, &double_time));
499 CHECK(args->GetDouble(1, &double_time));
501 CHECK(args->GetDouble(2, &double_time));
541 CHECK(args->GetDouble(1, &time_double));
543 CHECK(args->GetDouble(2, &time_double));
547 CHECK(args->GetDouble(3, &resolution_in_milliseconds));
552 CHECK(args->GetDouble(4, &aggregation_double));
  /external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api_chromeos.cc 50 if (!info->GetDouble("avg", latency))
  /external/chromium_org/chrome/browser/sync/test/integration/
preferences_helper.cc 154 reference_value = GetVerifierPrefs()->GetDouble(pref_name);
156 reference_value = GetPrefs(0)->GetDouble(pref_name);
159 if (reference_value != GetPrefs(i)->GetDouble(pref_name)) {

Completed in 202 milliseconds

1 2 3 4 5 6