Searched refs:GetInt64 (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/instant/ |
D | promo_counter.cc | 83 prefs->GetInt64((pref_key_ + kInitialTimeKey).c_str()); in Init()
|
D | instant_controller.cc | 74 int64 enable_time = service->GetInt64(prefs::kInstantEnabledTime); in RecordMetrics() 117 int64 enable_time = service->GetInt64(prefs::kInstantEnabledTime); in Disable()
|
/external/chromium/chrome/browser/prefs/ |
D | pref_service.h | 234 int64 GetInt64(const char* path) const;
|
D | pref_service.cc | 565 int64 PrefService::GetInt64(const char* path) const { in GetInt64() function in PrefService
|
/external/chromium/chrome/browser/sync/ |
D | profile_sync_service_startup_unittest.cc | 106 EXPECT_EQ(0, profile_.GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in TEST_F()
|
D | profile_sync_service.cc | 346 profile_->GetPrefs()->GetInt64(prefs::kSyncLastSyncedTime)); in StartUp()
|
/external/chromium/chrome/browser/extensions/ |
D | extension_updater.cc | 525 Time last = Time::FromInternalValue(prefs_->GetInt64( in DetermineFirstCheckDelay() 544 Time saved_next = Time::FromInternalValue(prefs_->GetInt64( in DetermineFirstCheckDelay() 896 Time last = Time::FromInternalValue(prefs_->GetInt64( in TimerFired()
|
/external/protobuf/src/google/protobuf/ |
D | test_util.cc | 2314 EXPECT_EQ(102 , reflection->GetInt64 (message, F("optional_int64" ))); in ExpectAllFieldsSetViaReflection1() 2318 EXPECT_EQ(106 , reflection->GetInt64 (message, F("optional_sint64" ))); in ExpectAllFieldsSetViaReflection1() 2322 EXPECT_EQ(110 , reflection->GetInt64 (message, F("optional_sfixed64"))); in ExpectAllFieldsSetViaReflection1() 2501 EXPECT_EQ(402 , reflection->GetInt64 (message, F("default_int64" ))); in ExpectAllFieldsSetViaReflection3() 2505 EXPECT_EQ(406 , reflection->GetInt64 (message, F("default_sint64" ))); in ExpectAllFieldsSetViaReflection3() 2509 EXPECT_EQ(410 , reflection->GetInt64 (message, F("default_sfixed64"))); in ExpectAllFieldsSetViaReflection3() 2622 EXPECT_EQ(0 , reflection->GetInt64 (message, F("optional_int64" ))); in ExpectClearViaReflection() 2626 EXPECT_EQ(0 , reflection->GetInt64 (message, F("optional_sint64" ))); in ExpectClearViaReflection() 2630 EXPECT_EQ(0 , reflection->GetInt64 (message, F("optional_sfixed64"))); in ExpectClearViaReflection() 2719 EXPECT_EQ( 42 , reflection->GetInt64 (message, F("default_int64" ))); in ExpectClearViaReflection() [all …]
|
D | generated_message_reflection.h | 152 int64 GetInt64 (const Message& message,
|
D | message.h | 444 virtual int64 GetInt64 (const Message& message,
|
D | extension_set.h | 222 int64 GetInt64 (int number, int64 default_value) const;
|
/external/chromium/chrome/browser/metrics/ |
D | metrics_log.cc | 54 int64 metrics_uptime = pref->GetInt64(prefs::kUninstallMetricsUptimeSec); in GetIncrementalUptime()
|
D | metrics_service.cc | 718 if ((pref->GetInt64(prefs::kStabilityStatsBuildTime) in InitializeMetricsState() 1533 int64 value = pref->GetInt64(path); in IncrementLongPrefsValue()
|
/external/chromium/chrome/browser/ |
D | browser_main.cc | 1351 local_state->GetInt64(prefs::kUninstallMetricsInstallDate); in BrowserMain()
|