Searched defs:custom_formats (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.cc30 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
31 custom_formats->insert(GetBrowserActionCustomFormat());
29 GetDropFormats( std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbrowser_action_overflow_menu_controller.cc180 std::set<OSExchangeData::CustomFormat>* custom_formats) {
181 return BrowserActionDragData::GetDropFormats(custom_formats);
177 GetDropFormats( views::MenuItemView* menu, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dwrench_toolbar_button.cc58 int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
60 BrowserActionDragData::GetDropFormats(custom_formats) :
61 views::View::GetDropFormats(formats, custom_formats);
57 GetDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dhome_button.cc151 std::set<OSExchangeData::CustomFormat>* custom_formats) {
149 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbrowser_actions_container.cc436 std::set<OSExchangeData::CustomFormat>* custom_formats) {
437 return BrowserActionDragData::GetDropFormats(custom_formats);
434 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dwrench_menu.cc909 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
912 bookmark_menu_delegate_->GetDropFormats(menu, formats, custom_formats);
906 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_controller.h71 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {}
69 AppendDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dtextfield_unittest.cc855 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
971 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats));
973 EXPECT_TRUE(custom_formats
1007 std::set<OSExchangeData::CustomFormat> custom_formats; local
[all...]
H A Dtextfield.cc818 std::set<OSExchangeData::CustomFormat>* custom_formats) {
824 controller_->AppendDropFormats(formats, custom_formats);
830 std::set<OSExchangeData::CustomFormat> custom_formats; local
831 GetDropFormats(&formats, &custom_formats);
833 data.HasAnyFormat(formats, custom_formats);
816 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/widget/
H A Ddrop_helper.cc104 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/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc35 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
33 GetDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc109 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
110 return menu_delegate_->GetDropFormats(menu, formats, custom_formats);
106 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_menu_delegate.cc170 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
172 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
167 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_bar_view.cc849 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
853 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
847 GetDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc103 std::set<OSExchangeData::CustomFormat>* custom_formats) {
100 GetDropFormats( MenuItemView* menu, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dsubmenu_view.cc200 std::set<OSExchangeData::CustomFormat>* custom_formats) {
203 custom_formats);
198 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dmenu_controller.cc647 std::set<OSExchangeData::CustomFormat>* custom_formats) {
649 source->GetMenuItem(), formats, custom_formats);
644 GetDropFormats( SubmenuView* source, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dmenu_view_drag_and_drop_test.cc76 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) {
113 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
219 GetDropFormats( views::MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc992 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
990 AppendDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc909 std::set<OSExchangeData::CustomFormat>* custom_formats) {
907 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/
H A Dview.cc1231 std::set<OSExchangeData::CustomFormat>* custom_formats) {
1229 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument

Completed in 376 milliseconds