Searched refs:BrowserRootView (Results 1 – 5 of 5) sorted by relevance
22 BrowserRootView::BrowserRootView(BrowserView* browser_view, in BrowserRootView() function in BrowserRootView28 bool BrowserRootView::GetDropFormats( in GetDropFormats()38 bool BrowserRootView::AreDropTypesRequired() { in AreDropTypesRequired()42 bool BrowserRootView::CanDrop(const ui::OSExchangeData& data) { in CanDrop()54 void BrowserRootView::OnDragEntered(const views::DropTargetEvent& event) { in OnDragEntered()63 int BrowserRootView::OnDragUpdated(const views::DropTargetEvent& event) { in OnDragUpdated()79 void BrowserRootView::OnDragExited() { in OnDragExited()86 int BrowserRootView::OnPerformDrop(const views::DropTargetEvent& event) { in OnPerformDrop()112 void BrowserRootView::GetAccessibleState(ui::AccessibleViewState* state) { in GetAccessibleState()117 bool BrowserRootView::ShouldForwardToTabStrip( in ShouldForwardToTabStrip()[all …]
23 class BrowserRootView : public views::RootView {26 BrowserRootView(BrowserView* browser_view, views::Widget* widget);65 DISALLOW_COPY_AND_ASSIGN(BrowserRootView);
16 class BrowserRootView; variable102 BrowserRootView* root_view_;
62 root_view_ = new BrowserRootView( in DelegateCreateRootView()
15 class BrowserRootView; variable