Home
last modified time | relevance | path

Searched refs:windowCount (Results 1 – 24 of 24) sorted by relevance

/external/webkit/Tools/GtkLauncher/
Dmain.c30 static gint windowCount = 0; variable
86 if (g_atomic_int_dec_and_test(&windowCount)) in destroyCb()
196 g_atomic_int_inc(&windowCount); in createWindow()
/external/icu4c/samples/layout/
Dlayout.cpp121 static le_int32 windowCount = 0; in WndProc() local
151 windowCount += 1; in WndProc()
343 if (--windowCount <= 0) { in WndProc()
Dclayout.c122 static le_int32 windowCount = 0; in WndProc() local
153 windowCount += 1; in WndProc()
347 if (--windowCount <= 0) { in WndProc()
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DLayoutTestController.h88 unsigned windowCount();
DLayoutTestController.cpp353 unsigned LayoutTestController::windowCount() in windowCount() function in WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/chromium/
DTestShell.h159 int windowCount();
DLayoutTestController.h130 void windowCount(const CppArgumentList&, CppVariant*);
DLayoutTestController.cpp183 bindMethod("windowCount", &LayoutTestController::windowCount); in LayoutTestController()
627 void LayoutTestController::windowCount(const CppArgumentList&, CppVariant* result) in windowCount() function in LayoutTestController
629 result->set(static_cast<int>(m_shell->windowCount())); in windowCount()
DTestShell.cpp644 int TestShell::windowCount() in windowCount() function in TestShell
/external/webkit/Tools/DumpRenderTree/qt/
DDumpRenderTreeQt.h98 int windowCount() const;
DLayoutTestControllerQt.h130 int windowCount();
DLayoutTestControllerQt.cpp196 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
198 return m_drt->windowCount(); in windowCount()
DDumpRenderTreeQt.cpp1119 int DumpRenderTree::windowCount() const in windowCount() function in WebCore::DumpRenderTree
/external/webkit/Tools/DumpRenderTree/wx/
DLayoutTestControllerWx.cpp169 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
DLayoutTestController.idl60 unsigned long windowCount();
/external/webkit/Tools/DumpRenderTree/
DLayoutTestController.h130 int windowCount();
DLayoutTestController.cpp1645 int windows = controller->windowCount(); in windowCountCallback()
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp387 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp881 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm639 int LayoutTestController::windowCount() function
/external/webkit/Tools/
DChangeLog-2009-06-161022 (LayoutTestController::windowCount):
5661 (LayoutTestController::windowCount):
9272 (LayoutTestController::windowCount): Implemented.
9363 (LayoutTestController::windowCount):
10404 (LayoutTestController::windowCount):
13460 (WebCore::DumpRenderTree::windowCount):
13464 (LayoutTestController::windowCount):
14175 (LayoutTestController::windowCount):
14832 (LayoutTestController::windowCount):
15019 (-[LayoutTestController windowCount]):
[all …]
DChangeLog-2010-05-2417675 for windowCount(). It also needs to delete windows that
18059 for windowCount(). It also needs to delete windows that
23595 (WebCore::DumpRenderTree::windowCount):
27548 (LayoutTestController::windowCount):
33978 (LayoutTestController::windowCount):
DChangeLog-2011-02-1625559 setCanOpenWindows, setCloseRemainingWindowsWhenComplete, and windowCount
25582 (WTR::LayoutTestController::windowCount): Added.
25586 windowCount, shouldCloseExtraWindowsAfterRunningTest, and
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-1021311 layoutTestController.windowCount().