Home | History | Annotate | Download | only in frame

Lines Matching defs:BrowserView

83 // BrowserView
88 class BrowserView : public BrowserWindow,
102 BrowserView();
103 virtual ~BrowserView();
111 // Returns a pointer to the BrowserView* interface implementation (an
117 static BrowserView* GetBrowserViewForNativeWindow(gfx::NativeWindow window);
119 // Returns the BrowserView used for the specified Browser.
120 static BrowserView* GetBrowserViewForBrowser(const Browser* browser);
137 // Returns the apparent bounds of the toolbar, in BrowserView coordinates.
154 // Takes some view's origin (relative to this BrowserView) and offsets it such
225 // Returns true if the Browser object associated with this BrowserView is a
461 FRIEND_TEST_ALL_PREFIXES(BrowserViewTest, BrowserView);
585 // BrowserView layout (LTR one is pictured here).
698 base::RepeatingTimer<BrowserView> loading_animation_timer_;
715 mutable base::WeakPtrFactory<BrowserView> activate_modal_dialog_factory_;
717 DISALLOW_COPY_AND_ASSIGN(BrowserView);