Home
last modified time | relevance | path

Searched refs:BrowserRootView (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
Dbrowser_root_view.cc22 BrowserRootView::BrowserRootView(BrowserView* browser_view, in BrowserRootView() function in BrowserRootView
28 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 …]
Dbrowser_root_view.h23 class BrowserRootView : public views::RootView {
26 BrowserRootView(BrowserView* browser_view, views::Widget* widget);
65 DISALLOW_COPY_AND_ASSIGN(BrowserRootView);
Dbrowser_frame.h16 class BrowserRootView; variable
102 BrowserRootView* root_view_;
Dbrowser_frame.cc62 root_view_ = new BrowserRootView( in DelegateCreateRootView()
Dbrowser_frame_gtk.h15 class BrowserRootView; variable