Searched refs:ScopedDisallowRunningForTesting (Results 1 – 3 of 3) sorted by relevance
233 RunLoop::ScopedDisallowRunningForTesting::ScopedDisallowRunningForTesting() in ScopedDisallowRunningForTesting() function in base::RunLoop::ScopedDisallowRunningForTesting242 RunLoop::ScopedDisallowRunningForTesting::~ScopedDisallowRunningForTesting() { in ~ScopedDisallowRunningForTesting()251 RunLoop::ScopedDisallowRunningForTesting::ScopedDisallowRunningForTesting() =253 RunLoop::ScopedDisallowRunningForTesting::~ScopedDisallowRunningForTesting() =
236 class BASE_EXPORT ScopedDisallowRunningForTesting {238 ScopedDisallowRunningForTesting();239 ~ScopedDisallowRunningForTesting();247 DISALLOW_COPY_AND_ASSIGN(ScopedDisallowRunningForTesting);
70 std::make_unique<RunLoop::ScopedDisallowRunningForTesting>(); in OverrideForTesting()75 std::unique_ptr<RunLoop::ScopedDisallowRunningForTesting> in OverrideForTesting()