OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_testIsPending
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
TestShellMac.mm
98
ASSERT(!
m_testIsPending
);
100
m_testIsPending
= true;
121
while (
m_testIsPending
)
TestShell.h
112
bool shouldDumpFrameLoadCallbacks() const { return (m_testIsPreparing ||
m_testIsPending
) && layoutTestController()->shouldDumpFrameLoadCallbacks(); }
113
bool shouldDumpUserGestureInFrameLoadCallbacks() const { return (m_testIsPreparing ||
m_testIsPending
) && layoutTestController()->shouldDumpUserGestureInFrameLoadCallbacks(); }
114
bool shouldDumpResourceLoadCallbacks() const { return (m_testIsPreparing ||
m_testIsPending
) && layoutTestController()->shouldDumpResourceLoadCallbacks(); }
115
bool shouldDumpResourceResponseMIMETypes() const { return (m_testIsPreparing ||
m_testIsPending
) && layoutTestController()->shouldDumpResourceResponseMIMETypes(); }
184
bool
m_testIsPending
;
TestShellGtk.cpp
172
ASSERT(!
m_testIsPending
);
174
m_testIsPending
= true;
182
while (
m_testIsPending
)
TestShellWin.cpp
81
DCHECK(!
m_testIsPending
) << "cannot be used recursively";
83
m_testIsPending
= true;
105
while (
m_testIsPending
)
TestShell.cpp
95
:
m_testIsPending
(false)
298
if (!
m_testIsPending
)
300
m_testIsPending
= false;
Completed in 556 milliseconds