OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:orig_tab_count
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/tests/
browser_uitest.cc
103
int
orig_tab_count
= -1;
local
104
ASSERT_TRUE(window->GetTabCount(&
orig_tab_count
));
124
ASSERT_EQ(
orig_tab_count
+ 1, new_tab_count);
158
int
orig_tab_count
= -1;
local
159
ASSERT_TRUE(window->GetTabCount(&
orig_tab_count
));
180
ASSERT_EQ(
orig_tab_count
+ 1, new_tab_count);
Completed in 50 milliseconds