Home
last modified time | relevance | path

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

12

/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/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()
Dpref_service.h202 double GetDouble(const char* path) const;
/external/chromium/chrome/browser/extensions/
Dextension_tts_api_util.cc31 if (!dict->GetDouble(key, ret_value)) in ReadNumberByKey()
Dextension_cookies_unittest.cc132 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/
Dapp_launcher_handler.cc334 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()
Dntp_resource_cache.cc366 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()
Dshown_sections_handler.cc95 CHECK(args->GetDouble(0, &mode_double)); in HandleSetShownSections()
/external/chromium/chrome/browser/chromeos/
Dcros_settings.h61 bool GetDouble(const std::string& path, double* out_value) const;
Dcros_settings.cc184 bool CrosSettings::GetDouble(const std::string& path, in GetDouble() function in chromeos::CrosSettings
Daudio_mixer_alsa.cc394 double vol = prefs_->GetDouble(prefs::kAudioVolume); in RestoreVolumeMuteOnUIThread()
/external/chromium/chrome/browser/autofill/
Dautofill_download.cc69 preferences->GetDouble(prefs::kAutofillPositiveUploadRate); in AutofillDownloadManager()
71 preferences->GetDouble(prefs::kAutofillNegativeUploadRate); in AutofillDownloadManager()
/external/chromium/base/
Dvalues.h263 bool GetDouble(const std::string& path, double* out_value) const;
381 bool GetDouble(size_t index, double* out_value) const;
Dvalues.cc433 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
Dvalues_unittest.cc77 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/
Dreferrer.cc133 if (!subresource_list->GetDouble(index++, &rate)) in Deserialize()
/external/chromium/net/base/
Dtransport_security_state.cc366 !state->GetDouble("expiry", &expiry)) { in Deserialise()
407 if (state->GetDouble("created", &created)) { in Deserialise()
/external/chromium/chrome/browser/automation/
Dautomation_util.cc308 } else if (!cookie_dict->GetDouble("expiry", &expiry)) { in SetCookieJSON()
/external/chromium/chrome/common/
Djson_value_serializer_unittest.cc43 ASSERT_TRUE(root_dict->GetDouble("double", &double_value)); in TEST()
Djson_schema_validator.cc33 if (value->GetDouble(key, number)) in GetNumberFromDictionary()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h160 double GetDouble(const Message& message,
Dmessage.h452 virtual double GetDouble(const Message& message,
/external/chromium/chrome/browser/printing/
Dprint_dialog_cloud.cc105 if (!dictionary.GetDouble(path, out_value)) { in GetDoubleOrInt()
/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack.cc302 if (tint_list->GetDouble(index, out)) in ValidDoubleValue()
683 if (color_list->GetDouble(3, &alpha)) { in ReadColorsFromJSON()

12