HomeSort by relevance Sort by last modified time
    Searched refs:OnDragUpdated (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/ui/wm/public/
drag_drop_delegate.h 23 // 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/toolbar/
home_button.h 24 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
wrench_toolbar_button.h 43 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
wrench_toolbar_button.cc 89 int WrenchToolbarButton::OnDragUpdated(const ui::DropTargetEvent& event) {
home_button.cc 160 int HomeButton::OnDragUpdated(const ui::DropTargetEvent& event) {
browser_actions_container_browsertest.cc 172 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);
browser_actions_container.h 216 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 37 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
browser_root_view.cc 68 int BrowserRootView::OnDragUpdated(const ui::DropTargetEvent& event) {
76 return tabstrip()->OnDragUpdated(*mapped_event.get());
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 75 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
submenu_view.cc 221 int SubmenuView::OnDragUpdated(const ui::DropTargetEvent& event) {
223 return GetMenuItem()->GetMenuController()->OnDragUpdated(this, event);
menu_controller.h 146 int OnDragUpdated(SubmenuView* source, const ui::DropTargetEvent& event);
menu_scroll_view_container.cc 60 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE {
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 61 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE {
drag_drop_controller.cc 279 op = delegate->OnDragUpdated(e);
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_drop_target_win.cc 58 drag_operation = delegate->OnDragUpdated(*event);
desktop_native_widget_aura.h 227 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/widget/
drop_helper.cc 148 return target_view_->OnDragUpdated(enter_event);
native_widget_aura.h 188 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 80 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
133 int TestTargetView::OnDragUpdated(const ui::DropTargetEvent& event) {
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 187 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.h 182 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_strip.h 258 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 144 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 226 virtual int OnDragUpdated(const ui::DropTargetEvent& event) OVERRIDE;

Completed in 615 milliseconds

1 2