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

1 2

  /external/chromium_org/chrome/browser/ui/views/toolbar/
home_button.h 20 virtual bool GetDropFormats(
home_button.cc 149 bool HomeButton::GetDropFormats(
wrench_menu.h 67 virtual bool GetDropFormats(
browser_actions_container.h 185 virtual bool GetDropFormats(int* formats,
wrench_menu.cc     [all...]
  /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/extensions/
browser_action_overflow_menu_controller.h 64 virtual bool GetDropFormats(
browser_action_overflow_menu_controller.cc 178 bool BrowserActionOverflowMenuController::GetDropFormats(
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 85 virtual bool GetDropFormats(
bookmark_menu_controller_views.cc 108 bool BookmarkMenuController::GetDropFormats(
112 return menu_delegate_->GetDropFormats(menu, formats, custom_formats);
bookmark_menu_delegate.h 103 bool GetDropFormats(
bookmark_bar_view.h 176 virtual bool GetDropFormats(
bookmark_menu_delegate.cc 168 bool BookmarkMenuDelegate::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 188 bool SubmenuView::GetDropFormats(
192 return GetMenuItem()->GetMenuController()->GetDropFormats(this, formats,
menu_controller.h 130 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 139 virtual bool GetDropFormats(
  /external/chromium_org/ui/views/controls/textfield/
textfield.h 212 virtual bool GetDropFormats(
textfield_unittest.cc 796 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
804 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
811 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats));
    [all...]
  /external/chromium_org/ui/views/
view.h     [all...]

Completed in 654 milliseconds

1 2