Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h163 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function
164 void setWindowIsKey(bool windowIsKey);
/external/webkit/WebKitTools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp131 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp204 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm307 void LayoutTestController::setWindowIsKey(bool windowIsKey)
309 m_windowIsKey = windowIsKey;
DDumpRenderTreeWindow.mm82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
/external/webkit/WebKitTools/
DChangeLog-2009-06-1614462 (LayoutTestController::windowIsKey):