Home | History | Annotate | Download | only in frame

Lines Matching defs:DOMBrowserViewLayout

15 // DOMBrowserViewLayout public: ------------------------------------------------
17 DOMBrowserViewLayout::DOMBrowserViewLayout() : ::BrowserViewLayout() {}
19 DOMBrowserViewLayout::~DOMBrowserViewLayout() {}
21 // DOMBrowserViewLayout, ::DOMBrowserViewLayout overrides: ---------------------
23 void DOMBrowserViewLayout::Installed(views::View* host) {
28 void DOMBrowserViewLayout::ViewAdded(views::View* host,
38 int DOMBrowserViewLayout::LayoutTabStrip() {
49 int DOMBrowserViewLayout::LayoutToolbar(int top) {
53 int DOMBrowserViewLayout::LayoutBookmarkAndInfoBars(int top) {
57 bool DOMBrowserViewLayout::IsPositionInWindowCaption(const gfx::Point& point) {
61 int DOMBrowserViewLayout::NonClientHitTest(const gfx::Point& point) {
73 // DOMBrowserViewLayout private: -----------------------------------------------
75 bool DOMBrowserViewLayout::IsPointInViewsInTitleArea(const gfx::Point& point)
83 int DOMBrowserViewLayout::LayoutTitlebarComponents(const gfx::Rect& bounds) {
93 const DOMBrowserView* DOMBrowserViewLayout::GetDOMBrowserView() {