OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetTabbedBrowserCount
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/
chrome_main_browsertest.cc
87
ASSERT_EQ(1u, chrome::
GetTabbedBrowserCount
(browser()->profile(),
105
ASSERT_EQ(1u, chrome::
GetTabbedBrowserCount
(browser()->profile(),
117
ASSERT_EQ(1u, chrome::
GetTabbedBrowserCount
(browser()->profile(),
124
ASSERT_EQ(1u, chrome::
GetTabbedBrowserCount
(browser()->profile(),
138
ASSERT_EQ(0u, chrome::
GetTabbedBrowserCount
(profile, host_desktop_type));
153
ASSERT_EQ(1u, chrome::
GetTabbedBrowserCount
(profile, host_desktop_type));
/external/chromium_org/chrome/browser/ui/
browser_finder.h
93
size_t
GetTabbedBrowserCount
(Profile* profile, HostDesktopType type);
browser_finder.cc
207
size_t
GetTabbedBrowserCount
(Profile* profile, HostDesktopType type) {
/external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc
597
*window_count = static_cast<int>(chrome::
GetTabbedBrowserCount
(
[
all
...]
Completed in 801 milliseconds