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

/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_builder_test_helper.cc104 for (int w = 0; w < GetWindowCount(session_index); ++w) {
122 int RecentTabsBuilderTestHelper::GetWindowCount(int session_index) { function in class:RecentTabsBuilderTestHelper
185 for (int w = 0; w < GetWindowCount(s); ++w) {
205 ASSERT_EQ(GetWindowCount(s), static_cast<int>(windows.size()));
206 for (int w = 0; w < GetWindowCount(s); ++w)
215 for (int w = 0; w < GetWindowCount(s); ++w) {

Completed in 48 milliseconds