Searched refs:OnDragUpdated (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dhome_button.h24 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
H A Dwrench_toolbar_button.h43 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
H A Dwrench_toolbar_button.cc89 int WrenchToolbarButton::OnDragUpdated(const ui::DropTargetEvent& event) { function in class:WrenchToolbarButton
H A Dhome_button.cc160 int HomeButton::OnDragUpdated(const ui::DropTargetEvent& event) { function in class:HomeButton
H A Dbrowser_actions_container_browsertest.cc172 container->OnDragUpdated(target_event);
198 container->OnDragUpdated(target_event2);
223 container->OnDragUpdated(target_event3);
642 overflow_bar()->OnDragUpdated(target_event);
661 main_bar()->OnDragUpdated(target_event2);
678 main_bar()->OnDragUpdated(target_event3);
H A Dbrowser_actions_container.h216 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/ui/wm/public/
H A Ddrag_drop_delegate.h23 // OnDragUpdated, and eventually one of OnDragExited or OnPerformDrop.
30 virtual int OnDragUpdated(const ui::DropTargetEvent& event) = 0;
36 // Invoked during a drag and drop session when OnDragUpdated returns a valid
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.h37 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
H A Dbrowser_root_view.cc68 int BrowserRootView::OnDragUpdated(const ui::DropTargetEvent& event) { function in class:BrowserRootView
76 return tabstrip()->OnDragUpdated(*mapped_event.get());
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc61 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE {
H A Ddrag_drop_controller.cc279 op = delegate->OnDragUpdated(e);
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.h75 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
H A Dsubmenu_view.cc221 int SubmenuView::OnDragUpdated(const ui::DropTargetEvent& event) { function in class:views::SubmenuView
223 return GetMenuItem()->GetMenuController()->OnDragUpdated(this, event);
H A Dmenu_controller.h146 int OnDragUpdated(SubmenuView* source, const ui::DropTargetEvent& event);
H A Dmenu_scroll_view_container.cc60 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drop_target_win.cc58 drag_operation = delegate->OnDragUpdated(*event);
H A Ddesktop_native_widget_aura.h227 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Ddrop_helper.cc148 return target_view_->OnDragUpdated(enter_event);
H A Dnative_widget_aura.h188 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_view_drag_and_drop_test.cc80 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
133 int TestTargetView::OnDragUpdated(const ui::DropTargetEvent& event) { function in class:__anon5307::TestTargetView
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.h182 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h187 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h144 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip.h258 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h226 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;

Completed in 1786 milliseconds

12