/external/chromium_org/chrome/browser/chromeos/kiosk_mode/ |
mock_kiosk_mode_settings.h | 15 #include "base/time/time.h" 43 // The time to logout the user in on idle. 46 // The time to show the countdown timer for.
|
/external/chromium_org/chrome/browser/chromeos/ |
session_length_limiter_unittest.cc | 41 // A SingleThreadTaskRunner that mocks the current time and allows it to be 313 // session start time is set and the pref indicating user activity is cleared 316 // Pref indicating user activity not set. Session start time not set. 324 // Pref indicating user activity set. Session start time not set. 332 // Pref indicating user activity not set. Session start time in the future. 340 // Pref indicating user activity set. Session start time in the future. 348 // Pref indicating user activity not set. Session start time valid. 356 // Pref indicating user activity set. Session start time valid. 366 // start time and the pref indicating user activity are cleared in local state 371 // Pref indicating user activity not set. Session start time not set [all...] |
/external/chromium_org/chrome/browser/history/android/ |
visit_sql_handler.h | 11 class Time; 32 bool AddVisit(URLID url_id, const base::Time& visit_time); 34 // Add the given |visit_count| rows for |url_id|. The visit time of each row 38 const base::Time& last_visit_time);
|
/external/chromium_org/chrome/browser/media/ |
webrtc_log_util.h | 9 #include "base/time/time.h" 19 // base::time::Max(), no recent logs will be deleted, and the function is 23 const base::Time& delete_begin_time);
|
/external/chromium_org/chrome/browser/media_galleries/linux/ |
mtp_device_object_enumerator.cc | 23 is_index_ready_ = true; // First time calling Next(). 42 base::Time MTPDeviceObjectEnumerator::LastModifiedTime() { 44 return base::Time(); 45 return base::Time::FromTimeT(file_entries_[index_].modification_time());
|
/external/chromium_org/chrome/browser/metrics/variations/ |
variations_request_scheduler_mobile.h | 20 // is the PrefService that contains the time of the last fetch. 38 // The local state instance that provides the last fetch time. 44 // The time the last seed request was initiated. 45 base::Time last_request_time_;
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_histograms.h | 10 #include "base/time/time.h" 44 // Records the perceived page load time for a page - effectively the time from 52 // Records, in a histogram, the percentage of the page load time that had 53 // elapsed by the time it is swapped in. Values outside of [0, 1.0] are 57 // Records the actual pageload time of a prerender that has not been swapped 63 // Records the time from when a page starts prerendering to when the user 68 // Records the time from when a prerender is abandoned to when the user 76 // Record time between two prerender requests [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
retry_verifier.h | 8 #include "base/time/time.h" 18 // time uses rand functions. 42 base::Time last_sync_time_;
|
/external/chromium_org/chrome/common/extensions/api/ |
system_cpu.idl | 11 // The cumulative time used by userspace programs on this processor. 14 // The cumulative time used by kernel programs on this processor. 17 // The cumulative time spent idle by this processor. 20 // The total cumulative time for this processor. This value is equal to
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/messaging/timer/ |
manifest.json | 12 "default_title": "Time to current page",
|
/external/chromium_org/components/gcm_driver/ |
gcm_activity.h | 11 #include "base/time/time.h" 20 base::Time time; member in struct:gcm::Activity
|
/external/chromium_org/components/password_manager/core/browser/ |
mock_password_store.h | 38 PasswordStoreChangeList(base::Time, base::Time)); 40 PasswordStoreChangeList(base::Time, base::Time));
|
password_store_default.h | 38 base::Time delete_begin, 39 base::Time delete_end) OVERRIDE; 41 base::Time delete_begin, 42 base::Time delete_end) OVERRIDE;
|
/external/chromium_org/components/policy/core/common/ |
policy_loader_ios.h | 11 #include "base/time/time.h" 28 virtual base::Time LastModificationTime() OVERRIDE; 42 base::Time last_notification_time_;
|
/external/chromium_org/content/browser/fileapi/ |
upload_file_system_file_element_reader.h | 9 #include "base/time/time.h" 33 const base::Time& expected_modification_time); 52 const base::Time expected_modification_time_;
|
/external/chromium_org/content/browser/power_profiler/ |
power_event.h | 8 #include "base/time/time.h" 27 base::TimeTicks time; // Time that power data was read. member in struct:content::PowerEvent
|
/external/chromium_org/content/renderer/compositor_bindings/ |
web_float_animation_curve_impl.cc | 35 keyframe.time, keyframe.value, CreateTimingFunction(type))); 44 keyframe.time, 50 float WebFloatAnimationCurveImpl::getValue(double time) const { 51 return curve_->GetValue(time);
|
/external/chromium_org/content/renderer/media/ |
media_stream_audio_renderer.h | 9 #include "base/time/time.h" 32 // Time stamp that reflects the current render time. Should not be updated
|
/external/chromium_org/media/audio/ |
clockless_audio_sink.h | 9 #include "base/time/time.h" 36 // Returns the time taken to consume all the audio. 47 // Time taken in last set of Render() calls.
|
/external/chromium_org/media/cast/test/ |
skewed_tick_clock.h | 8 #include "base/time/tick_clock.h" 9 #include "base/time/time.h" 16 // of time compared to the wrapped clock. See SetSkew for how usage.
|
/external/chromium_org/media/formats/webm/ |
webm_info_parser.h | 9 #include "base/time/time.h" 30 base::Time date_utc() const { return date_utc_; } 43 base::Time date_utc_;
|
/external/chromium_org/mojo/public/cpp/bindings/lib/ |
TODO | 5 - Add compile-time asserts to verify object packing and padding.
|
/external/chromium_org/net/cookies/ |
cookie_options.h | 27 // current time was when the cookie was produced. This is used to adjust for 29 void set_server_time(const base::Time& server_time) { 33 base::Time server_time() const { return server_time_; } 37 base::Time server_time_;
|
/external/chromium_org/net/tools/quic/ |
quic_epoll_clock_test.cc | 44 base::Time start = base::Time::Now(); 46 base::Time end = base::Time::Now();
|
/external/chromium_org/ppapi/api/ |
pp_file_info.idl | 42 * such as size, type, and creation time. 62 * This value represents the creation time of the file. 67 * This value represents the last time the file was accessed. 72 * This value represents the last time the file was modified.
|