Searched refs:CustomFormat (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_drag_data.h28 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
46 static const ui::OSExchangeData::CustomFormat& GetBrowserActionCustomFormat();
H A Dbrowser_action_drag_data.cc30 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
73 const ui::OSExchangeData::CustomFormat&
76 ui::OSExchangeData::CustomFormat,
H A Dbrowser_action_overflow_menu_controller.h70 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data.h53 // nodes are written using a CustomFormat.
55 typedef Clipboard::FormatType CustomFormat; typedef in class:ui::OSExchangeData
102 virtual void SetPickledData(const CustomFormat& format,
112 virtual bool GetPickledData(const CustomFormat& format,
118 virtual bool HasCustomFormat(const CustomFormat& format) const = 0;
184 void SetPickledData(const CustomFormat& format, const Pickle& data);
198 bool GetPickledData(const CustomFormat& format, Pickle* data) const;
205 bool HasCustomFormat(const CustomFormat& format) const;
210 const std::set<CustomFormat>& custom_formats) const;
H A Dos_exchange_data_provider_mac.h31 virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
39 virtual bool GetPickledData(const OSExchangeData::CustomFormat& format,
46 const OSExchangeData::CustomFormat& format) const OVERRIDE;
H A Dos_exchange_data_provider_aura.h36 virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
44 virtual bool GetPickledData(const OSExchangeData::CustomFormat& format,
50 virtual bool HasCustomFormat(const OSExchangeData::CustomFormat& format) const
63 typedef std::map<OSExchangeData::CustomFormat, Pickle> PickleData;
H A Dos_exchange_data.cc55 void OSExchangeData::SetPickledData(const CustomFormat& format,
79 bool OSExchangeData::GetPickledData(const CustomFormat& format,
96 bool OSExchangeData::HasCustomFormat(const CustomFormat& format) const {
102 const std::set<CustomFormat>& custom_formats) const {
117 for (std::set<CustomFormat>::const_iterator i = custom_formats.begin();
H A Dos_exchange_data_provider_aurax11.h71 virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
79 virtual bool GetPickledData(const OSExchangeData::CustomFormat& format,
85 virtual bool HasCustomFormat(const OSExchangeData::CustomFormat& format) const
106 typedef std::map<OSExchangeData::CustomFormat, Pickle> PickleData;
H A Dos_exchange_data_provider_aura.cc76 const OSExchangeData::CustomFormat& format,
124 const OSExchangeData::CustomFormat& format,
153 const OSExchangeData::CustomFormat& format) const {
H A Dos_exchange_data_provider_win.h158 virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
170 virtual bool GetPickledData(const OSExchangeData::CustomFormat& format,
181 const OSExchangeData::CustomFormat& format) const;
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dhome_button.h22 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
H A Dwrench_toolbar_button.h39 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
H A Dwrench_toolbar_button.cc58 int* formats, std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
H A Dhome_button.cc151 std::set<OSExchangeData::CustomFormat>* custom_formats) {
H A Dwrench_menu.h75 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
/external/chromium_org/components/bookmarks/browser/
H A Dbookmark_node_data_views.cc21 const ui::OSExchangeData::CustomFormat&
24 ui::OSExchangeData::CustomFormat,
H A Dbookmark_node_data.h98 static const ui::OSExchangeData::CustomFormat& GetBookmarkCustomFormat();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_root_view.h33 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_controller.h71 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {}
/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) {
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_delegate.cc103 std::set<OSExchangeData::CustomFormat>* custom_formats) {
H A Dmenu_delegate.h171 std::set<OSExchangeData::CustomFormat>* custom_formats);
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_interactive_uitest.cc51 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.h89 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
H A Dbookmark_menu_delegate.h106 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);

Completed in 308 milliseconds

123