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

/external/chromium/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.cc30 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
28 GetDropFormats( 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 Dnative_textfield_views_unittest.cc888 std::set<OSExchangeData::CustomFormat> custom_formats; local
892 EXPECT_FALSE(textfield_view_->GetDropFormats(&formats, &custom_formats));
894 EXPECT_TRUE(custom_formats.empty());
900 EXPECT_FALSE(textfield_view_->GetDropFormats(&formats, &custom_formats));
902 EXPECT_TRUE(custom_formats.empty());
907 EXPECT_TRUE(textfield_view_->GetDropFormats(&formats, &custom_formats));
909 EXPECT_TRUE(custom_formats.empty());
988 std::set<OSExchangeData::CustomFormat> custom_formats; local
1005 EXPECT_TRUE(textfield_view_->GetDropFormats(&formats, &custom_formats));
1007 EXPECT_TRUE(custom_formats
1043 std::set<OSExchangeData::CustomFormat> custom_formats; local
[all...]
H A Dnative_textfield_views.cc257 std::set<OSExchangeData::CustomFormat>* custom_formats) {
264 controller->AppendDropFormats(formats, custom_formats);
270 std::set<OSExchangeData::CustomFormat> custom_formats; local
271 GetDropFormats(&formats, &custom_formats);
273 data.HasAnyFormat(formats, custom_formats);
255 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.cc33 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
31 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.cc234 std::set<OSExchangeData::CustomFormat>* custom_formats) {
235 custom_formats->insert(BrowserActionDragData::GetBrowserActionCustomFormat());
232 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dtoolbar_view.cc656 std::set<OSExchangeData::CustomFormat>* custom_formats) {
654 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dwrench_menu.cc1037 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
1040 bookmark_menu_delegate_->GetDropFormats(menu, formats, custom_formats);
1034 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc123 std::set<OSExchangeData::CustomFormat>* custom_formats) {
124 custom_formats->insert(BrowserActionDragData::GetBrowserActionCustomFormat());
120 GetDropFormats( views::MenuItemView* menu, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc110 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
111 return menu_delegate_->GetDropFormats(menu, formats, custom_formats);
107 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_menu_delegate.cc155 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
157 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
152 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_bar_view.cc784 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
788 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
782 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.cc139 std::set<OSExchangeData::CustomFormat>* custom_formats) {
140 custom_formats->insert(BrowserActionDragData::GetBrowserActionCustomFormat());
136 GetDropFormats( views::MenuItemView* menu, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc92 std::set<OSExchangeData::CustomFormat>* custom_formats) {
89 GetDropFormats( MenuItemView* menu, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dsubmenu_view.cc181 std::set<OSExchangeData::CustomFormat>* custom_formats) {
184 custom_formats);
179 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dmenu_controller.cc655 std::set<OSExchangeData::CustomFormat>* custom_formats) {
657 source->GetMenuItem(), formats, custom_formats);
652 GetDropFormats( SubmenuView* source, int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc124 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
126 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
121 GetDropFormats( MenuItemView* menu, int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbookmark_bar_view.cc528 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
532 custom_formats->insert(BookmarkNodeData::GetBookmarkCustomFormat());
526 GetDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc533 std::set<OSExchangeData::CustomFormat>* custom_formats) {
531 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
H A Dbrowser_actions_container.cc575 std::set<OSExchangeData::CustomFormat>* custom_formats) {
576 custom_formats->insert(BrowserActionDragData::GetBrowserActionCustomFormat());
573 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc797 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
795 AppendDropFormats( int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.cc695 std::set<OSExchangeData::CustomFormat>* custom_formats) {
693 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument
/external/chromium_org/ui/views/
H A Dview.cc1282 std::set<OSExchangeData::CustomFormat>* custom_formats) {
1280 GetDropFormats( int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) argument

Completed in 393 milliseconds