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

1 2

  /external/chromium/chrome/browser/extensions/
extension_tts_api_util.cc 31 if (!dict->GetDouble(key, ret_value))
extension_cookies_unittest.cc 132 cookie_value1->GetDouble(keys::kExpirationDateKey, &double_value));
148 cookie_value2->GetDouble(keys::kExpirationDateKey, &double_value));
  /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/chrome/browser/chromeos/
cros_settings.h 61 bool GetDouble(const std::string& path, double* out_value) const;
cros_settings.cc 184 bool CrosSettings::GetDouble(const std::string& path,
audio_mixer_alsa.cc 394 double vol = prefs_->GetDouble(prefs::kAudioVolume);
  /external/chromium/chrome/browser/prefs/
pref_member_unittest.cc 148 EXPECT_EQ(0.0, prefs.GetDouble(kDoublePref));
155 EXPECT_EQ(1.0, prefs.GetDouble(kDoublePref));
160 EXPECT_EQ(3.0, prefs.GetDouble(kDoublePref));
pref_service.h 202 double GetDouble(const char* path) const;
  /external/chromium/chrome/browser/net/
referrer.cc 133 if (!subresource_list->GetDouble(index++, &rate))
predictor_unittest.cc 342 EXPECT_TRUE(subresource_list->GetDouble(i++, use_rate));
  /external/chromium/chrome/browser/ui/webui/
app_launcher_handler.cc 334 CHECK(args->GetDouble(1, &source));
340 CHECK(args->GetDouble(6, &button));
408 CHECK(args->GetDouble(1, &launch_type));
491 CHECK(args->GetDouble(1, &page_index));
ntp_resource_cache.cc 366 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoStart),
367 profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoEnd)) ?
380 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPPromoStart),
381 profile_->GetPrefs()->GetDouble(prefs::kNTPPromoEnd)) ?
shown_sections_handler.cc 95 CHECK(args->GetDouble(0, &mode_double));
  /external/chromium/base/
values.h 263 bool GetDouble(const std::string& path, double* out_value) const;
381 bool GetDouble(size_t index, double* out_value) const;
values.cc 433 bool DictionaryValue::GetDouble(const std::string& path,
745 bool ListValue::GetDouble(size_t index, double* out_value) const {
values_unittest.cc 77 ASSERT_FALSE(mixed_list->GetDouble(1, &double_value));
88 ASSERT_TRUE(mixed_list->GetDouble(2, &double_value));
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 69 preferences->GetDouble(prefs::kAutofillPositiveUploadRate);
71 preferences->GetDouble(prefs::kAutofillNegativeUploadRate);
  /external/chromium/net/base/
transport_security_state.cc 366 !state->GetDouble("expiry", &expiry)) {
407 if (state->GetDouble("created", &created)) {
  /external/chromium/chrome/browser/automation/
automation_util.cc 308 } else if (!cookie_dict->GetDouble("expiry", &expiry)) {
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 43 ASSERT_TRUE(root_dict->GetDouble("double", &double_value));
  /external/protobuf/src/google/protobuf/
generated_message_reflection.h 160 double GetDouble(const Message& message,
message.h 452 virtual double GetDouble(const Message& message,
    [all...]
  /external/chromium/chrome/browser/printing/
print_dialog_cloud.cc 105 if (!dictionary.GetDouble(path, out_value)) {
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 302 if (tint_list->GetDouble(index, out))
683 if (color_list->GetDouble(3, &alpha)) {
    [all...]

Completed in 908 milliseconds

1 2