OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:open_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.h
57
open_time_
(-1),
188
int64_t
open_time_
;
member in class:plugin::FileDownloader
file_downloader.cc
76
open_time_
= NaClGetTimeOfDayMicroseconds();
164
open_time_
= NaClGetTimeOfDayMicroseconds();
216
if (
open_time_
< 0 || now <
open_time_
)
218
return (now -
open_time_
) / NACL_MICROS_PER_MILLI;
Completed in 454 milliseconds