OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifier_thread_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/base/
network_change_notifier_linux.h
38
scoped_ptr<Thread>
notifier_thread_
;
member in class:net::NetworkChangeNotifierLinux
network_config_watcher_mac.h
55
scoped_ptr<base::Thread>
notifier_thread_
;
member in class:net::NetworkConfigWatcherMac
/external/chromium_org/content/browser/battery_status/
battery_status_manager_linux.cc
286
notifier_thread_
->message_loop()->PostTask(
289
base::Unretained(
notifier_thread_
.get())));
296
if (!
notifier_thread_
)
299
notifier_thread_
->message_loop()->PostTask(
302
base::Unretained(
notifier_thread_
.get())));
308
if (
notifier_thread_
)
312
notifier_thread_
.reset(new BatteryStatusNotificationThread(callback_));
313
if (!
notifier_thread_
->StartWithOptions(thread_options)) {
314
notifier_thread_
.reset();
323
scoped_ptr<BatteryStatusNotificationThread>
notifier_thread_
;
member in class:content::__anon11645::BatteryStatusManagerLinux
[
all
...]
Completed in 104 milliseconds