OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:task_pump_
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/jingle/notifier/base/
fake_base_task.h
29
jingle_glue::TaskPump
task_pump_
;
member in class:notifier::FakeBaseTask
weak_xmpp_client_unittest.cc
35
WeakXmppClientTest() :
task_pump_
(new jingle_glue::TaskPump()) {}
65
scoped_ptr<jingle_glue::TaskPump>
task_pump_
;
member in class:notifier::__anon8608::WeakXmppClientTest
72
WeakXmppClient* weak_xmpp_client = new WeakXmppClient(
task_pump_
.get());
90
WeakXmppClient* weak_xmpp_client = new WeakXmppClient(
task_pump_
.get());
108
WeakXmppClient* weak_xmpp_client = new WeakXmppClient(
task_pump_
.get());
116
task_pump_
.reset();
xmpp_connection.cc
54
:
task_pump_
(new jingle_glue::TaskPump()),
58
// Owned by |
task_pump_
|, but is guaranteed to live at least as long
60
WeakXmppClient* weak_xmpp_client = new WeakXmppClient(
task_pump_
.get());
82
task_pump_
->Stop();
86
// of a signal from XmppClient. If we delete |
task_pump_
| here, bad
88
// (which is deleted by |
task_pump_
|) function.
89
current_message_loop->DeleteSoon(FROM_HERE,
task_pump_
.release());
fake_base_task.cc
57
// Owned by |
task_pump_
|.
59
new FakeWeakXmppClient(&
task_pump_
);
68
task_pump_
.RunTasks();
xmpp_connection.h
89
scoped_ptr<jingle_glue::TaskPump>
task_pump_
;
member in class:notifier::XmppConnection
xmpp_connection_unittest.cc
239
new jingle_glue::MockTask(xmpp_connection.
task_pump_
.get());
Completed in 59 milliseconds