Home
last modified time | relevance | path

Searched refs:RemoveWatcher (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/operations/
H A Dremove_watcher.cc16 RemoveWatcher::RemoveWatcher(extensions::EventRouter* event_router, in RemoveWatcher() function in chromeos::file_system_provider::operations::RemoveWatcher
26 RemoveWatcher::~RemoveWatcher() { in ~RemoveWatcher()
29 bool RemoveWatcher::Execute(int request_id) { in Execute()
47 void RemoveWatcher::OnSuccess(int /* request_id */, in OnSuccess()
54 void RemoveWatcher::OnError(int /* request_id */, in OnError()
H A Dremove_watcher.h31 class RemoveWatcher : public Operation {
33 RemoveWatcher(extensions::EventRouter* event_router,
38 ~RemoveWatcher() override;
54 DISALLOW_COPY_AND_ASSIGN(RemoveWatcher);
H A Dremove_watcher_unittest.cc58 RemoveWatcher remove_watcher( in TEST_F()
91 RemoveWatcher remove_watcher( in TEST_F()
105 RemoveWatcher remove_watcher( in TEST_F()
125 RemoveWatcher remove_watcher( in TEST_F()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/
H A DWait.cpp95 void Wait::RemoveWatcher in RemoveWatcher() function in Wait
101 if( m_pImpl->RemoveWatcher( _callback, _context ) ) in RemoveWatcher()
163 _objects[i]->RemoveWatcher( WaitMultipleCallback, waitEvent ); in Multiple()
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/
H A DWait.cpp92 void Wait::RemoveWatcher(pfnWaitNotification_t _callback, void* _context) in RemoveWatcher() function in OpenZWave::Internal::Platform::Wait
94 if (m_pImpl->RemoveWatcher(_callback, _context)) in RemoveWatcher()
151 _objects[i]->RemoveWatcher(WaitMultipleCallback, waitEvent); in Multiple()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/fileapi/
H A Dmtp_watcher_manager.cc31 void MTPWatcherManager::RemoveWatcher(const storage::FileSystemURL& url, in RemoveWatcher() function in chromeos::MTPWatcherManager
35 device_media_async_file_util_->RemoveWatcher(url, recursive, in RemoveWatcher()
H A Dmtp_watcher_manager.h30 void RemoveWatcher(const storage::FileSystemURL& url,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/file_system_provider/fileapi/
H A Dwatcher_manager.cc80 parser.file_system()->RemoveWatcher(url.origin().GetURL(), parser.file_path(), in RemoveWatcherOnUIThread()
103 void WatcherManager::RemoveWatcher(const storage::FileSystemURL& url, in RemoveWatcher() function in chromeos::file_system_provider::WatcherManager
H A Dwatcher_manager.h28 void RemoveWatcher(const storage::FileSystemURL& url,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/arc/fileapi/
H A Darc_documents_provider_watcher_manager.cc95 root->RemoveWatcher( in RemoveWatcherOnUIThread()
132 void ArcDocumentsProviderWatcherManager::RemoveWatcher( in RemoveWatcher() function in arc::ArcDocumentsProviderWatcherManager
H A Darc_documents_provider_watcher_manager.h32 void RemoveWatcher(const storage::FileSystemURL& url,
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DStateWatching.h97 void RemoveWatcher(AbstractWatcher* aWatcher) { in RemoveWatcher() function
209 aTarget.RemoveWatcher(watcher); in Unwatch()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DStateWatching.h100 void RemoveWatcher(AbstractWatcher* aWatcher) { in RemoveWatcher() function
209 aTarget.RemoveWatcher(watcher); in Unwatch()
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DStateWatching.h100 void RemoveWatcher(AbstractWatcher* aWatcher) { in RemoveWatcher() function
209 aTarget.RemoveWatcher(watcher); in Unwatch()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DStateWatching.h100 void RemoveWatcher(AbstractWatcher* aWatcher) { in RemoveWatcher() function
209 aTarget.RemoveWatcher(watcher); in Unwatch()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/storage/browser/file_system/
H A Dwatcher_manager.h52 virtual void RemoveWatcher(const FileSystemURL& url,
/dports/www/chromium-legacy/chromium-88.0.4324.182/storage/browser/file_system/
H A Dwatcher_manager.h52 virtual void RemoveWatcher(const FileSystemURL& url,
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DStateWatching.h97 void RemoveWatcher(AbstractWatcher* aWatcher) { in RemoveWatcher() function
209 aTarget.RemoveWatcher(watcher); in Unwatch()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DStateWatching.h100 void RemoveWatcher(AbstractWatcher* aWatcher) in RemoveWatcher() function
222 aTarget.RemoveWatcher(watcher); in Unwatch()
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/unix/
H A DWaitImpl.h52 bool RemoveWatcher( Wait::pfnWaitNotification_t _callback, void* _context );
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/winRT/
H A DWaitImpl.h51 bool RemoveWatcher( Wait::pfnWaitNotification_t _callback, void* _context );
/dports/comms/openzwave/open-zwave-f339aa6/cpp/src/platform/windows/
H A DWaitImpl.h51 bool RemoveWatcher( Wait::pfnWaitNotification_t _callback, void* _context );
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/winRT/
H A DWaitImpl.h56 bool RemoveWatcher(Wait::pfnWaitNotification_t _callback, void* _context);
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/windows/
H A DWaitImpl.h56 bool RemoveWatcher(Wait::pfnWaitNotification_t _callback, void* _context);
/dports/comms/openzwave-devel/open-zwave-14f2ba74/cpp/src/platform/unix/
H A DWaitImpl.h56 bool RemoveWatcher(Wait::pfnWaitNotification_t _callback, void* _context);

12345678