OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:watches_
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/files/
file_path_watcher_linux.cc
189
WatchVector
watches_
;
member in class:base::__anon15702::FilePathWatcherImpl
355
// Switch to task_runner() to access |
watches_
| safely.
364
if (
watches_
.empty()) {
375
// Find the entry in |
watches_
| that corresponds to |fired_watch|.
376
for (size_t i = 0; i <
watches_
.size(); ++i) {
377
const WatchEntry& watch_entry =
watches_
[i];
402
bool next_watch_may_be_for_target =
watches_
[i + 1].subdir.empty();
466
watches_
.push_back(WatchEntry(comps[i]));
467
watches_
.push_back(WatchEntry(FilePath::StringType()));
479
// Switch to the message_loop() if necessary so we can access |
watches_
|
[
all
...]
Completed in 355 milliseconds