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

1 2

  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_toolbar_button.cc 58 int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
60 BrowserActionDragData::GetDropFormats(custom_formats) :
61 views::View::GetDropFormats(formats, custom_formats);
home_button.h 22 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
wrench_toolbar_button.h 39 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
home_button.cc 151 std::set<OSExchangeData::CustomFormat>* custom_formats) {
wrench_menu.h 75 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/extensions/
browser_action_drag_data.h 28 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
browser_action_drag_data.cc 30 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
31 custom_formats->insert(GetBrowserActionCustomFormat());
browser_action_overflow_menu_controller.h 70 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
browser_action_overflow_menu_controller.cc 180 std::set<OSExchangeData::CustomFormat>* custom_formats) {
181 return BrowserActionDragData::GetDropFormats(custom_formats);
  /external/chromium_org/ui/views/controls/textfield/
textfield_controller.h 71 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {}
textfield_unittest.cc 855 std::set<OSExchangeData::CustomFormat> custom_formats; local
859 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
861 EXPECT_TRUE(custom_formats.empty());
867 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
869 EXPECT_TRUE(custom_formats.empty());
874 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats));
876 EXPECT_TRUE(custom_formats.empty());
954 std::set<OSExchangeData::CustomFormat> custom_formats; local
1007 std::set<OSExchangeData::CustomFormat> custom_formats; local
    [all...]
  /external/chromium_org/ui/views/widget/
drop_helper.cc 104 std::set<OSExchangeData::CustomFormat> custom_formats; local
107 view->GetDropFormats(&formats, &custom_formats) &&
108 data.HasAnyFormat(formats, custom_formats) &&
114 custom_formats.clear();
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.cc 102 const std::set<CustomFormat>& custom_formats) const {
117 for (std::set<CustomFormat>::const_iterator i = custom_formats.begin();
118 i != custom_formats.end(); ++i) {
os_exchange_data.h 208 // |formats| or any custom format in |custom_formats|.
210 const std::set<CustomFormat>& custom_formats) const;
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_root_view.h 33 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_menu_controller_views.h 89 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
bookmark_menu_controller_views.cc 109 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
110 return menu_delegate_->GetDropFormats(menu, formats, custom_formats);
bookmark_menu_delegate.h 106 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
bookmark_bar_view.h 183 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/
menu_view_drag_and_drop_test.cc 76 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
114 int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) {
167 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
222 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
  /external/chromium_org/ui/views/controls/menu/
menu_delegate.cc 103 std::set<OSExchangeData::CustomFormat>* custom_formats) {
menu_delegate.h 171 std::set<OSExchangeData::CustomFormat>* custom_formats);
submenu_view.h 71 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
submenu_view.cc 200 std::set<OSExchangeData::CustomFormat>* custom_formats) {
203 custom_formats);
  /external/chromium_org/ash/drag_drop/
drag_drop_interactive_uitest.cc 51 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE {

Completed in 313 milliseconds

1 2