OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watch_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/win/
object_watcher.cc
37
ObjectWatcher::ObjectWatcher() :
watch_
(NULL) {
45
if (
watch_
) {
68
watch_
= watch;
77
if (!
watch_
)
81
DCHECK(
watch_
->origin_loop == MessageLoop::current());
85
if (!UnregisterWaitEx(
watch_
->wait_object, INVALID_HANDLE_VALUE)) {
97
watch_
->watcher = NULL;
102
if (!
watch_
->did_signal)
103
delete
watch_
;
105
watch_
= NULL
[
all
...]
object_watcher.h
87
Watch*
watch_
;
member in class:base::win::ObjectWatcher
/external/chromium/base/files/
file_path_watcher_linux.cc
125
:
watch_
(watch),
128
InotifyReader::Watch
watch_
;
member in struct:base::files::__anon1365::FilePathWatcherImpl::WatchEntry
331
if (fired_watch == watch_entry->
watch_
)
413
if (watch_entry->
watch_
!= InotifyReader::kInvalidWatch)
414
g_inotify_reader.Get().RemoveWatch(watch_entry->
watch_
, this);
436
InotifyReader::Watch old_watch = watch_entry->
watch_
;
438
watch_entry->
watch_
= g_inotify_reader.Get().AddWatch(path, this);
439
if (watch_entry->
watch_
== InotifyReader::kInvalidWatch) {
443
watch_entry->
watch_
= InotifyReader::kInvalidWatch;
446
old_watch != watch_entry->
watch_
) {
[
all
...]
/external/chromium_org/base/files/
file_path_watcher_linux.cc
127
:
watch_
(watch),
130
InotifyReader::Watch
watch_
;
member in struct:base::__anon3460::FilePathWatcherImpl::WatchEntry
325
if (fired_watch == watch_entry->
watch_
) {
424
if (watch_entry->
watch_
!= InotifyReader::kInvalidWatch)
425
g_inotify_reader.Get().RemoveWatch(watch_entry->
watch_
, this);
445
InotifyReader::Watch old_watch = watch_entry->
watch_
;
447
watch_entry->
watch_
= g_inotify_reader.Get().AddWatch(path, this);
448
if ((watch_entry->
watch_
== InotifyReader::kInvalidWatch) &&
458
watch_entry->
watch_
=
460
if (watch_entry->
watch_
!= InotifyReader::kInvalidWatch)
[
all
...]
Completed in 41 milliseconds