/external/chromium/chrome/browser/web_resource/ |
D | promo_resource_service_unittest.cc | 59 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()
|
D | promo_resource_service.cc | 166 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/chrome/browser/prefs/ |
D | pref_member_unittest.cc | 148 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()
|
D | pref_service.h | 202 double GetDouble(const char* path) const;
|
/external/chromium/chrome/browser/extensions/ |
D | extension_tts_api_util.cc | 31 if (!dict->GetDouble(key, ret_value)) in ReadNumberByKey()
|
D | extension_cookies_unittest.cc | 132 cookie_value1->GetDouble(keys::kExpirationDateKey, &double_value)); in TEST_F() 148 cookie_value2->GetDouble(keys::kExpirationDateKey, &double_value)); in TEST_F()
|
/external/chromium/chrome/browser/ui/webui/ |
D | app_launcher_handler.cc | 334 CHECK(args->GetDouble(1, &source)); in HandleLaunchApp() 340 CHECK(args->GetDouble(6, &button)); in HandleLaunchApp() 408 CHECK(args->GetDouble(1, &launch_type)); in HandleSetLaunchType() 491 CHECK(args->GetDouble(1, &page_index)); in HandleSetPageIndex()
|
D | ntp_resource_cache.cc | 366 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoStart), in CreateNewTabHTML() 367 profile_->GetPrefs()->GetDouble(prefs::kNTPCustomLogoEnd)) ? in CreateNewTabHTML() 380 InDateRange(profile_->GetPrefs()->GetDouble(prefs::kNTPPromoStart), in CreateNewTabHTML() 381 profile_->GetPrefs()->GetDouble(prefs::kNTPPromoEnd)) ? in CreateNewTabHTML()
|
D | shown_sections_handler.cc | 95 CHECK(args->GetDouble(0, &mode_double)); in HandleSetShownSections()
|
/external/chromium/chrome/browser/chromeos/ |
D | cros_settings.h | 61 bool GetDouble(const std::string& path, double* out_value) const;
|
D | cros_settings.cc | 184 bool CrosSettings::GetDouble(const std::string& path, in GetDouble() function in chromeos::CrosSettings
|
D | audio_mixer_alsa.cc | 394 double vol = prefs_->GetDouble(prefs::kAudioVolume); in RestoreVolumeMuteOnUIThread()
|
/external/chromium/chrome/browser/autofill/ |
D | autofill_download.cc | 69 preferences->GetDouble(prefs::kAutofillPositiveUploadRate); in AutofillDownloadManager() 71 preferences->GetDouble(prefs::kAutofillNegativeUploadRate); in AutofillDownloadManager()
|
/external/chromium/base/ |
D | values.h | 263 bool GetDouble(const std::string& path, double* out_value) const; 381 bool GetDouble(size_t index, double* out_value) const;
|
D | values.cc | 433 bool DictionaryValue::GetDouble(const std::string& path, in GetDouble() function in DictionaryValue 745 bool ListValue::GetDouble(size_t index, double* out_value) const { in GetDouble() function in ListValue
|
D | values_unittest.cc | 77 ASSERT_FALSE(mixed_list->GetDouble(1, &double_value)); in TEST_F() 88 ASSERT_TRUE(mixed_list->GetDouble(2, &double_value)); in TEST_F()
|
/external/chromium/chrome/browser/net/ |
D | referrer.cc | 133 if (!subresource_list->GetDouble(index++, &rate)) in Deserialize()
|
/external/chromium/net/base/ |
D | transport_security_state.cc | 366 !state->GetDouble("expiry", &expiry)) { in Deserialise() 407 if (state->GetDouble("created", &created)) { in Deserialise()
|
/external/chromium/chrome/browser/automation/ |
D | automation_util.cc | 308 } else if (!cookie_dict->GetDouble("expiry", &expiry)) { in SetCookieJSON()
|
/external/chromium/chrome/common/ |
D | json_value_serializer_unittest.cc | 43 ASSERT_TRUE(root_dict->GetDouble("double", &double_value)); in TEST()
|
D | json_schema_validator.cc | 33 if (value->GetDouble(key, number)) in GetNumberFromDictionary()
|
/external/protobuf/src/google/protobuf/ |
D | generated_message_reflection.h | 160 double GetDouble(const Message& message,
|
D | message.h | 452 virtual double GetDouble(const Message& message,
|
/external/chromium/chrome/browser/printing/ |
D | print_dialog_cloud.cc | 105 if (!dictionary.GetDouble(path, out_value)) { in GetDoubleOrInt()
|
/external/chromium/chrome/browser/themes/ |
D | browser_theme_pack.cc | 302 if (tint_list->GetDouble(index, out)) in ValidDoubleValue() 683 if (color_list->GetDouble(3, &alpha)) { in ReadColorsFromJSON()
|