Searched refs:windowIsKey (Results 1 – 8 of 8) sorted by relevance
243 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function244 void setWindowIsKey(bool windowIsKey);
148 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
607 void LayoutTestController::setWindowIsKey(bool windowIsKey)609 m_windowIsKey = windowIsKey;
361 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
14462 (LayoutTestController::windowIsKey):
21321 Add support for layouttestcontroller.windowIsKey to Qt DRT and fix issue where
11498 Add support for layouttestcontroller.windowIsKey to Qt DRT and fix issue where