Searched refs:windowIsKey (Results 1 – 6 of 6) sorted by relevance
163 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function164 void setWindowIsKey(bool windowIsKey);
131 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
204 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
307 void LayoutTestController::setWindowIsKey(bool windowIsKey)309 m_windowIsKey = windowIsKey;
82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
14462 (LayoutTestController::windowIsKey):