Searched refs:DOMBrowser (Results 1 – 4 of 4) sorted by relevance
14 DOMBrowser::DOMBrowser(Profile* profile) in DOMBrowser() function in chromeos::DOMBrowser18 DOMBrowser::~DOMBrowser() { in ~DOMBrowser()22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) { in CreateForDOM()23 DOMBrowser* browser = new DOMBrowser(profile); in CreateForDOM()28 BrowserWindow* DOMBrowser::CreateBrowserWindow() { in CreateBrowserWindow()
20 class DOMBrowser : public Browser {22 explicit DOMBrowser(Profile* profile);23 virtual ~DOMBrowser();27 static DOMBrowser* CreateForDOM(Profile* profile);34 DISALLOW_COPY_AND_ASSIGN(DOMBrowser);
23 class DOMBrowser; variable79 DOMBrowser* login_screen_;
48 login_screen_ = DOMBrowser::CreateForDOM(ProfileManager::GetDefaultProfile()); in Init()