HomeSort by relevance Sort by last modified time
    Searched defs:windowCount (Results 1 - 12 of 12) sorted by null

  /external/icu4c/samples/layout/
clayout.c 122 static le_int32 windowCount = 0;
153 windowCount += 1;
347 if (--windowCount <= 0) {
layout.cpp 121 static le_int32 windowCount = 0;
151 windowCount += 1;
343 if (--windowCount <= 0) {
  /external/webkit/Tools/GtkLauncher/
main.c 30 static gint windowCount = 0;
86 if (g_atomic_int_dec_and_test(&windowCount))
196 g_atomic_int_inc(&windowCount);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
LayoutTestController.cpp 353 unsigned LayoutTestController::windowCount()
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.cpp 644 int TestShell::windowCount()
LayoutTestController.cpp 183 bindMethod("windowCount", &LayoutTestController::windowCount);
627 void LayoutTestController::windowCount(const CppArgumentList&, CppVariant* result)
629 result->set(static_cast<int>(m_shell->windowCount()));
    [all...]
  /external/webkit/Tools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 169 int LayoutTestController::windowCount()
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp     [all...]
LayoutTestControllerQt.cpp 196 int LayoutTestController::windowCount()
198 return m_drt->windowCount();
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 387 int LayoutTestController::windowCount()
    [all...]
  /external/webkit/Tools/DumpRenderTree/win/
LayoutTestControllerWin.cpp 881 int LayoutTestController::windowCount()
    [all...]
  /frameworks/base/services/java/com/android/server/accessibility/
AccessibilityManagerService.java     [all...]

Completed in 327 milliseconds