OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CapturingDestructionObserver
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/threading/
thread_unittest.cc
102
class
CapturingDestructionObserver
: public MessageLoop::DestructionObserver {
105
explicit
CapturingDestructionObserver
(EventList* event_list)
231
CapturingDestructionObserver
loop_destruction_observer(&captured_events);
/external/chromium_org/base/threading/
thread_unittest.cc
91
class
CapturingDestructionObserver
95
explicit
CapturingDestructionObserver
(EventList* event_list)
216
CapturingDestructionObserver
loop_destruction_observer(&captured_events);
Completed in 439 milliseconds