/external/webkit/Tools/GtkLauncher/ |
D | main.c | 30 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/ |
D | layout.cpp | 121 static le_int32 windowCount = 0; in WndProc() local 151 windowCount += 1; in WndProc() 343 if (--windowCount <= 0) { in WndProc()
|
D | clayout.c | 122 static le_int32 windowCount = 0; in WndProc() local 153 windowCount += 1; in WndProc() 347 if (--windowCount <= 0) { in WndProc()
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | LayoutTestController.h | 88 unsigned windowCount();
|
D | LayoutTestController.cpp | 353 unsigned LayoutTestController::windowCount() in windowCount() function in WTR::LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | TestShell.h | 159 int windowCount();
|
D | LayoutTestController.h | 130 void windowCount(const CppArgumentList&, CppVariant*);
|
D | LayoutTestController.cpp | 183 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()
|
D | TestShell.cpp | 644 int TestShell::windowCount() in windowCount() function in TestShell
|
/external/webkit/Tools/DumpRenderTree/qt/ |
D | DumpRenderTreeQt.h | 98 int windowCount() const;
|
D | LayoutTestControllerQt.h | 130 int windowCount();
|
D | LayoutTestControllerQt.cpp | 196 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController 198 return m_drt->windowCount(); in windowCount()
|
D | DumpRenderTreeQt.cpp | 1119 int DumpRenderTree::windowCount() const in windowCount() function in WebCore::DumpRenderTree
|
/external/webkit/Tools/DumpRenderTree/wx/ |
D | LayoutTestControllerWx.cpp | 169 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/ |
D | LayoutTestController.idl | 60 unsigned long windowCount();
|
/external/webkit/Tools/DumpRenderTree/ |
D | LayoutTestController.h | 130 int windowCount();
|
D | LayoutTestController.cpp | 1645 int windows = controller->windowCount(); in windowCountCallback()
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
D | LayoutTestControllerGtk.cpp | 387 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | LayoutTestControllerWin.cpp | 881 int LayoutTestController::windowCount() in windowCount() function in LayoutTestController
|
/external/webkit/Tools/DumpRenderTree/mac/ |
D | LayoutTestControllerMac.mm | 639 int LayoutTestController::windowCount() function
|
/external/webkit/Tools/ |
D | ChangeLog-2009-06-16 | 1022 (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 …]
|
D | ChangeLog-2010-05-24 | 17675 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):
|
D | ChangeLog-2011-02-16 | 25559 setCanOpenWindows, setCloseRemainingWindowsWhenComplete, and windowCount 25582 (WTR::LayoutTestController::windowCount): Added. 25586 windowCount, shouldCloseExtraWindowsAfterRunningTest, and
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 21311 layoutTestController.windowCount().
|