/external/chromium_org/base/timer/ |
hi_res_timer_manager_win.cc | 8 #include "base/time/time.h" 33 base::Time::EnableHighResolutionTimer(use);
|
/external/chromium_org/chrome/browser/ |
chrome_browser_field_trials_desktop.h | 9 #include "base/time/time.h" 25 const base::Time& install_time,
|
/external/chromium_org/chrome/browser/chromeos/power/ |
power_data_collector.h | 12 #include "base/time/time.h" 33 // Time when the sample was captured. We use base::Time instead of 36 base::Time time; member in struct:chromeos::PowerDataCollector::PowerSupplySample 38 // True if connected to external power at the time of the sample. 52 // Time when the system resumed. 53 base::Time time; member in struct:chromeos::PowerDataCollector::SystemResumedSample [all...] |
/external/chromium_org/chrome/browser/history/ |
delete_directive_handler.cc | 9 #include "base/time/time.h" 39 // Compare time range directives first by start time, then by end time. 53 // Converts a Unix timestamp in microseconds to a base::Time value. 54 base::Time UnixUsecToTime(int64 usec) { 55 return base::Time::UnixEpoch() + base::TimeDelta::FromMicroseconds(usec); 58 // Converts a base::Time value to a Unix timestamp in microseconds. 59 int64 TimeToUnixUsec(base::Time time) [all...] |
/external/chromium_org/chrome/browser/local_discovery/ |
device_description.h | 10 #include "base/time/time.h" 47 base::Time last_seen;
|
/external/chromium_org/chrome/browser/password_manager/ |
native_backend_gnome_x.h | 13 #include "base/time/time.h" 91 base::Time delete_begin, 92 base::Time delete_end, 95 base::Time delete_begin, 96 base::Time delete_end, 118 // Retrieves password created/synced in the time interval. Returns |true| if 120 bool GetLoginsBetween(base::Time get_begin, 121 base::Time get_end, 125 // Removes password created/synced in the time interval. Returns |true| if th [all...] |
/external/chromium_org/chrome/browser/sync_file_system/ |
conflict_resolution_resolver.h | 12 class Time; 35 const base::Time& local_update_time, 37 const base::Time& remote_update_time);
|
/external/chromium_org/chrome/browser/ui/app_list/ |
app_list_service.cc | 12 #include "base/time/time.h" 24 base::Time GetOriginalProcessStartTime(const CommandLine& command_line) { 30 return base::Time::FromInternalValue(remote_start_time); 38 return base::Time(); 52 // The time the process that caused the app list to be shown started. This isn't 60 void RecordStartupInfo(StartupType startup_type, const base::Time& start_time) { 66 base::Time start_time( 67 base::Time::FromInternalValue(g_original_process_start_time)); 68 base::TimeDelta elapsed = base::Time::Now() - start_time [all...] |
/external/chromium_org/components/captive_portal/ |
captive_portal_detector.h | 14 #include "base/time/time.h" 75 // Returns the current time. Used only when determining time until a 77 base::Time GetCurrentTime() const; 82 // Sets current test time. Used by unit tests. 83 void set_time_for_testing(const base::Time& time) { 84 time_for_testing_ = time; 87 // Advances current test time. Used by unit tests [all...] |
/external/chromium_org/components/nacl/common/ |
pnacl_types.h | 12 #include "base/time/time.h" 27 base::Time last_modified;
|
/external/chromium_org/components/search_provider_logos/ |
google_logo_api.h | 11 #include "base/time/time.h" 25 base::Time response_time);
|
/external/chromium_org/content/public/browser/ |
plugin_data_remover.h | 10 #include "base/time/time.h" 28 virtual base::WaitableEvent* StartRemoving(base::Time begin_time) = 0;
|
/external/chromium_org/media/base/ |
scoped_histogram_timer.h | 9 #include "base/time/time.h" 11 // Scoped class which logs its time on this earth as a UMA statistic. Must be
|
/external/chromium_org/net/cert/ |
signed_tree_head.h | 11 #include "base/time/time.h" 30 base::Time timestamp;
|
x509_util_openssl.h | 17 class Time; 39 bool NET_EXPORT ParseDate(ASN1_TIME* x509_time, base::Time* time);
|
/external/chromium_org/net/proxy/ |
proxy_retry_info.h | 10 #include "base/time/time.h" 18 // We should not retry until this time.
|
/external/chromium_org/net/quic/ |
quic_clock.cc | 7 #include "base/time/time.h" 27 return QuicWallTime::FromUNIXSeconds(base::Time::Now().ToTimeT());
|
/external/chromium_org/net/tools/gdig/ |
file_net_log.h | 12 #include "base/time/time.h" 32 base::Time first_event_time_;
|
/external/chromium_org/net/tools/quic/ |
quic_epoll_clock.h | 19 // Clock to efficiently retrieve an approximately accurate time from an 26 // Returns the approximate current time as a QuicTime object. 29 // Returns the current time as a QuicTime object.
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector/ |
console-call-line-numbers.html | 6 console.time("Test console.time"); 7 console.timeEnd("Test console.time");
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
tmutamt.h | 14 * \brief C++ API: time unit amount object. 26 * Express a duration as a time unit and number. Patterned after Currency. 35 * given time unit. 37 * @param timeUnitField the time unit field of a time unit 51 * given time unit. 53 * @param timeUnitField the time unit field on which a time unit amount 141 * Get the time unit. 142 * @return time unit object [all...] |
/external/chromium_org/third_party/skia/src/ports/ |
SkTime_Unix.cpp | 12 #include <sys/time.h> 13 #include <time.h> 20 time(&m_time);
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
media_optimization_unittest.cc | 71 for (int time = 0; time < 2000; time += frame_time_ms_) { 83 for (int time = 0; time < 2000; time += frame_time_ms_) { 97 for (int time = 0; time < 2000; time += frame_time_ms_) { 110 for (int time = 0; time < 2000; time += frame_time_ms_) [all...] |
timing.h | 35 // Set the amount of time needed to render an image. Defaults to 10 ms. 38 // Set the minimum time the video must be delayed on the receiver to 47 // and increases/decreases the delay in proportion to the time difference. 51 // Given the actual decode time in ms and the render time in ms for a frame, 64 // filter which is used to map between timestamps and receiver system time. 66 // Returns the receiver system time when the frame with timestamp 67 // frame_timestamp should be rendered, assuming that the system time currently 71 // Returns the maximum time in ms that we can wait for a frame to become 75 // Returns the current target delay which is required delay + decode time [all...] |
/external/chromium_org/tools/android/adb_reboot/ |
adb_reboot.c | 9 #include <time.h> 35 time(&ct); 37 /* File was not touched for some time. */
|