OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedDisallowRunningForTesting
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
run_loop.cc
233
RunLoop::
ScopedDisallowRunningForTesting
::
ScopedDisallowRunningForTesting
()
242
RunLoop::
ScopedDisallowRunningForTesting
::~
ScopedDisallowRunningForTesting
() {
251
RunLoop::
ScopedDisallowRunningForTesting
::
ScopedDisallowRunningForTesting
() =
253
RunLoop::
ScopedDisallowRunningForTesting
::~
ScopedDisallowRunningForTesting
() =
263
"
ScopedDisallowRunningForTesting
. Hint: if mixing "
run_loop.h
228
// Run() will DCHECK if called while there's a
ScopedDisallowRunningForTesting
236
class BASE_EXPORT
ScopedDisallowRunningForTesting
{
238
ScopedDisallowRunningForTesting
();
239
~
ScopedDisallowRunningForTesting
();
247
DISALLOW_COPY_AND_ASSIGN(
ScopedDisallowRunningForTesting
);
Completed in 749 milliseconds