Home | History | Annotate | Download | only in chromium

Lines Matching refs:windowCount

183     bindMethod("windowCount", &LayoutTestController::windowCount);
627 void LayoutTestController::windowCount(const CppArgumentList&, CppVariant* result)
629 result->set(static_cast<int>(m_shell->windowCount()));