Home | History | Annotate | Download | only in frame

Lines Matching defs:BrowserView

72 // BrowserView
77 class BrowserView : public BrowserBubbleHost,
91 explicit BrowserView(Browser* browser);
92 virtual ~BrowserView();
97 // Returns a pointer to the BrowserView* interface implementation (an
100 static BrowserView* GetBrowserViewForNativeWindow(gfx::NativeWindow window);
105 // Returns the apparent bounds of the toolbar, in BrowserView coordinates.
112 // BrowserView's parent.
126 // Takes some view's origin (relative to this BrowserView) and offsets it such
182 // Called right before displaying the system menu to allow the BrowserView
187 // Returns true if the Browser object associated with this BrowserView is a
193 // Returns true if the Browser object associated with this BrowserView is a
199 // Returns true if the Browser object associated with this BrowserView is a
208 // Returns true if the specified point(BrowserView coordinates) is in
533 // BrowserView layout (LTR one is pictured here).
664 base::RepeatingTimer<BrowserView> loading_animation_timer_;
673 DISALLOW_COPY_AND_ASSIGN(BrowserView);