Home
last modified time | relevance | path

Searched refs:custom_formats (Results 1 – 25 of 42) sorted by relevance

12

/external/chromium_org/ui/views/widget/
Ddrop_helper.cc104 std::set<OSExchangeData::CustomFormat> custom_formats; in CalculateTargetViewImpl() local
107 view->GetDropFormats(&formats, &custom_formats) && in CalculateTargetViewImpl()
108 data.HasAnyFormat(formats, custom_formats) && in CalculateTargetViewImpl()
114 custom_formats.clear(); in CalculateTargetViewImpl()
/external/chromium_org/chrome/browser/ui/views/toolbar/
Dwrench_toolbar_button.cc58 int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
60 BrowserActionDragData::GetDropFormats(custom_formats) : in GetDropFormats()
61 views::View::GetDropFormats(formats, custom_formats); in GetDropFormats()
Dhome_button.h22 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
Dwrench_toolbar_button.h39 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
Dwrench_menu.h75 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
Dhome_button.cc151 std::set<OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
/external/chromium_org/ui/base/dragdrop/
Dos_exchange_data.cc102 const std::set<CustomFormat>& custom_formats) const { in HasAnyFormat()
117 for (std::set<CustomFormat>::const_iterator i = custom_formats.begin(); in HasAnyFormat()
118 i != custom_formats.end(); ++i) { in HasAnyFormat()
Dos_exchange_data.h210 const std::set<CustomFormat>& custom_formats) const;
/external/chromium_org/chrome/browser/ui/views/extensions/
Dbrowser_action_drag_data.cc30 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
31 custom_formats->insert(GetBrowserActionCustomFormat()); in GetDropFormats()
Dbrowser_action_drag_data.h28 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
Dbrowser_action_overflow_menu_controller.cc180 std::set<OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
181 return BrowserActionDragData::GetDropFormats(custom_formats); in GetDropFormats()
Dbrowser_action_overflow_menu_controller.h70 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
Dmenu_view_drag_and_drop_test.cc76 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
114 int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
167 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
222 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_menu_controller_views.cc109 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
110 return menu_delegate_->GetDropFormats(menu, formats, custom_formats); in GetDropFormats()
Dbookmark_menu_controller_views.h89 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
Dbookmark_menu_delegate.h106 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
/external/chromium_org/ui/views/controls/textfield/
Dtextfield_controller.h71 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {} in AppendDropFormats() argument
Dtextfield_unittest.cc855 std::set<OSExchangeData::CustomFormat> custom_formats; in TEST_F() local
859 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats)); in TEST_F()
861 EXPECT_TRUE(custom_formats.empty()); in TEST_F()
867 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats)); in TEST_F()
869 EXPECT_TRUE(custom_formats.empty()); in TEST_F()
874 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats)); in TEST_F()
876 EXPECT_TRUE(custom_formats.empty()); in TEST_F()
954 std::set<OSExchangeData::CustomFormat> custom_formats; in TEST_F() local
971 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats)); in TEST_F()
973 EXPECT_TRUE(custom_formats.empty()); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/ui/views/frame/
Dbrowser_root_view.h33 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
Dbrowser_root_view.cc35 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
/external/chromium_org/ui/views/controls/menu/
Dmenu_delegate.cc103 std::set<OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
Dmenu_delegate.h171 std::set<OSExchangeData::CustomFormat>* custom_formats);
Dsubmenu_view.h71 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
Dsubmenu_view.cc200 std::set<OSExchangeData::CustomFormat>* custom_formats) { in GetDropFormats() argument
203 custom_formats); in GetDropFormats()
/external/chromium_org/ash/drag_drop/
Ddrag_drop_interactive_uitest.cc51 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE { in GetDropFormats() argument

12