Searched refs:windowCount (Results 1 - 20 of 20) sorted by relevance

/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/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/WebKitTestRunner/InjectedBundle/Bindings/
H A DLayoutTestController.idl60 unsigned long windowCount();
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.h159 int windowCount();
H A DLayoutTestController.h130 void windowCount(const CppArgumentList&, CppVariant*);
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()));
H A DTestShell.cpp644 int TestShell::windowCount() function in class:TestShell
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DLayoutTestController.h88 unsigned windowCount();
H A DLayoutTestController.cpp353 unsigned LayoutTestController::windowCount() function in class:WTR::LayoutTestController
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.h98 int windowCount() const;
H A DLayoutTestControllerQt.h130 int windowCount();
H A DLayoutTestControllerQt.cpp196 int LayoutTestController::windowCount() function in class:LayoutTestController
198 return m_drt->windowCount();
H A DDumpRenderTreeQt.cpp1119 int DumpRenderTree::windowCount() const function in class:WebCore::DumpRenderTree
/external/webkit/Tools/DumpRenderTree/wx/
H A DLayoutTestControllerWx.cpp169 int LayoutTestController::windowCount() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/
H A DLayoutTestController.h130 int windowCount();
H A DLayoutTestController.cpp1645 int windows = controller->windowCount();
2302 { "windowCount", windowCountCallback, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
/external/webkit/Tools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp387 int LayoutTestController::windowCount() function in class:LayoutTestController
/external/webkit/Tools/DumpRenderTree/mac/
H A DLayoutTestControllerMac.mm639 int LayoutTestController::windowCount()
/external/webkit/Tools/DumpRenderTree/win/
H A DLayoutTestControllerWin.cpp881 int LayoutTestController::windowCount() function in class:LayoutTestController

Completed in 936 milliseconds