HomeSort by relevance Sort by last modified time
    Searched defs:DOMBrowser (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
dom_browser.cc 12 // DOMBrowser: public ----------------------------------------------------------
14 DOMBrowser::DOMBrowser(Profile* profile)
18 DOMBrowser::~DOMBrowser() {
22 DOMBrowser* DOMBrowser::CreateForDOM(Profile* profile) {
23 DOMBrowser* browser = new DOMBrowser(profile);
28 BrowserWindow* DOMBrowser::CreateBrowserWindow()
    [all...]
dom_browser.h 16 // DOMBrowser is an alternate implementation of Browser that is used to display
20 class DOMBrowser : public Browser {
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);

Completed in 3844 milliseconds