Home
last modified time | relevance | path

Searched refs:windowIsKey (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h147 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function
148 void setWindowIsKey(bool windowIsKey);
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp181 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm245 void LayoutTestController::setWindowIsKey(bool windowIsKey)
247 m_windowIsKey = windowIsKey;
DDumpRenderTreeWindow.mm77 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
/external/webkit/WebKit/mac/WebView/
DWebView.mm2538 BOOL windowIsKey = [window isKeyWindow];
2539 BOOL windowOrSheetIsKey = windowIsKey || [[window attachedSheet] isKeyWindow];
2544 page->focusController()->setActive(windowIsKey);
/external/webkit/WebKitTools/
DChangeLog10135 (LayoutTestController::windowIsKey):