OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_watches
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/files/
file_path_watcher_mac.cc
80
// Sets |
update_watches
| to true if |events_| need to be updated.
83
bool*
update_watches
);
87
// Sets |
update_watches
| to true if |events_| need to be updated.
90
bool*
update_watches
);
94
// Sets |
update_watches
| to true if |events_| need to be updated.
97
bool*
update_watches
);
239
bool*
update_watches
) {
246
*
update_watches
= true;
263
bool*
update_watches
) {
265
*
update_watches
= true
302
bool
update_watches
= true;
local
359
bool
update_watches
= false;
local
[
all
...]
/external/chromium_org/base/files/
file_path_watcher_kqueue.cc
92
// Sets |
update_watches
| to true if |events_| need to be updated.
95
bool*
update_watches
);
99
// Sets |
update_watches
| to true if |events_| need to be updated.
102
bool*
update_watches
);
106
// Sets |
update_watches
| to true if |events_| need to be updated.
109
bool*
update_watches
);
256
bool*
update_watches
) {
263
*
update_watches
= true;
280
bool*
update_watches
) {
282
*
update_watches
= true
318
bool
update_watches
= true;
local
375
bool
update_watches
= false;
local
[
all
...]
Completed in 2751 milliseconds