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

1 2

  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.cc 57 bool WrenchToolbarButton::GetDropFormats(
60 BrowserActionDragData::GetDropFormats(custom_formats) :
61 views::View::GetDropFormats(formats, custom_formats);
home_button.h 20 virtual bool GetDropFormats(
wrench_toolbar_button.h 38 virtual bool GetDropFormats(int* formats,
home_button.cc 149 bool HomeButton::GetDropFormats(
wrench_menu.h 72 virtual bool GetDropFormats(
browser_actions_container.h 212 virtual bool GetDropFormats(int* formats,
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 27 static bool GetDropFormats(
browser_action_drag_data.cc 29 bool BrowserActionDragData::GetDropFormats(
browser_action_overflow_menu_controller.h 67 virtual bool GetDropFormats(
browser_action_overflow_menu_controller.cc 177 bool BrowserActionOverflowMenuController::GetDropFormats(
181 return BrowserActionDragData::GetDropFormats(custom_formats);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 31 virtual bool GetDropFormats(
browser_root_view.cc 33 bool BrowserRootView::GetDropFormats(
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 86 virtual bool GetDropFormats(
bookmark_menu_controller_views.cc 106 bool BookmarkMenuController::GetDropFormats(
110 return menu_delegate_->GetDropFormats(menu, formats, custom_formats);
bookmark_menu_delegate.h 103 bool GetDropFormats(
bookmark_bar_view.h 181 virtual bool GetDropFormats(
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 74 virtual bool GetDropFormats(
113 bool TestTargetView::GetDropFormats(
164 virtual bool GetDropFormats(
219 bool MenuViewDragAndDropTest::GetDropFormats(
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 100 bool MenuDelegate::GetDropFormats(
menu_delegate.h 168 virtual bool GetDropFormats(
submenu_view.h 69 virtual bool GetDropFormats(
submenu_view.cc 198 bool SubmenuView::GetDropFormats(
202 return GetMenuItem()->GetMenuController()->GetDropFormats(this, formats,
menu_controller.h 139 bool GetDropFormats(
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 49 virtual bool GetDropFormats(
  /external/chromium_org/ui/views/widget/
drop_helper.cc 107 view->GetDropFormats(&formats, &custom_formats) &&
  /external/chromium_org/ui/app_list/views/
apps_grid_view.h 140 virtual bool GetDropFormats(

Completed in 190 milliseconds

1 2