Searched refs:windowIsKey (Results 1 – 6 of 6) sorted by relevance
147 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function148 void setWindowIsKey(bool windowIsKey);
181 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
245 void LayoutTestController::setWindowIsKey(bool windowIsKey)247 m_windowIsKey = windowIsKey;
77 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
2538 BOOL windowIsKey = [window isKeyWindow];2539 BOOL windowOrSheetIsKey = windowIsKey || [[window attachedSheet] isKeyWindow];2544 page->focusController()->setActive(windowIsKey);
10135 (LayoutTestController::windowIsKey):