Searched refs:isKey (Results 1 – 5 of 5) sorted by relevance
36 BOOL isKey = [[self window] isKeyWindow];47 isKey ? ThemeService::GRADIENT_TOOLBAR :74 BOOL isKey = [[self window] isKeyWindow];79 isKey ? ThemeService::COLOR_TOOLBAR_STROKE :
16 BOOL isKey = [[self window] isKeyWindow];19 isKey ? ThemeService::COLOR_TOOLBAR_STROKE :25 BOOL isKey = [[self window] isKeyWindow];41 isKey ? ThemeService::GRADIENT_TOOLBAR :
28 // BOOL isKey = [[self window] isKeyWindow];
163 void setWindowIsKey(bool isKey);
470 void LayoutTestController::setWindowIsKey(bool isKey) in setWindowIsKey() argument472 m_drt->switchFocus(isKey); in setWindowIsKey()