/external/chromium_org/chrome/browser/chromeos/policy/ |
device_status_collector.h | 17 #include "base/time/time.h" 77 // Check whether the user has been idle for a certain period of time. 80 // Used instead of base::Time::Now(), to make testing possible. 81 virtual base::Time GetCurrentTime(); 91 // When changing the system time and/or timezones, it's possible to record 92 // activity time that is slightly in the future. 98 void PruneStoredActivityPeriods(base::Time base_time); 107 void AddActivePeriod(base::Time start, base::Time end) [all...] |
/external/chromium_org/chrome/browser/chromeos/ |
set_time_dialog.h | 17 // Set Time dialog for setting the system time, date and time zone.
|
/external/chromium_org/chrome/browser/component_updater/ |
url_fetcher_downloader.h | 11 #include "base/time/time.h" 45 base::Time download_start_time_;
|
/external/chromium_org/chrome/browser/history/android/ |
urls_sql_handler.cc | 10 using base::Time; 53 url_row.set_last_visit(Time::Now()); 79 // Only the title, the visit time and the vist count can be updated, since the 80 // visit count and the visit time are related. If they are not both specified, 83 // a. If the visit time changed and the visit count is not specified, the visit 85 // b. If the visit count increased and the visit time is not specified, the last 86 // visit time is set to Now. 87 // c. If the visit count is 0, it means clear the history, the last visit time 89 // d. The new visit time should great than or equal to the current one, 124 // If last visit time is changed, visit count needs increase by 1 [all...] |
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_object_enumerator.h | 11 #include "base/time/time.h" 24 base::Time LastModifiedTime();
|
/external/chromium_org/chrome/browser/media_galleries/win/ |
mtp_device_object_enumerator.cc | 29 is_index_ready_ = true; // First time calling Next(). 50 base::Time MTPDeviceObjectEnumerator::LastModifiedTime() { 53 return base::Time();
|
mtp_device_object_enumerator.h | 13 #include "base/time/time.h" 28 base::Time LastModifiedTime();
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_request_scheduler_mobile_unittest.cc | 29 base::Time::Now().ToInternalValue()); 41 base::Time old = base::Time::Now() - base::TimeDelta::FromHours(24); 59 base::Time::Now().ToInternalValue()); 84 base::Time old = base::Time::Now() - base::TimeDelta::FromHours(24); 111 base::Time old = base::Time::Now() - base::TimeDelta::FromHours(24); 130 // Simulate letting time pass. 131 const base::Time last_fetch_time = base::Time::FromInternalValue [all...] |
/external/chromium_org/chrome/browser/policy/cloud/ |
user_policy_signin_service_mobile.cc | 14 #include "base/time/time.h" 168 base::Time last_check_time = base::Time::FromInternalValue( 170 base::Time now = base::Time::Now(); 171 base::Time next_check_time = last_check_time + retry_delay; 175 // next check time. Otherwise, delay checking until the next check time. 201 // Persist the current time as the last policy registration attempt time [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/ |
set_time.html | 12 <form id="set-time"> 18 <input id="time" type="time" i18n-values="title:timeLabel">
|
/external/chromium_org/chrome/browser/sync/test/integration/performance/ |
sync_timing_helper.h | 24 // Returns the time taken for |client| to complete a single sync cycle. 27 // Returns the time taken for both |client| and |partner| to complete a sync 32 // Returns the time taken for all clients in |clients| to complete their
|
/external/chromium_org/chrome/browser/ui/app_list/search/common/ |
webservice_search_provider.h | 10 #include "base/time/time.h" 43 base::Time last_keytyped_;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
dock_icon.h | 7 #include "base/time/time.h" 16 // The time that the icon was last updated.
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_shelf_context_menu_view.h | 11 #include "base/time/time.h" 46 // Time the menu was closed.
|
/external/chromium_org/chrome/browser/ui/views/ |
external_protocol_dialog.h | 10 #include "base/time/time.h" 51 // The time at which this dialog was created.
|
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/ |
date_time_options_handler.h | 15 // Chrome OS handler for the set date/time link in the Advanced settings page. 33 // Callback for the "showSetTime" message to show the set time dialog. No 37 // Only expose the button and dialog if the system time can be set.
|
/external/chromium_org/chrome/common/importer/ |
importer_url_row.h | 9 #include "base/time/time.h" 31 base::Time last_visit;
|
/external/chromium_org/chrome/common/media_galleries/ |
pmp_constants.h | 11 #include "base/time/time.h" 20 const base::Time::Exploded kPmpVariantTimeEpoch = {
|
/external/chromium_org/cloud_print/gcp20/prototype/ |
printer_state.h | 11 #include "base/time/time.h" 58 base::Time access_token_update;
|
/external/chromium_org/components/captive_portal/ |
captive_portal_testing_utils.cc | 33 void CaptivePortalDetectorTestBase::SetTime(const base::Time& time) { 34 detector()->set_time_for_testing(time);
|
/external/chromium_org/components/domain_reliability/ |
test_util.cc | 19 MockTimer(MockTime* time) 20 : time_(time), 24 DCHECK(time); 101 : now_(base::Time::Now()), 105 VLOG(1) << "Creating mock time: T=" << elapsed_sec() << "s"; 110 base::Time MockTime::Now() { return now_; } 120 while (!tasks_.empty() && tasks_.begin()->first.time <= target_ticks) { 125 DCHECK(now_ticks_ <= key.time); 126 DCHECK(key.time <= target_ticks); 127 AdvanceToInternal(key.time); [all...] |
/external/chromium_org/components/password_manager/core/browser/ |
login_database.h | 52 // before |delete_end|. You may use a null Time value to do an unbounded 54 bool RemoveLoginsCreatedBetween(base::Time delete_begin, 55 base::Time delete_end); 58 // before |delete_end|. You may use a null Time value to do an unbounded 60 bool RemoveLoginsSyncedBetween(base::Time delete_begin, 61 base::Time delete_end); 70 // You may use a null Time value to do an unbounded search in either 73 base::Time begin, 74 base::Time end, 78 // You may use a null Time value to do an unbounded search in eithe [all...] |
/external/chromium_org/components/policy/core/common/ |
async_policy_loader.h | 12 #include "base/time/time.h" 52 // Implementations should return the time of the last modification detected, 53 // or base::Time() if it doesn't apply, which is the default. 54 virtual base::Time LastModificationTime(); 87 // Cancels any pending periodic reload and posts one |delay| time units from 92 // LastModificationTime(). |delay| is updated with a suggested time to wait 94 bool IsSafeToReload(const base::Time& now, base::TimeDelta* delay); 106 base::Time last_modification_time_; 108 // The wall clock time at which the last modification timestamp wa [all...] |
/external/chromium_org/components/sync_driver/ |
data_type_manager_impl.h | 18 #include "base/time/time.h" 98 void DownloadReady(base::Time download_start_time, 110 // Add to |configure_time_delta_| the time since we last called 143 // The last time Restart() was called. 144 base::Time last_restart_time_; 146 // The accumulated time spent between calls to Restart() and going 169 // Types waiting for association and related time tracking info. 175 base::Time download_start_time; 176 base::Time download_ready_time [all...] |
/external/chromium_org/content/browser/ |
plugin_data_remover_impl.h | 12 #include "base/time/time.h" 23 virtual base::WaitableEvent* StartRemoving(base::Time begin_time) OVERRIDE;
|