Searched refs:DOMBrowser (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/frame/
H A Ddom_browser.cc12 // DOMBrowser: public ----------------------------------------------------------
14 DOMBrowser::DOMBrowser(Profile* profile) function in class:chromeos::DOMBrowser
18 DOMBrowser::~DOMBrowser() {
22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) {
23 DOMBrowser* browser = new DOMBrowser(profile);
28 BrowserWindow* DOMBrowser
[all...]
H A Ddom_browser.h16 // DOMBrowser is an alternate implementation of Browser that is used to display
20 class DOMBrowser : public Browser { class in namespace:chromeos
22 explicit DOMBrowser(Profile* profile);
23 virtual ~DOMBrowser();
25 // This is a factory method for creating a DOMBrowser. It is based off of the
27 static DOMBrowser* CreateForDOM(Profile* profile);
30 // Creates Window for DOMBrowser.
34 DISALLOW_COPY_AND_ASSIGN(DOMBrowser);
/external/chromium/chrome/browser/chromeos/login/
H A Ddom_login_display.h23 class DOMBrowser;
79 DOMBrowser* login_screen_;
H A Ddom_login_display.cc48 login_screen_ = DOMBrowser::CreateForDOM(ProfileManager::GetDefaultProfile());

Completed in 89 milliseconds