Home
last modified time | relevance | path

Searched refs:ScopedDisallowRunningForTesting (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Drun_loop.cc233 RunLoop::ScopedDisallowRunningForTesting::ScopedDisallowRunningForTesting() in ScopedDisallowRunningForTesting() function in base::RunLoop::ScopedDisallowRunningForTesting
242 RunLoop::ScopedDisallowRunningForTesting::~ScopedDisallowRunningForTesting() { in ~ScopedDisallowRunningForTesting()
251 RunLoop::ScopedDisallowRunningForTesting::ScopedDisallowRunningForTesting() =
253 RunLoop::ScopedDisallowRunningForTesting::~ScopedDisallowRunningForTesting() =
Drun_loop.h236 class BASE_EXPORT ScopedDisallowRunningForTesting {
238 ScopedDisallowRunningForTesting();
239 ~ScopedDisallowRunningForTesting();
247 DISALLOW_COPY_AND_ASSIGN(ScopedDisallowRunningForTesting);
/external/libchrome/base/threading/
Dthread_task_runner_handle.cc70 std::make_unique<RunLoop::ScopedDisallowRunningForTesting>(); in OverrideForTesting()
75 std::unique_ptr<RunLoop::ScopedDisallowRunningForTesting> in OverrideForTesting()