Home
last modified time | relevance | path

Searched refs:GetBrowserCountForType (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ui/
Dbrowser_list.h159 static size_t GetBrowserCountForType(Profile* p, Browser::Type type);
Dbrowser_list.cc566 size_t BrowserList::GetBrowserCountForType(Profile* p, Browser::Type type) { in GetBrowserCountForType() function in BrowserList
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc719 BrowserList::GetBrowserCountForType(profile_, Browser::TYPE_NORMAL)); in GetNormalBrowserWindowCount()