Searched defs:BrowserRootView (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/frame/
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_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...]

Completed in 59 milliseconds