Searched refs:start_time (Results 276 - 300 of 390) sorted by relevance

<<111213141516

/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h84 const base::Time& start_time,
H A Ddownload_manager_impl_unittest.cc241 const base::Time& start_time,
308 const base::Time& start_time,
299 CreatePersistedItem( DownloadItemImplDelegate* delegate, uint32 download_id, const base::FilePath& current_path, const base::FilePath& target_path, const std::vector<GURL>& url_chain, const GURL& referrer_url, const std::string& mime_type, const std::string& original_mime_type, const base::Time& start_time, const base::Time& end_time, const std::string& etag, const std::string& last_modified, int64 received_bytes, int64 total_bytes, DownloadItem::DownloadState state, DownloadDangerType danger_type, DownloadInterruptReason interrupt_reason, bool opened, const net::BoundNetLog& bound_net_log) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_tracer_unittest.cc35 void(const std::string& name, int64 start_time, int64 end_time));
/external/chromium_org/media/base/
H A Dtest_helpers.cc203 base::TimeDelta start_time)
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer_unittest.cc448 EXPECT_EQ(audio_start_time, demuxer_->start_time());
471 EXPECT_EQ(base::TimeDelta(), demuxer_->start_time());
509 demuxer_->start_time());
549 demuxer_->start_time());
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_entry_impl.h219 const base::TimeTicks& start_time,
H A Dsimple_entry_impl.cc684 const base::TimeTicks start_time = base::TimeTicks::Now(); local
698 start_time,
733 const base::TimeTicks start_time = base::TimeTicks::Now(); local
748 start_time,
1092 const base::TimeTicks& start_time,
1136 (base::TimeTicks::Now() - start_time));
1090 CreationOperationComplete( const CompletionCallback& completion_callback, const base::TimeTicks& start_time, scoped_ptr<SimpleEntryCreationResults> in_results, Entry** out_entry, net::NetLog::EventType end_event_type) argument
/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h369 void OnAddToEntryTimeout(base::TimeTicks start_time);
/external/chromium_org/ui/events/x/
H A Devents_x.cc339 double* start_time,
345 if (!start_time)
346 start_time = &start_time_;
351 native_event, start_time, end_time);
338 GetGestureTimes(const base::NativeEvent& native_event, double* start_time, double* end_time) argument
/external/chromium_org/v8/src/heap/
H A Dgc-tracer.h167 double start_time;
/external/iputils/
H A Dping_common.h148 extern struct timeval start_time, cur_time;
/external/fio/
H A Dio_u.c1417 offset = (io_u->start_time.tv_usec ^ boffset) & 511;
1423 end = p + 512 - sizeof(io_u->start_time);
1424 memcpy(end, &io_u->start_time, sizeof(io_u->start_time));
1517 fio_gettime(&io_u->start_time, NULL);
1569 tusec = utime_since(&io_u->start_time, &icd->time);
1825 slat_time = utime_since(&io_u->start_time, &io_u->issue_time);
/external/chromium_org/cc/animation/
H A Dlayer_animation_controller_unittest.cc104 Animation::Opacity)->start_time(),
106 Animation::Opacity)->start_time());
112 Animation::Opacity)->start_time(),
114 Animation::Opacity)->start_time());
130 const TimeTicks start_time = TicksFromSecondsF(123); local
131 controller->GetAnimation(Animation::Opacity)->set_start_time(start_time);
149 EXPECT_EQ(start_time,
151 Animation::Opacity)->start_time());
153 Animation::Opacity)->start_time(),
155 Animation::Opacity)->start_time());
[all...]
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc891 base::Time start_time,
926 base::Time start_time,
929 base::TimeDelta download_time = base::Time::Now() - start_time;
1165 base::Time start_time; member in struct:nacl::__anon6635::DownloadNexeRequest
1211 request.start_time = base::Time::Now();
1276 base::TimeDelta download_time = base::Time::Now() - request.start_time;
924 DownloadManifestToBufferCompletion(PP_Instance instance, struct PP_CompletionCallback callback, base::Time start_time, PP_NaClError pp_nacl_error, const std::string& data) argument
/external/chromium_org/base/synchronization/
H A Dcondition_variable_unittest.cc258 Time start_time; // Used to time task processing. local
287 start_time = Time::Now();
/external/chromium_org/cc/resources/
H A Dpicture_pile.cc506 base::TimeTicks start_time = stats_instrumentation->StartRecording(); local
522 stats_instrumentation->EndRecording(start_time);
/external/chromium_org/chrome/browser/autocomplete/
H A Dautocomplete_controller.cc260 base::TimeTicks start_time = base::TimeTicks::Now(); local
288 counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dchange_list_loader.cc559 const base::Time& start_time,
563 const base::TimeDelta elapsed = base::Time::Now() - start_time;
556 LoadChangeListFromServerAfterUpdate( ChangeListProcessor* change_list_processor, bool should_notify_changed_directories, const base::Time& start_time, FileError error) argument
/external/chromium_org/chrome/browser/history/
H A Ddownload_database.cc213 "start_time INTEGER NOT NULL,"
242 "( id, current_path, target_path, start_time, received_bytes, "
245 " CASE start_time WHEN 0 THEN 0 ELSE "
246 " (start_time + 11644473600) * 1000000 END, "
294 "start_time INTEGER NOT NULL," // When the download was started.
365 "start_time, received_bytes, "
368 "FROM downloads ORDER BY start_time"));
383 info->start_time = base::Time::FromInternalValue(
565 " start_time, "
577 statement_insert.BindInt64(column++, info.start_time
[all...]
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine.cc160 void DidRegisterOrigin(const base::TimeTicks& start_time, argument
163 base::TimeDelta delta(base::TimeTicks::Now() - start_time);
/external/chromium_org/chrome/test/chromedriver/
H A Delement_commands.cc41 base::TimeTicks start_time = base::TimeTicks::Now(); local
54 if (base::TimeTicks::Now() - start_time >= session->implicit_wait) {
/external/chromium_org/gpu/config/
H A Dgpu_info_collector_win.cc151 base::TimeTicks start_time = base::TimeTicks::Now(); local
156 base::TimeTicks::Now() - start_time);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Dlayout_test_runner.py116 start_time = time.time()
137 run_results.run_time = time.time() - start_time
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dtest.py575 start_time = time.time()
642 test_time=time.time() - start_time, timeout=test.timeout, error=test.error, pid=self.pid,
/external/chromium_org/third_party/webrtc/modules/video_capture/test/
H A Dvideo_capture_unittest.cc283 int64_t start_time = TickTime::MillisecondTimestamp(); local
302 EXPECT_LE(TickTime::MillisecondTimestamp() - start_time, 4000);

Completed in 7335 milliseconds

<<111213141516