HomeSort by relevance Sort by last modified time
    Searched full:secondary_thread_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 328 secondary_thread_.reset(new base::DelegateSimpleThread(
347 secondary_thread_->Start();
349 secondary_thread_->Join();
359 secondary_thread_.reset(NULL);
ppapi_proxy_test.h 201 // variables, including |secondary_thread_| and
233 scoped_ptr<base::DelegateSimpleThread> secondary_thread_; member in class:ppapi::proxy::PluginProxyMultiThreadTest

Completed in 406 milliseconds