OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_worked_notification_time_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/devtools/
devtools_file_system_indexer.h
80
base::TimeTicks
last_worked_notification_time_
;
member in class:DevToolsFileSystemIndexer::FileSystemIndexingJob
devtools_file_system_indexer.cc
444
if (!
last_worked_notification_time_
.is_null()) {
445
TimeDelta delta = current_time -
last_worked_notification_time_
;
451
last_worked_notification_time_
= current_time;
Completed in 66 milliseconds