Home
last modified time | relevance | path

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

/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h243 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function
244 void setWindowIsKey(bool windowIsKey);
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp148 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/Tools/DumpRenderTree/mac/
DDumpRenderTreeWindow.mm82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
DLayoutTestControllerMac.mm607 void LayoutTestController::setWindowIsKey(bool windowIsKey)
609 m_windowIsKey = windowIsKey;
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp361 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/Tools/
DChangeLog-2009-06-1614462 (LayoutTestController::windowIsKey):
DChangeLog-2010-05-2421321 Add support for layouttestcontroller.windowIsKey to Qt DRT and fix issue where
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-1611498 Add support for layouttestcontroller.windowIsKey to Qt DRT and fix issue where