OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveWatch
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/base/files/
file_path_watcher_linux.cc
47
typedef int Watch; // Watch descriptor used by AddWatch and
RemoveWatch
.
55
void
RemoveWatch
(Watch watch, FilePathWatcherImpl* watcher);
308
void InotifyReader::
RemoveWatch
(Watch watch, FilePathWatcherImpl* watcher) {
475
g_inotify_reader.Get().
RemoveWatch
(watches_[i].watch, this);
512
g_inotify_reader.Get().
RemoveWatch
(old_watch, this);
552
g_inotify_reader.Get().
RemoveWatch
(end_it->second, this);
587
g_inotify_reader.Get().
RemoveWatch
(old_watch, this);
619
g_inotify_reader.Get().
RemoveWatch
(it->first, this);
/external/chromium_org/chrome/browser/media_galleries/
gallery_watch_manager_unittest.cc
242
manager()->
RemoveWatch
(profile(), extension()->id(), id1);
249
manager()->
RemoveWatch
(profile(), extension()->id(), id1);
253
manager()->
RemoveWatch
(profile(), extension()->id(), id2);
gallery_watch_manager.cc
257
void GalleryWatchManager::
RemoveWatch
(BrowserContext* browser_context,
351
RemoveWatch
(it->browser_context, it->extension_id, it->gallery_id);
399
RemoveWatch
(pref->profile(), extension_id, pref_id);
419
RemoveWatch
(pref->profile(), *it, pref_id);
gallery_watch_manager.h
68
void
RemoveWatch
(content::BrowserContext* browser_context,
/external/chromium_org/chrome/browser/extensions/api/media_galleries/
media_galleries_api.cc
[
all
...]
Completed in 292 milliseconds