Searched refs:watcher_ (Results 1 - 25 of 50) sorted by relevance

12

/external/chromium_org/ash/shell/
H A Dwindow_watcher_shelf_item_delegate.cc17 : id_(id), watcher_(watcher) {
19 DCHECK(watcher_);
26 aura::Window* window = watcher_->GetWindowByID(id_);
35 return watcher_->GetWindowByID(id_)->title();
H A Dshelf_delegate_impl.h25 void set_watcher(WindowWatcher* watcher) { watcher_ = watcher; }
39 WindowWatcher* watcher_; member in class:ash::shell::ShelfDelegateImpl
H A Dwindow_watcher.cc25 explicit WorkspaceWindowWatcher(WindowWatcher* watcher) : watcher_(watcher) {
32 new_window->AddObserver(watcher_);
37 window->RemoveObserver(watcher_);
43 panel_container->AddObserver(watcher_);
49 container->children()[i]->AddObserver(watcher_);
55 panel_container->RemoveObserver(watcher_);
61 container->children()[i]->RemoveObserver(watcher_);
65 WindowWatcher* watcher_; member in class:ash::shell::WindowWatcher::WorkspaceWindowWatcher
H A Dshelf_delegate_impl.cc18 : watcher_(watcher) {
H A Dwindow_watcher_shelf_item_delegate.h35 WindowWatcher* watcher_; member in class:ash::shell::WindowWatcherShelfItemDelegate
/external/chromium_org/net/dns/
H A Ddns_config_watcher_mac.h22 NotifyWatcherMac watcher_; member in class:net::internal::DnsConfigWatcher
H A Dnotify_watcher_mac.cc33 &watcher_,
47 watcher_.StopWatchingFileDescriptor();
H A Dnotify_watcher_mac.h40 base::MessageLoopForIO::FileDescriptorWatcher watcher_; member in class:net::NotifyWatcherMac
H A Ddns_config_service_posix.h41 scoped_ptr<Watcher> watcher_; member in class:net::internal::DnsConfigServicePosix
/external/chromium_org/base/synchronization/
H A Dwaitable_event_watcher_win.cc25 return watcher_.StartWatching(event->handle(), this);
31 watcher_.StopWatching();
H A Dwaitable_event_watcher.h37 // watcher_.StartWatching(waitable_event,
44 // base::WaitableEventWatcher watcher_;
49 // goes out of scope, the watcher_ will be destroyed, and there is no need to
96 win::ObjectWatcher watcher_; member in class:base::WaitableEventWatcher
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher_unittest.cc61 scoped_ptr<ConfigFileWatcher> watcher_; member in class:remoting::ConfigFileWatcherTest
71 watcher_.reset();
86 watcher_.reset(
108 watcher_->Watch(&delegate_);
124 watcher_->Watch(&delegate_);
/external/chromium_org/chrome/browser/chromeos/memory/
H A Dlow_memory_observer.cc108 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> watcher_; member in class:chromeos::LowMemoryObserverImpl
119 DCHECK(watcher_.get() == NULL);
130 watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher);
139 watcher_.reset(NULL);
153 DCHECK(watcher_.get());
162 watcher_.get(),
/external/chromium_org/ipc/
H A Dunix_domain_socket_util_unittest.cc45 if (watcher_.get()) {
48 watcher_.release()));
54 watcher_.reset(new base::MessageLoopForIO::FileDescriptorWatcher);
56 fd, true, base::MessageLoopForIO::WATCH_READ, watcher_.get(), this);
66 watcher_->StopWatchingFileDescriptor();
73 scoped_ptr<base::MessageLoopForIO::FileDescriptorWatcher> watcher_; member in class:__anon7978::SocketAcceptor
/external/chromium_org/chrome/tools/service_discovery_sniffer/
H A Dservice_discovery_sniffer.cc69 watcher_ = client_->CreateServiceWatcher(
75 watcher_->Start();
76 watcher_->DiscoverNewServices(false);
H A Dservice_discovery_sniffer.h54 scoped_ptr<ServiceWatcher> watcher_; member in class:local_discovery::ServiceTypePrinter
/external/chromium_org/base/files/
H A Dfile_path_watcher_win.cc73 base::win::ObjectWatcher watcher_; member in class:base::__anon2236::FilePathWatcherImpl
109 watcher_.StartWatching(handle_, this);
121 // Switch to the file thread if necessary so we can stop |watcher_|.
202 watcher_.StartWatching(handle_, this);
291 watcher_.StopWatching();
/external/chromium_org/base/message_loop/
H A Dmessage_pump_io_ios.cc14 watcher_(NULL) {
32 watcher_ = NULL;
55 watcher_->OnFileCanReadWithoutBlocking(fd);
64 watcher_->OnFileCanWriteWithoutBlocking(fd);
H A Dmessage_pump_io_ios.h78 void set_watcher(Watcher* watcher) { watcher_ = watcher; }
88 Watcher* watcher_; member in class:base::MessagePumpIOSForIO::FileDescriptorWatcher
H A Dmessage_pump_libevent.h81 void set_watcher(Watcher* watcher) { watcher_ = watcher; }
88 Watcher* watcher_; member in class:base::MessagePumpLibevent::FileDescriptorWatcher
H A Dmessage_pump_libevent.cc56 watcher_(NULL),
75 watcher_ = NULL;
96 if (!watcher_)
99 watcher_->OnFileCanReadWithoutBlocking(fd);
105 DCHECK(watcher_);
107 watcher_->OnFileCanWriteWithoutBlocking(fd);
/external/chromium_org/components/policy/core/common/
H A Dpolicy_loader_mac.h67 base::FilePathWatcher watcher_; member in class:policy::PolicyLoaderMac
/external/chromium_org/net/socket/
H A Dstream_listen_socket.h115 base::win::ObjectWatcher watcher_; member in class:net::StreamListenSocket
123 base::MessageLoopForIO::FileDescriptorWatcher watcher_; member in class:net::StreamListenSocket
H A Dstream_listen_socket.cc228 watcher_.StartWatching(socket_event_, this);
232 socket_, true, base::MessageLoopForIO::WATCH_READ, &watcher_, this);
239 watcher_.StopWatching();
241 watcher_.StopWatchingFileDescriptor();
264 watcher_.StartWatching(object, this);
/external/chromium_org/base/process/
H A Dkill_win.cc54 win::ObjectWatcher watcher_; member in class:base::__anon2393::TimerExpiredTask
60 watcher_.StartWatching(process_, this);
80 watcher_.StopWatching();

Completed in 5118 milliseconds

12