HomeSort by relevance Sort by last modified time
    Searched defs:m_canOpenWindows (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKitTools/DumpRenderTree/qt/
LayoutTestControllerQt.h 67 bool canOpenWindows() const { return m_canOpenWindows; }
88 void setCanOpenWindows() { m_canOpenWindows = true; }
162 bool m_canOpenWindows;
  /external/webkit/WebKitTools/DumpRenderTree/
LayoutTestController.h 162 bool canOpenWindows() const { return m_canOpenWindows; }
163 void setCanOpenWindows(bool canOpenWindows) { m_canOpenWindows = canOpenWindows; }
256 bool m_canOpenWindows;

Completed in 23 milliseconds