Searched defs:ScopedThreadStopper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/fileapi/
H A Dcopy_or_move_operation_delegate_unittest.cc140 class ScopedThreadStopper { class in namespace:content::__anon7100
142 ScopedThreadStopper(base::Thread* thread) : thread_(thread) { function in class:content::__anon7100::ScopedThreadStopper
145 ~ScopedThreadStopper() {
160 DISALLOW_COPY_AND_ASSIGN(ScopedThreadStopper);
727 ScopedThreadStopper thread_stopper(&file_thread);
783 ScopedThreadStopper thread_stopper(&file_thread);
834 ScopedThreadStopper thread_stopper(&file_thread);

Completed in 284 milliseconds