Searched refs:finish_time (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/base/ |
D | sync_socket_win.cc | 130 TimeTicks current_time, finish_time; in CancelableFileOperation() local 133 finish_time = in CancelableFileOperation() 156 : (finish_time - current_time).InMilliseconds()); in CancelableFileOperation() 188 (timeout_in_ms == INFINITE || current_time < finish_time)); in CancelableFileOperation()
|
D | sync_socket_posix.cc | 143 const TimeTicks finish_time = start_time + timeout; in ReceiveWithTimeout() local 149 timeout = finish_time - base::TimeTicks::Now()) { in ReceiveWithTimeout()
|
/external/chromium_org/mojo/examples/html_viewer/ |
D | weburlloader_impl.cc | 115 double finish_time = base::Time::Now().ToDoubleT(); in ReadMore() local 118 finish_time, in ReadMore()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | audio_sync_reader.cc | 108 const base::TimeTicks finish_time = start_time + timeout; in WaitUntilDataIsReady() local 136 timeout = finish_time - base::TimeTicks::Now(); in WaitUntilDataIsReady()
|
/external/chromium_org/components/nacl/renderer/ |
D | manifest_downloader.h | 48 double finish_time,
|
D | file_downloader.h | 55 double finish_time,
|
D | manifest_downloader.cc | 59 double finish_time, in didFinishLoading() argument
|
D | file_downloader.cc | 69 double finish_time, in didFinishLoading() argument
|
/external/chromium_org/content/renderer/p2p/ |
D | port_allocator.h | 97 double finish_time,
|
D | port_allocator.cc | 132 WebURLLoader* loader, double finish_time, in didFinishLoading() argument
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_loader_host.h | 61 double finish_time,
|
D | pepper_url_loader_host.cc | 173 double finish_time, in didFinishLoading() argument
|
D | pepper_plugin_instance_impl.h | 558 double finish_time,
|
D | pepper_plugin_instance_impl.cc | 480 double finish_time, in didFinishLoading() argument
|