OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_shouldCloseExtraWindows
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.h
76
void setCloseRemainingWindowsWhenComplete(bool value) {
m_shouldCloseExtraWindows
= value; }
141
bool shouldCloseExtraWindowsAfterRunningTest() const { return
m_shouldCloseExtraWindows
; }
169
bool
m_shouldCloseExtraWindows
;
LayoutTestController.cpp
97
,
m_shouldCloseExtraWindows
(false)
Completed in 598 milliseconds