OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_canOpenWindows
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h
390
bool canOpenWindows() { return
m_canOpenWindows
; }
545
bool
m_canOpenWindows
;
/external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.h
71
bool canOpenWindows() const { return
m_canOpenWindows
; }
100
void setCanOpenWindows() {
m_canOpenWindows
= true; }
280
bool
m_canOpenWindows
;
/external/webkit/Tools/DumpRenderTree/
LayoutTestController.h
209
bool canOpenWindows() const { return
m_canOpenWindows
; }
210
void setCanOpenWindows(bool canOpenWindows) {
m_canOpenWindows
= canOpenWindows; }
366
bool
m_canOpenWindows
;
Completed in 88 milliseconds