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

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc22 BrowserRootView::BrowserRootView(BrowserView* browser_view, function in class:BrowserRootView
28 bool BrowserRootView::GetDropFormats(
38 bool BrowserRootView::AreDropTypesRequired() {
42 bool BrowserRootView::CanDrop(const ui::OSExchangeData& data) {
54 void BrowserRootView::OnDragEntered(const views::DropTargetEvent& event) {
63 int BrowserRootView::OnDragUpdated(const views::DropTargetEvent& event) {
79 void BrowserRootView::OnDragExited() {
86 int BrowserRootView::OnPerformDrop(const views::DropTargetEvent& event) {
112 void BrowserRootView
[all...]
H A Dbrowser_root_view.h21 // dropping above the tabstrip BrowserRootView forwards drop events to the
23 class BrowserRootView : public views::RootView { class in inherits:views::RootView
26 BrowserRootView(BrowserView* browser_view, views::Widget* widget);
65 DISALLOW_COPY_AND_ASSIGN(BrowserRootView);
H A Dbrowser_frame.h16 class BrowserRootView;
100 // copy as a BrowserRootView to avoid evil casting later, when we need to call
101 // functions that only exist on BrowserRootView (versus RootView).
102 BrowserRootView* root_view_;
H A Dbrowser_frame.cc62 root_view_ = new BrowserRootView(
H A Dbrowser_frame_gtk.h15 class BrowserRootView;

Completed in 66 milliseconds