start_time_ 82 base/metrics/stats_counters.cc start_time_ = TimeTicks::Now(); start_time_ 96 base/metrics/stats_counters.cc return Enabled() && !start_time_.is_null() && stop_time_.is_null(); start_time_ 105 base/metrics/stats_counters.cc AddTime(stop_time_ - start_time_); start_time_ 154 base/metrics/stats_counters.h TimeTicks start_time_; start_time_ 307 base/metrics/stats_table_unittest.cc TimeTicks start_time() { return start_time_; } start_time_ 96 base/threading/watchdog.cc start_time_ = start_time; start_time_ 133 base/threading/watchdog.cc (TimeTicks::Now() - watchdog_->start_time_); start_time_ 143 base/threading/watchdog.cc if (static_data->last_debugged_alarm_time > watchdog_->start_time_) { start_time_ 146 base/threading/watchdog.cc watchdog_->start_time_ += static_data->last_debugged_alarm_delay; start_time_ 147 base/threading/watchdog.cc if (static_data->last_debugged_alarm_time > watchdog_->start_time_) start_time_ 87 base/threading/watchdog.h TimeTicks start_time_; // Start of epoch, and alarm after duration_. start_time_ 67 cc/animation/animation.cc start_time_(0), start_time_ 168 cc/animation/animation.cc trimmed -= start_time_ + total_paused_time_; start_time_ 214 cc/animation/animation.cc return CloneAndInitialize(run_state_, start_time_); start_time_ 223 cc/animation/animation.cc to_return->start_time_ = start_time; start_time_ 71 cc/animation/animation.h double start_time() const { return start_time_; } start_time_ 72 cc/animation/animation.h void set_start_time(double monotonic_time) { start_time_ = monotonic_time; } start_time_ 73 cc/animation/animation.h bool has_set_start_time() const { return !!start_time_; } start_time_ 152 cc/animation/animation.h double start_time_; start_time_ 69 cc/input/page_scale_animation.cc start_time_(-1.0), start_time_ 166 cc/input/page_scale_animation.cc return start_time_ >= 0; start_time_ 170 cc/input/page_scale_animation.cc DCHECK_GT(0, start_time_); start_time_ 171 cc/input/page_scale_animation.cc start_time_ = time; start_time_ 175 cc/input/page_scale_animation.cc DCHECK_GE(start_time_, 0); start_time_ 180 cc/input/page_scale_animation.cc DCHECK_GE(start_time_, 0); start_time_ 185 cc/input/page_scale_animation.cc DCHECK_GE(start_time_, 0); start_time_ 190 cc/input/page_scale_animation.cc DCHECK_GE(start_time_, 0); start_time_ 191 cc/input/page_scale_animation.cc DCHECK_GE(time, start_time_); start_time_ 195 cc/input/page_scale_animation.cc const double normalized_time = (time - start_time_) / duration_; start_time_ 65 cc/input/page_scale_animation.h double start_time() const { return start_time_; } start_time_ 67 cc/input/page_scale_animation.h double end_time() const { return start_time_ + duration_; } start_time_ 103 cc/input/page_scale_animation.h double start_time_; start_time_ 57 cc/layers/picture_layer_impl_perftest.cc void EndTest() { elapsed_ = base::TimeTicks::HighResNow() - start_time_; } start_time_ 62 cc/layers/picture_layer_impl_perftest.cc start_time_ = base::TimeTicks::HighResNow(); start_time_ 64 cc/layers/picture_layer_impl_perftest.cc if (!start_time_.is_null() && (num_runs_ % kTimeCheckInterval) == 0) { start_time_ 65 cc/layers/picture_layer_impl_perftest.cc base::TimeDelta elapsed = base::TimeTicks::HighResNow() - start_time_; start_time_ 77 cc/layers/picture_layer_impl_perftest.cc start_time_ = base::TimeTicks(); start_time_ 101 cc/layers/picture_layer_impl_perftest.cc base::TimeTicks start_time_; start_time_ 36 cc/resources/picture_layer_tiling_perftest.cc elapsed_ = base::TimeTicks::HighResNow() - start_time_; start_time_ 42 cc/resources/picture_layer_tiling_perftest.cc start_time_ = base::TimeTicks::HighResNow(); start_time_ 44 cc/resources/picture_layer_tiling_perftest.cc if (!start_time_.is_null() && (num_runs_ % kTimeCheckInterval) == 0) { start_time_ 45 cc/resources/picture_layer_tiling_perftest.cc base::TimeDelta elapsed = base::TimeTicks::HighResNow() - start_time_; start_time_ 55 cc/resources/picture_layer_tiling_perftest.cc start_time_ = base::TimeTicks(); start_time_ 67 cc/resources/picture_layer_tiling_perftest.cc start_time_ = base::TimeTicks(); start_time_ 86 cc/resources/picture_layer_tiling_perftest.cc start_time_ = base::TimeTicks(); start_time_ 122 cc/resources/picture_layer_tiling_perftest.cc start_time_ = base::TimeTicks(); start_time_ 152 cc/resources/picture_layer_tiling_perftest.cc base::TimeTicks start_time_; start_time_ 31 cc/test/lap_timer.cc void LapTimer::Start() { start_time_ = base::TimeTicks::HighResNow(); } start_time_ 47 cc/test/lap_timer.cc accumulator_ += now - start_time_; start_time_ 48 cc/test/lap_timer.cc start_time_ = now; start_time_ 49 cc/test/lap_timer.h base::TimeTicks start_time_; start_time_ 138 cc/trees/layer_tree_host_unittest_animation.cc EXPECT_LT(base::TimeTicks(), start_time_); start_time_ 155 cc/trees/layer_tree_host_unittest_animation.cc start_time_ = monotonic_time; start_time_ 157 cc/trees/layer_tree_host_unittest_animation.cc EXPECT_LT(base::TimeTicks(), start_time_); start_time_ 175 cc/trees/layer_tree_host_unittest_animation.cc base::TimeTicks start_time_; start_time_ 56 chrome/browser/chromeos/drive/change_list_loader.cc start_time_ = base::TimeTicks::Now(); start_time_ 92 chrome/browser/chromeos/drive/change_list_loader.cc base::TimeTicks::Now() - start_time_); start_time_ 102 chrome/browser/chromeos/drive/change_list_loader.cc base::TimeTicks start_time_; start_time_ 121 chrome/browser/chromeos/drive/directory_loader.cc start_time_ = base::TimeTicks::Now(); start_time_ 193 chrome/browser/chromeos/drive/directory_loader.cc base::TimeTicks::Now() - start_time_); start_time_ 204 chrome/browser/chromeos/drive/directory_loader.cc base::TimeTicks start_time_; start_time_ 20 chrome/browser/chromeos/extensions/file_manager/private_api_base.cc start_time_ = base::Time::Now(); start_time_ 29 chrome/browser/chromeos/extensions/file_manager/private_api_base.cc int64 elapsed = (base::Time::Now() - start_time_).InMilliseconds(); start_time_ 39 chrome/browser/chromeos/extensions/file_manager/private_api_base.h base::Time start_time_; start_time_ 72 chrome/browser/chromeos/first_run/first_run_controller.cc start_time_ = base::Time::Now(); start_time_ 100 chrome/browser/chromeos/first_run/first_run_controller.cc base::Time::Now() - start_time_); start_time_ 99 chrome/browser/chromeos/first_run/first_run_controller.h base::Time start_time_; start_time_ 137 chrome/browser/chromeos/login/screen_locker.cc start_time_(base::Time::Now()), start_time_ 529 chrome/browser/chromeos/login/screen_locker.cc base::TimeDelta delta = base::Time::Now() - start_time_; start_time_ 189 chrome/browser/chromeos/login/screen_locker.h base::Time start_time_; start_time_ 122 chrome/browser/chromeos/memory/oom_priority_manager.cc TimeTicks start_time_; start_time_ 129 chrome/browser/chromeos/memory/oom_priority_manager.cc start_time_ = TimeTicks::Now(); start_time_ 133 chrome/browser/chromeos/memory/oom_priority_manager.cc TimeDelta delta = TimeTicks::Now() - start_time_; start_time_ 209 chrome/browser/chromeos/memory/oom_priority_manager.cc start_time_ = TimeTicks::Now(); start_time_ 338 chrome/browser/chromeos/memory/oom_priority_manager.cc TimeDelta interval = TimeTicks::Now() - start_time_; start_time_ 542 chrome/browser/chromeos/memory/oom_priority_manager.cc start_time_ += suspend_time; start_time_ 152 chrome/browser/chromeos/memory/oom_priority_manager.h base::TimeTicks start_time_; start_time_ 24 chrome/browser/diagnostics/diagnostics_test.cc start_time_ = base::Time::Now(); start_time_ 103 chrome/browser/diagnostics/diagnostics_test.cc base::Time DiagnosticsTest::GetStartTime() const { return start_time_; } start_time_ 85 chrome/browser/diagnostics/diagnostics_test.h base::Time start_time_; start_time_ 117 chrome/browser/local_discovery/privet_traffic_detector.cc if (!start_time_.is_null()) { start_time_ 118 chrome/browser/local_discovery/privet_traffic_detector.cc base::TimeDelta time_delta = base::Time::Now() - start_time_; start_time_ 121 chrome/browser/local_discovery/privet_traffic_detector.cc start_time_ = base::Time::Now(); start_time_ 172 chrome/browser/local_discovery/privet_traffic_detector.cc base::TimeDelta time_delta = base::Time::Now() - start_time_; start_time_ 61 chrome/browser/local_discovery/privet_traffic_detector.h base::Time start_time_; start_time_ 134 chrome/browser/net/load_timing_browsertest.cc start_time_ = base::TimeTicks::Now(); start_time_ 155 chrome/browser/net/load_timing_browsertest.cc start_time_ + load_timing_deltas_.receive_headers_end.GetDelta(), start_time_ 169 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.proxy_resolve_start.ToTimeTicks(start_time_); start_time_ 171 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.proxy_resolve_end.ToTimeTicks(start_time_); start_time_ 174 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.dns_start.ToTimeTicks(start_time_); start_time_ 176 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.dns_end.ToTimeTicks(start_time_); start_time_ 178 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.connect_start.ToTimeTicks(start_time_); start_time_ 180 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.ssl_start.ToTimeTicks(start_time_); start_time_ 182 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.connect_end.ToTimeTicks(start_time_); start_time_ 193 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.send_start.ToTimeTicks(start_time_); start_time_ 195 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.send_end.ToTimeTicks(start_time_); start_time_ 197 chrome/browser/net/load_timing_browsertest.cc load_timing_deltas_.receive_headers_end.ToTimeTicks(start_time_); start_time_ 210 chrome/browser/net/load_timing_browsertest.cc base::TimeTicks start_time_; start_time_ 82 chrome/browser/notifications/extension_welcome_notification_unittest.cc : start_time_(base::Time::Now()), start_time_ 92 chrome/browser/notifications/extension_welcome_notification_unittest.cc return start_time_ + elapsed_time_; start_time_ 105 chrome/browser/notifications/extension_welcome_notification_unittest.cc base::Time GetStartTime() const { return start_time_; } start_time_ 118 chrome/browser/notifications/extension_welcome_notification_unittest.cc const base::Time start_time_; start_time_ 306 chrome/browser/prerender/prerender_contents.cc start_time_ = base::Time::Now(); start_time_ 829 chrome/browser/prerender/prerender_contents.cc if (event == COOKIE_EVENT_SEND && earliest_create_date > start_time_) start_time_ 367 chrome/browser/prerender/prerender_contents.h base::Time start_time_; start_time_ 95 chrome/browser/prerender/prerender_local_predictor.cc base::Time start_time_; // used for various time measurements start_time_ 176 chrome/browser/prerender/prerender_local_predictor.cc base::Time::Now() - start_time_); start_time_ 192 chrome/browser/prerender/prerender_local_predictor.cc base::Time start_time_; start_time_ 693 chrome/browser/prerender/prerender_local_predictor.cc info->start_time_ = base::Time::Now(); start_time_ 874 chrome/browser/prerender/prerender_local_predictor.cc base::Time::Now() - info->start_time_); start_time_ 923 chrome/browser/prerender/prerender_local_predictor.cc info->start_time_ = base::Time::Now(); start_time_ 1084 chrome/browser/prerender/prerender_local_predictor.cc base::Time::Now() - info->start_time_); start_time_ 1033 chrome/browser/prerender/prerender_manager.cc start_time_(base::TimeTicks::Now()), start_time_ 1134 chrome/browser/prerender/prerender_manager.cc base::TimeTicks::Now() - start_time_); start_time_ 495 chrome/browser/prerender/prerender_manager.h base::TimeTicks start_time_; start_time_ 436 chrome/browser/profiles/off_the_record_profile_impl.cc return start_time_; start_time_ 153 chrome/browser/profiles/off_the_record_profile_impl.h Time start_time_; start_time_ 394 chrome/browser/profiles/profile_impl.cc start_time_(Time::Now()), start_time_ 1059 chrome/browser/profiles/profile_impl.cc return start_time_; start_time_ 259 chrome/browser/profiles/profile_impl.h base::Time start_time_; start_time_ 163 chrome/browser/safe_browsing/download_protection_service.cc start_time_(base::TimeTicks::Now()), start_time_ 221 chrome/browser/safe_browsing/download_protection_service.cc base::TimeTicks start_time_; start_time_ 260 chrome/browser/safe_browsing/download_protection_service.cc base::TimeTicks::Now() - start_time_); start_time_ 448 chrome/browser/safe_browsing/download_protection_service.cc base::TimeTicks::Now() - start_time_); start_time_ 845 chrome/browser/safe_browsing/download_protection_service.cc base::TimeTicks start_time_; // Used for stats. start_time_ 73 chrome/browser/spellchecker/spellcheck_host_metrics.cc base::TimeDelta since_start = base::TimeTicks::Now() - start_time_; start_time_ 88 chrome/browser/spellchecker/spellcheck_host_metrics.h base::TimeTicks start_time_; start_time_ 1325 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc const base::Time start_time_; start_time_ 1438 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc : start_time_(base::Time::Now()) { start_time_ 1453 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc start_time_ + base::TimeDelta::FromMinutes(*running_count); start_time_ 1484 chrome/browser/sync/profile_sync_service_bookmark_unittest.cc start_time_ + base::TimeDelta::FromMinutes(*running_count); start_time_ 83 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc start_time_ = base::Time::Now(); start_time_ 135 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.cc start_time_ + base::TimeDelta::FromMinutes(base::RandUint64()); start_time_ 78 chrome/browser/ui/toolbar/recent_tabs_builder_test_helper.h base::Time start_time_; start_time_ 174 chrome/service/cloud_print/cloud_print_url_fetcher.cc ReportRequestTime(type_, base::Time::Now() - start_time_); start_time_ 242 chrome/service/cloud_print/cloud_print_url_fetcher.cc start_time_ = base::Time::Now(); start_time_ 279 chrome/service/cloud_print/cloud_print_url_fetcher.cc start_time_ = base::Time::Now(); start_time_ 168 chrome/service/cloud_print/cloud_print_url_fetcher.h base::Time start_time_; start_time_ 140 chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc Time start_time_; start_time_ 225 chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc start_time_ = Time::Now(); start_time_ 308 chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc EXPECT_TRUE(Time::Now() - start_time_ >= one_second); start_time_ 328 chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc EXPECT_TRUE(Time::Now() - start_time_ >= TimeDelta::FromMilliseconds(200)); start_time_ 34 chrome/service/cloud_print/job_status_updater.cc : start_time_(base::Time::Now()), start_time_ 57 chrome/service/cloud_print/job_status_updater.h return start_time_; start_time_ 64 chrome/service/cloud_print/job_status_updater.h base::Time start_time_; start_time_ 100 chrome/service/service_utility_process_host.cc start_time_ = base::Time::Now(); start_time_ 150 chrome/service/service_utility_process_host.cc start_time_ = base::Time::Now(); start_time_ 165 chrome/service/service_utility_process_host.cc start_time_ = base::Time::Now(); start_time_ 242 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 282 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 301 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 316 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 332 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 347 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 362 chrome/service/service_utility_process_host.cc base::Time::Now() - start_time_); start_time_ 166 chrome/service/service_utility_process_host.h base::Time start_time_; start_time_ 175 chrome/test/base/testing_profile.cc : start_time_(Time::Now()), start_time_ 194 chrome/test/base/testing_profile.cc : start_time_(Time::Now()), start_time_ 212 chrome/test/base/testing_profile.cc : start_time_(Time::Now()), start_time_ 244 chrome/test/base/testing_profile.cc : start_time_(Time::Now()), start_time_ 833 chrome/test/base/testing_profile.cc return start_time_; start_time_ 356 chrome/test/base/testing_profile.h base::Time start_time_; start_time_ 242 components/startup_metric_utils/startup_metric_utils.cc base::TimeTicks::Now() - start_time_; start_time_ 61 components/startup_metric_utils/startup_metric_utils.h : start_time_(base::TimeTicks::Now()), start_time_ 67 components/startup_metric_utils/startup_metric_utils.h const base::TimeTicks start_time_; start_time_ 159 content/browser/android/edge_effect.cc if (state_ == STATE_PULL_DECAY && current_time - start_time_ < duration_) { start_time_ 167 content/browser/android/edge_effect.cc start_time_ = current_time; start_time_ 217 content/browser/android/edge_effect.cc start_time_ = current_time; start_time_ 226 content/browser/android/edge_effect.cc start_time_ = current_time; start_time_ 262 content/browser/android/edge_effect.cc const double dt = (current_time - start_time_).InMilliseconds(); start_time_ 275 content/browser/android/edge_effect.cc start_time_ = current_time; start_time_ 291 content/browser/android/edge_effect.cc start_time_ = current_time; start_time_ 75 content/browser/android/edge_effect.h base::TimeTicks start_time_; start_time_ 145 content/browser/download/download_item_impl.cc start_time_(start_time), start_time_ 197 content/browser/download/download_item_impl.cc start_time_(info.start_time), start_time_ 252 content/browser/download/download_item_impl.cc start_time_(base::Time::Now()), start_time_ 725 content/browser/download/download_item_impl.cc return start_time_; start_time_ 499 content/browser/download/download_item_impl.h base::Time start_time_; start_time_ 139 content/browser/geolocation/network_location_request.cc start_time_ = base::TimeTicks::Now(); start_time_ 168 content/browser/geolocation/network_location_request.cc const base::TimeDelta request_time = base::TimeTicks::Now() - start_time_; start_time_ 70 content/browser/geolocation/network_location_request.h base::TimeTicks start_time_; start_time_ 270 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc base::TimeDelta GetDuration() const { return stop_time_ - start_time_; } start_time_ 280 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc base::TimeDelta start_time_; start_time_ 300 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc start_time_ = base::TimeDelta::FromMilliseconds( start_time_ 334 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc start_time_ = base::TimeDelta::FromMilliseconds( start_time_ 368 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc start_time_ = base::TimeTicks::Now(); start_time_ 369 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc time_ = start_time_; start_time_ 405 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc base::TimeDelta GetTotalTime() const { return time_ - start_time_; } start_time_ 409 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc base::TimeTicks start_time_; start_time_ 37 content/browser/renderer_host/input/synthetic_pinch_gesture.cc start_time_ = timestamp; start_time_ 139 content/browser/renderer_host/input/synthetic_pinch_gesture.cc start_time_ + base::TimeDelta::FromMicroseconds(total_duration_in_us); start_time_ 152 content/browser/renderer_host/input/synthetic_pinch_gesture.cc (timestamp - start_time_).InSecondsF(); start_time_ 59 content/browser/renderer_host/input/synthetic_pinch_gesture.h base::TimeTicks start_time_; start_time_ 57 content/browser/renderer_host/input/synthetic_tap_gesture.cc start_time_ = timestamp; start_time_ 62 content/browser/renderer_host/input/synthetic_tap_gesture.cc if (timestamp - start_time_ >= GetDuration()) { start_time_ 63 content/browser/renderer_host/input/synthetic_tap_gesture.cc Release(target, start_time_ + GetDuration()); start_time_ 43 content/browser/renderer_host/input/synthetic_tap_gesture.h base::TimeTicks start_time_; start_time_ 43 content/renderer/media/android/media_info_loader.cc start_time_ = base::TimeTicks::Now(); start_time_ 187 content/renderer/media/android/media_info_loader.cc base::TimeTicks::Now() - start_time_); start_time_ 118 content/renderer/media/android/media_info_loader.h base::TimeTicks start_time_; start_time_ 430 content/renderer/media/webmediaplayer_ms.cc start_time_ = frame->GetTimestamp(); start_time_ 440 content/renderer/media/webmediaplayer_ms.cc current_time_ = frame->GetTimestamp() - start_time_; start_time_ 181 content/renderer/media/webmediaplayer_ms.h base::TimeDelta start_time_; start_time_ 20 content/renderer/stats_collection_observer.cc DCHECK(start_time_.is_null()); start_time_ 21 content/renderer/stats_collection_observer.cc start_time_ = base::Time::Now(); start_time_ 28 content/renderer/stats_collection_observer.h const base::Time& load_start_time() { return start_time_; } start_time_ 32 content/renderer/stats_collection_observer.h base::Time start_time_; start_time_ 50 content/test/plugin/plugin_schedule_timer_test.cc start_time_ = Time::Now(); start_time_ 59 content/test/plugin/plugin_schedule_timer_test.cc (current_time - start_time_).InMilliseconds()); start_time_ 56 content/test/plugin/plugin_schedule_timer_test.h base::Time start_time_; start_time_ 65 dbus/dbus_statistics.cc : start_time_(base::Time::Now()), start_time_ 121 dbus/dbus_statistics.cc base::Time start_time() { return start_time_; } start_time_ 125 dbus/dbus_statistics.cc base::Time start_time_; start_time_ 168 gpu/command_buffer/service/gpu_tracer.cc start_time_(0), start_time_ 207 gpu/command_buffer/service/gpu_tracer.cc start_time_ = (timestamp / base::Time::kNanosecondsPerMicrosecond) + offset_; start_time_ 213 gpu/command_buffer/service/gpu_tracer.cc outputter_->Trace(name(), start_time_, end_time_); start_time_ 134 gpu/command_buffer/service/gpu_tracer.h int64 start_time_; start_time_ 487 media/audio/android/audio_android_unittest.cc return ((end_time_ - start_time_) / static_cast<double>(num_callbacks - 1)) start_time_ 511 media/audio/android/audio_android_unittest.cc start_time_ = base::TimeTicks::Now(); start_time_ 567 media/audio/android/audio_android_unittest.cc base::TimeTicks start_time_; start_time_ 670 media/audio/android/audio_android_unittest.cc start_time_ = base::TimeTicks::Now(); start_time_ 62 media/audio/fake_audio_consumer_unittest.cc start_time_ = base::TimeTicks::Now(); start_time_ 88 media/audio/fake_audio_consumer_unittest.cc base::TimeTicks start_time_; start_time_ 114 media/audio/fake_audio_consumer_unittest.cc (end_time_ - start_time_) / (source_.callbacks() - 1); start_time_ 31 media/cast/rtp_receiver/receiver_stats_unittest.cc start_time_ = testing_clock_.NowTicks(); start_time_ 56 media/cast/rtp_receiver/receiver_stats_unittest.cc base::TimeTicks start_time_; start_time_ 398 media/cast/test/end2end_unittest.cc : start_time_(), start_time_ 578 media/cast/test/end2end_unittest.cc if (start_time_.is_null()) start_time_ 579 media/cast/test/end2end_unittest.cc start_time_ = capture_time; start_time_ 580 media/cast/test/end2end_unittest.cc base::TimeDelta time_diff = capture_time - start_time_; start_time_ 623 media/cast/test/end2end_unittest.cc base::TimeTicks start_time_; start_time_ 237 media/cast/test/sender.cc start_time_(), start_time_ 274 media/cast/test/sender.cc if (start_time_.is_null()) start_time_ 275 media/cast/test/sender.cc start_time_ = clock_->NowTicks(); start_time_ 276 media/cast/test/sender.cc base::TimeDelta time_diff = clock_->NowTicks() - start_time_; start_time_ 327 media/cast/test/sender.cc base::TimeTicks start_time_; start_time_ 380 media/filters/ffmpeg_demuxer.cc start_time_(kNoTimestamp()), start_time_ 486 media/filters/ffmpeg_demuxer.cc return start_time_; start_time_ 642 media/filters/ffmpeg_demuxer.cc if (start_time_ == kNoTimestamp() || first_dts < start_time_) start_time_ 643 media/filters/ffmpeg_demuxer.cc start_time_ = first_dts; start_time_ 669 media/filters/ffmpeg_demuxer.cc if (start_time_ == kNoTimestamp()) start_time_ 670 media/filters/ffmpeg_demuxer.cc start_time_ = base::TimeDelta(); start_time_ 742 media/filters/ffmpeg_demuxer.cc media_log_->SetTimeProperty("start_time", start_time_); start_time_ 247 media/filters/ffmpeg_demuxer.h base::TimeDelta start_time_; start_time_ 236 media/midi/midi_manager_win.cc start_time_ = base::TimeTicks::Now(); start_time_ 247 media/midi/midi_manager_win.cc start_time_ = base::TimeTicks(); start_time_ 340 media/midi/midi_manager_win.cc start_time_ + base::TimeDelta::FromMilliseconds(elapsed_ms); start_time_ 354 media/midi/midi_manager_win.cc base::TimeTicks start_time_; start_time_ 32 mojo/system/test_utils.h start_time_ = base::TimeTicks::HighResNow(); start_time_ 36 mojo/system/test_utils.h return (base::TimeTicks::HighResNow() - start_time_).InMicroseconds(); start_time_ 40 mojo/system/test_utils.h base::TimeTicks start_time_; start_time_ 324 net/cert/multi_threaded_cert_verifier.cc : start_time_(base::TimeTicks::Now()), start_time_ 355 net/cert/multi_threaded_cert_verifier.cc base::TimeTicks::Now() - start_time_, start_time_ 385 net/cert/multi_threaded_cert_verifier.cc const base::TimeTicks start_time_; start_time_ 37 net/disk_cache/blockfile/in_flight_backend_io.cc start_time_ = base::TimeTicks::Now(); start_time_ 225 net/disk_cache/blockfile/in_flight_backend_io.cc return base::TimeTicks::Now() - start_time_; start_time_ 140 net/disk_cache/blockfile/in_flight_backend_io.h base::TimeTicks start_time_; start_time_ 59 net/disk_cache/blockfile/index_table_v3_unittest.cc base::Time start_time() const { return start_time_; } start_time_ 65 net/disk_cache/blockfile/index_table_v3_unittest.cc base::Time start_time_; start_time_ 94 net/disk_cache/blockfile/index_table_v3_unittest.cc start_time_ = base::Time::Now(); start_time_ 95 net/disk_cache/blockfile/index_table_v3_unittest.cc header->create_time = start_time_.ToInternalValue(); start_time_ 97 net/disk_cache/blockfile/index_table_v3_unittest.cc (start_time_ - base::TimeDelta::FromDays(20)).ToInternalValue(); start_time_ 143 net/disk_cache/blockfile/index_table_v3_unittest.cc start_time_ = other.start_time_; start_time_ 147 net/dns/dns_transaction.cc start_time_ = base::TimeTicks::Now(); start_time_ 211 net/dns/dns_transaction.cc base::TimeTicks::Now() - start_time_); start_time_ 214 net/dns/dns_transaction.cc base::TimeTicks::Now() - start_time_); start_time_ 284 net/dns/dns_transaction.cc base::TimeTicks start_time_; start_time_ 312 net/dns/dns_transaction.cc start_time_ = base::TimeTicks::Now(); start_time_ 378 net/dns/dns_transaction.cc base::TimeTicks::Now() - start_time_); start_time_ 381 net/dns/dns_transaction.cc base::TimeTicks::Now() - start_time_); start_time_ 494 net/dns/dns_transaction.cc base::TimeTicks start_time_; start_time_ 189 net/http/http_network_transaction.cc start_time_ = base::Time::Now(); start_time_ 1199 net/http/http_network_transaction.cc base::TimeDelta total_duration = response_.response_time - start_time_; start_time_ 1240 net/http/http_network_transaction.cc base::TimeDelta total_duration = base::Time::Now() - start_time_; start_time_ 317 net/http/http_network_transaction.h base::Time start_time_; start_time_ 222 net/proxy/multi_threaded_proxy_resolver.cc start_time_ = base::TimeTicks::Now(); start_time_ 282 net/proxy/multi_threaded_proxy_resolver.cc now - start_time_); start_time_ 286 net/proxy/multi_threaded_proxy_resolver.cc submitted_to_thread_time_ - start_time_); start_time_ 299 net/proxy/multi_threaded_proxy_resolver.cc base::TimeTicks start_time_; start_time_ 218 net/tools/gdig/gdig.cc base::Time start_time_; start_time_ 432 net/tools/gdig/gdig.cc start_time_ = base::Time::Now(); start_time_ 440 net/tools/gdig/gdig.cc base::TimeDelta time_since_start = base::Time::Now() - start_time_; start_time_ 482 net/tools/gdig/gdig.cc base::TimeDelta resolve_end_time = base::Time::Now() - start_time_; start_time_ 373 net/url_request/url_fetcher_impl_unittest.cc Time start_time_; start_time_ 386 net/url_request/url_fetcher_impl_unittest.cc Time start_time_; start_time_ 710 net/url_request/url_fetcher_impl_unittest.cc start_time_ = Time::Now(); start_time_ 720 net/url_request/url_fetcher_impl_unittest.cc EXPECT_TRUE(Time::Now() - start_time_ >= one_second); start_time_ 737 net/url_request/url_fetcher_impl_unittest.cc EXPECT_TRUE(Time::Now() - start_time_ >= one_second); start_time_ 748 net/url_request/url_fetcher_impl_unittest.cc start_time_ = Time::Now(); start_time_ 760 net/url_request/url_fetcher_impl_unittest.cc EXPECT_TRUE(Time::Now() - start_time_ < one_minute); start_time_ 446 net/url_request/url_request_http_job.cc start_time_ = base::TimeTicks::Now(); start_time_ 1463 net/url_request/url_request_http_job.cc if (start_time_.is_null()) start_time_ 1466 net/url_request/url_request_http_job.cc base::TimeDelta total_time = base::TimeTicks::Now() - start_time_; start_time_ 1487 net/url_request/url_request_http_job.cc start_time_ = base::TimeTicks(); start_time_ 245 net/url_request/url_request_http_job.h base::TimeTicks start_time_; start_time_ 104 third_party/tcmalloc/chromium/src/profiledata.cc start_time_ = time(NULL); start_time_ 214 third_party/tcmalloc/chromium/src/profiledata.cc start_time_ = 0; start_time_ 224 third_party/tcmalloc/chromium/src/profiledata.cc state->start_time = start_time_; start_time_ 172 third_party/tcmalloc/chromium/src/profiledata.h time_t start_time_; // Start time, or 0 start_time_ 104 third_party/tcmalloc/vendor/src/profiledata.cc start_time_ = time(NULL); start_time_ 214 third_party/tcmalloc/vendor/src/profiledata.cc start_time_ = 0; start_time_ 224 third_party/tcmalloc/vendor/src/profiledata.cc state->start_time = start_time_; start_time_ 172 third_party/tcmalloc/vendor/src/profiledata.h time_t start_time_; // Start time, or 0 start_time_ 95 ui/aura/bench/bench_main.cc : start_time_(), start_time_ 106 ui/aura/bench/bench_main.cc if (start_time_.is_null()) { start_time_ 107 ui/aura/bench/bench_main.cc start_time_ = TimeTicks::Now(); start_time_ 112 ui/aura/bench/bench_main.cc double ms = (now - start_time_).InMillisecondsF() / kFrames; start_time_ 114 ui/aura/bench/bench_main.cc start_time_ = now; start_time_ 134 ui/aura/bench/bench_main.cc TimeTicks start_time_; start_time_ 46 ui/compositor/layer_animation_sequence.cc DCHECK(start_time_ != base::TimeTicks()); start_time_ 51 ui/compositor/layer_animation_sequence.cc elements_[0]->set_requested_start_time(start_time_); start_time_ 57 ui/compositor/layer_animation_sequence.cc DCHECK(start_time_ != base::TimeTicks()); start_time_ 64 ui/compositor/layer_animation_sequence.cc last_start_ = start_time_; start_time_ 118 ui/compositor/layer_animation_sequence.cc last_start_ = start_time_; start_time_ 47 ui/compositor/layer_animation_sequence.h void set_start_time(base::TimeTicks start_time) { start_time_ = start_time; } start_time_ 48 ui/compositor/layer_animation_sequence.h base::TimeTicks start_time() const { return start_time_; } start_time_ 166 ui/compositor/layer_animation_sequence.h base::TimeTicks start_time_; start_time_ 659 ui/events/x/events_x.cc double start_time_, end_time_; start_time_ 661 ui/events/x/events_x.cc start_time = &start_time_; start_time_ 213 ui/gfx/android/scroller.cc start_time_ = start_time; start_time_ 219 ui/gfx/android/scroller.cc curr_time_ = start_time_; start_time_ 250 ui/gfx/android/scroller.cc start_time_ = start_time; start_time_ 251 ui/gfx/android/scroller.cc curr_time_ = start_time_; start_time_ 282 ui/gfx/android/scroller.cc base::TimeDelta time_passed = time - start_time_; start_time_ 291 ui/gfx/android/scroller.cc curr_time_ = start_time_ + duration_; start_time_ 359 ui/gfx/android/scroller.cc curr_time_ = start_time_ + duration_; start_time_ 368 ui/gfx/android/scroller.cc return curr_time_ - start_time_; start_time_ 126 ui/gfx/android/scroller.h base::TimeTicks start_time_; start_time_ 119 ui/gfx/animation/animation.cc start_time_ = start_time; start_time_ 80 ui/gfx/animation/animation.h base::TimeTicks start_time() const { return start_time_; } start_time_ 102 ui/gfx/animation/animation.h base::TimeTicks start_time_; start_time_ 75 ui/gfx/interpolated_transform.cc : start_time_(0.0f), start_time_ 82 ui/gfx/interpolated_transform.cc : start_time_(start_time), start_time_ 107 ui/gfx/interpolated_transform.cc DCHECK(time == time && start_time_ == start_time_ && end_time_ == end_time_); start_time_ 108 ui/gfx/interpolated_transform.cc if (time != time || start_time_ != start_time_ || end_time_ != end_time_) start_time_ 115 ui/gfx/interpolated_transform.cc DCHECK(end_time_ >= start_time_); start_time_ 117 ui/gfx/interpolated_transform.cc if (time < start_time_) start_time_ 123 ui/gfx/interpolated_transform.cc float t = (time - start_time_) / (end_time_ - start_time_); start_time_ 63 ui/gfx/interpolated_transform.h float start_time() const { return start_time_; } start_time_ 67 ui/gfx/interpolated_transform.h const float start_time_; start_time_ 257 ui/message_center/message_center_impl.cc start_time_ = base::Time::Now(); start_time_ 270 ui/message_center/message_center_impl.cc passed_ += base::Time::Now() - start_time_; start_time_ 66 ui/message_center/message_center_impl.h base::Time start_time_; start_time_ 37 ui/views/controls/throbber.cc start_time_ = Time::Now(); start_time_ 79 ui/views/controls/throbber.cc const TimeDelta elapsed_time = Time::Now() - start_time_; start_time_ 52 ui/views/controls/throbber.h base::Time start_time_; // Time when Start was called.