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

/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc24 const char BrowserRootView::kViewClassName[] =
25 "browser/ui/views/frame/BrowserRootView";
27 BrowserRootView::BrowserRootView(BrowserView* browser_view, function in class:BrowserRootView
33 bool BrowserRootView::GetDropFormats(
43 bool BrowserRootView::AreDropTypesRequired() {
47 bool BrowserRootView::CanDrop(const ui::OSExchangeData& data) {
59 void BrowserRootView::OnDragEntered(const ui::DropTargetEvent& event) {
68 int BrowserRootView::OnDragUpdated(const ui::DropTargetEvent& event) {
84 void BrowserRootView
[all...]
H A Dbrowser_root_view.h20 // dropping above the tabstrip BrowserRootView forwards drop events to the
22 class BrowserRootView : public views::internal::RootView { class in inherits:views::internal::RootView
28 BrowserRootView(BrowserView* browser_view, views::Widget* widget);
71 DISALLOW_COPY_AND_ASSIGN(BrowserRootView);
H A Dbrowser_frame.h17 class BrowserRootView;
123 // copy as a BrowserRootView to avoid evil casting later, when we need to call
124 // functions that only exist on BrowserRootView (versus RootView).
125 BrowserRootView* root_view_;
H A Dbrowser_frame.cc204 root_view_ = new BrowserRootView(browser_view_, this);

Completed in 1358 milliseconds