HomeSort by relevance Sort by last modified time
    Searched refs:DOMBrowserView (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/frame/
dom_browser_view.cc 13 // DOMBrowserView, public ------------------------------------------------------
15 DOMBrowserView::DOMBrowserView(Browser* browser)
18 DOMBrowserView::~DOMBrowserView() {}
21 BrowserWindow* DOMBrowserView::CreateDOMWindow(Browser* browser) {
22 DOMBrowserView* view = new DOMBrowserView(browser);
27 void DOMBrowserView::WindowMoveOrResizeStarted() {}
29 gfx::Rect DOMBrowserView::GetToolbarBounds() const
    [all...]
dom_browser_view_layout.h 16 class DOMBrowserView;
19 // LayoutManager for DOMBrowserView, which lays out the StatusAreaView in the
26 // |[ Future Add User button] [Status Area View]| <-- DOMBrowserView
61 const DOMBrowserView* GetDOMBrowserView();
dom_browser.cc 29 return DOMBrowserView::CreateDOMWindow(this);
dom_browser_view.h 16 // DOMBrowserView overides a large number of methods that are defined in
20 class DOMBrowserView : public chromeos::BrowserView {
22 explicit DOMBrowserView(Browser* browser);
23 virtual ~DOMBrowserView();
25 // Create a DOMBrowserView for a DOMBrowser.
67 DISALLOW_COPY_AND_ASSIGN(DOMBrowserView);
dom_browser_view_layout.cc 93 const DOMBrowserView* DOMBrowserViewLayout::GetDOMBrowserView() {
94 return static_cast<DOMBrowserView*>(browser_view_);

Completed in 46 milliseconds