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

  /external/chromium_org/ppapi/proxy/
ppapi_proxy_test.cc 329 secondary_thread_.reset(new base::DelegateSimpleThread(
348 secondary_thread_->Start();
350 secondary_thread_->Join();
360 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 2129 milliseconds