Searched defs:windowCount (Results 1 - 11 of 11) sorted by relevance

/external/icu4c/samples/layout/
H A Dclayout.c122 static le_int32 windowCount = 0; local
153 windowCount += 1;
347 if (--windowCount <= 0) {
H A Dlayout.cpp121 static le_int32 windowCount = 0; local
151 windowCount += 1;
343 if (--windowCount <= 0) {
/external/webkit/Tools/GtkLauncher/
H A Dmain.c30 static gint windowCount = 0; variable
86 if (g_atomic_int_dec_and_test(&windowCount))
196 g_atomic_int_inc(&windowCount);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp644 int TestShell::windowCount() function in class:TestShell
H A DLayoutTestController.cpp183 bindMethod("windowCount", &LayoutTestController::windowCount);
627 void LayoutTestController::windowCount(const CppArgumentList&, CppVariant* result) function in class:LayoutTestController
629 result->set(static_cast<int>(m_shell->windowCount()));
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.cpp353 unsigned LayoutTestController::windowCount() function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp1119 int DumpRenderTree::windowCount() const function in class:WebCore::DumpRenderTree
H A DLayoutTestControllerQt.cpp196 int LayoutTestController::windowCount() function in class:LayoutTestController
198 return m_drt->windowCount();
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp387 int LayoutTestController::windowCount() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp881 int LayoutTestController::windowCount() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp169 int LayoutTestController::windowCount() function in class:LayoutTestController

Completed in 226 milliseconds