OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestingIOThreadState
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/test/base/
testing_io_thread_state.h
21
class
TestingIOThreadState
{
23
TestingIOThreadState
();
24
~
TestingIOThreadState
();
33
DISALLOW_COPY_AND_ASSIGN(
TestingIOThreadState
);
testing_io_thread_state.cc
40
TestingIOThreadState
::
TestingIOThreadState
() {
55
base::Bind(&
TestingIOThreadState
::Initialize,
63
TestingIOThreadState
::~
TestingIOThreadState
() {
67
base::Bind(&
TestingIOThreadState
::Shutdown,
81
void
TestingIOThreadState
::Initialize(const base::Closure& done) {
89
void
TestingIOThreadState
::Shutdown(const base::Closure& done) {
/external/chromium_org/chrome/browser/ui/views/frame/
test_with_browser_view.h
12
class
TestingIOThreadState
;
45
scoped_ptr<chrome::
TestingIOThreadState
> testing_io_thread_state_;
test_with_browser_view.cc
60
testing_io_thread_state_.reset(new chrome::
TestingIOThreadState
());
/external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl_unittest.cc
92
testing_io_thread_state_.reset(new chrome::
TestingIOThreadState
());
114
scoped_ptr<chrome::
TestingIOThreadState
> testing_io_thread_state_;
/external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc
69
testing_io_thread_state_.reset(new chrome::
TestingIOThreadState
());
82
scoped_ptr<chrome::
TestingIOThreadState
> testing_io_thread_state_;
/external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_proxy_process_browsertest.cc
516
chrome::
TestingIOThreadState
testing_io_thread_state;
547
chrome::
TestingIOThreadState
testing_io_thread_state;
595
chrome::
TestingIOThreadState
testing_io_thread_state;
Completed in 269 milliseconds