Home
last modified time | relevance | path

Searched refs:isKey (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/
Dbackground_gradient_view.mm36 BOOL isKey = [[self window] isKeyWindow];
47 isKey ? ThemeService::GRADIENT_TOOLBAR :
74 BOOL isKey = [[self window] isKeyWindow];
79 isKey ? ThemeService::COLOR_TOOLBAR_STROKE :
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_shelf_view.mm16 BOOL isKey = [[self window] isKeyWindow];
19 isKey ? ThemeService::COLOR_TOOLBAR_STROKE :
25 BOOL isKey = [[self window] isKeyWindow];
41 isKey ? ThemeService::GRADIENT_TOOLBAR :
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dside_tab_strip_view.mm28 // BOOL isKey = [[self window] isKeyWindow];
/external/webkit/Tools/DumpRenderTree/qt/
DLayoutTestControllerQt.h163 void setWindowIsKey(bool isKey);
DLayoutTestControllerQt.cpp470 void LayoutTestController::setWindowIsKey(bool isKey) in setWindowIsKey() argument
472 m_drt->switchFocus(isKey); in setWindowIsKey()