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

/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.cc792 std::set<OSExchangeData::CustomFormat> custom_formats; local
796 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
798 EXPECT_TRUE(custom_formats.empty());
804 EXPECT_FALSE(textfield_->GetDropFormats(&formats, &custom_formats));
806 EXPECT_TRUE(custom_formats.empty());
811 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats));
813 EXPECT_TRUE(custom_formats.empty());
891 std::set<OSExchangeData::CustomFormat> custom_formats; local
908 EXPECT_TRUE(textfield_->GetDropFormats(&formats, &custom_formats));
910 EXPECT_TRUE(custom_formats
944 std::set<OSExchangeData::CustomFormat> custom_formats; local
[all...]
H A Dtextfield.cc789 std::set<OSExchangeData::CustomFormat>* custom_formats) {
795 controller_->AppendDropFormats(formats, custom_formats);
801 std::set<OSExchangeData::CustomFormat> custom_formats; local
802 GetDropFormats(&formats, &custom_formats);
804 data.HasAnyFormat(formats, custom_formats);
787 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/toolbar/
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.cc307 std::set<OSExchangeData::CustomFormat>* custom_formats) {
308 custom_formats->insert(BrowserActionDragData::GetBrowserActionCustomFormat());
305 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dwrench_menu.cc1055 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
1058 bookmark_menu_delegate_->GetDropFormats(menu, formats, custom_formats);
1052 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc111 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
112 return menu_delegate_->GetDropFormats(menu, formats, custom_formats);
108 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_menu_delegate.cc171 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
173 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
168 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_bar_view.cc841 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
845 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
839 GetDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc181 std::set<OSExchangeData::CustomFormat>* custom_formats) {
182 custom_formats->insert(BrowserActionDragData::GetBrowserActionCustomFormat());
178 GetDropFormats( views::MenuItemView* menu, int* formats, std::set<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.cc190 std::set<OSExchangeData::CustomFormat>* custom_formats) {
193 custom_formats);
188 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dmenu_controller.cc643 std::set<OSExchangeData::CustomFormat>* custom_formats) {
645 source->GetMenuItem(), formats, custom_formats);
640 GetDropFormats( SubmenuView* source, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc964 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
962 AppendDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc867 std::set<OSExchangeData::CustomFormat>* custom_formats) {
865 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/
H A Dview.cc1294 std::set<OSExchangeData::CustomFormat>* custom_formats) {
1292 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument

Completed in 5990 milliseconds