Searched refs:CreateForDOM (Results 1 – 3 of 3) sorted by relevance
22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) { in CreateForDOM() function in chromeos::DOMBrowser
27 static DOMBrowser* CreateForDOM(Profile* profile);
48 login_screen_ = DOMBrowser::CreateForDOM(ProfileManager::GetDefaultProfile()); in Init()