Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/
DLayoutTestController.h193 bool windowIsKey() const { return m_windowIsKey; } in windowIsKey() function
194 void setWindowIsKey(bool windowIsKey);
/external/webkit/WebKitTools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp136 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTreeWindow.mm82 return gLayoutTestController ? gLayoutTestController->windowIsKey() : YES;
DLayoutTestControllerMac.mm406 void LayoutTestController::setWindowIsKey(bool windowIsKey)
408 m_windowIsKey = windowIsKey;
/external/webkit/WebKitTools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp287 void LayoutTestController::setWindowIsKey(bool windowIsKey) in setWindowIsKey() argument
/external/webkit/WebKit/qt/
DChangeLog998 Add support for layouttestcontroller.windowIsKey to Qt DRT and fix issue where
/external/webkit/WebKitTools/
DChangeLog5801 Add support for layouttestcontroller.windowIsKey to Qt DRT and fix issue where
DChangeLog-2009-06-1614462 (LayoutTestController::windowIsKey):