Searched refs:OSExchangeData (Results 51 - 75 of 99) sorted by relevance

1234

/external/chromium_org/ui/views/
H A Dbutton_drag_utils.cc29 ui::OSExchangeData* data,
40 ui::OSExchangeData* data,
H A Dview.h42 using ui::OSExchangeData;
895 // |formats| is a bitmask of the formats defined bye OSExchangeData::Format.
900 std::set<OSExchangeData::CustomFormat>* custom_formats);
908 virtual bool CanDrop(const OSExchangeData& data);
1192 virtual void WriteDragData(const gfx::Point& press_pt, OSExchangeData* data);
/external/chromium_org/chrome/browser/download/
H A Ddrag_download_item_views.cc38 ui::OSExchangeData data;
/external/chromium_org/chrome/browser/ui/aura/tab_contents/
H A Dweb_drag_bookmark_handler_aura.cc44 const ui::OSExchangeData& data) {
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.h34 class OSExchangeData;
184 virtual void OnWriteDragData(ui::OSExchangeData* data) OVERRIDE;
188 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
189 virtual int OnDrop(const ui::OSExchangeData& data) OVERRIDE;
H A Domnibox_view_views.cc961 void OmniboxViewViews::OnWriteDragData(ui::OSExchangeData* data) {
992 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
993 *formats = *formats | ui::OSExchangeData::URL;
996 int OmniboxViewViews::OnDrop(const ui::OSExchangeData& data) {
1000 if (data.HasURL(ui::OSExchangeData::CONVERT_FILENAMES)) {
1004 ui::OSExchangeData::CONVERT_FILENAMES, &url, &title)) {
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_win.cc26 static const OSExchangeData::CustomFormat& GetRendererTaintCustomType() {
28 ui::OSExchangeData::CustomFormat,
59 // OSExchangeData's EnumFormatEtc method. Our implementation is nobody's
244 const OSExchangeData& data) {
251 const OSExchangeData& data) {
258 const OSExchangeData& data) {
276 OSExchangeData::Provider* OSExchangeDataProviderWin::Clone() const {
365 const OSExchangeData::CustomFormat& format,
408 OSExchangeData::FilenameToURLPolicy policy,
416 policy == OSExchangeData
[all...]
H A Dos_exchange_data_provider_aurax11.cc111 OSExchangeData::Provider* OSExchangeDataProviderAuraX11::Clone() const {
208 const OSExchangeData::CustomFormat& format,
244 OSExchangeData::FilenameToURLPolicy policy,
280 policy == OSExchangeData::CONVERT_FILENAMES) {
326 const OSExchangeData::CustomFormat& format,
351 OSExchangeData::FilenameToURLPolicy policy) const {
372 policy == OSExchangeData::CONVERT_FILENAMES)
410 const OSExchangeData::CustomFormat& format) const {
546 // OSExchangeData, public:
549 OSExchangeData
[all...]
H A Ddrag_utils_win.cc62 ui::OSExchangeData* data_object) {
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_drag_drop_client_win.cc28 const ui::OSExchangeData& data,
H A Ddesktop_drag_drop_client_win.h28 const ui::OSExchangeData& data,
H A Ddesktop_drag_drop_client_aurax11.cc36 using ui::OSExchangeData;
568 ui::OSExchangeData data(new ui::OSExchangeDataProviderAuraX11(
605 const ui::OSExchangeData& data,
621 const ui::OSExchangeData::Provider* provider = &data.provider();
880 scoped_ptr<ui::OSExchangeData>* data,
903 data->reset(new OSExchangeData(new ui::OSExchangeDataProviderAuraX11(
975 scoped_ptr<ui::OSExchangeData> data;
/external/chromium_org/ash/drag_drop/
H A Ddrag_drop_controller_unittest.cc79 OSExchangeData* data) OVERRIDE {
99 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE {
100 *formats = ui::OSExchangeData::STRING;
104 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE {
163 const ui::OSExchangeData& data,
309 void UpdateDragData(ui::OSExchangeData* data) {
360 ui::OSExchangeData data;
406 ui::OSExchangeData data;
453 ui::OSExchangeData data;
519 ui::OSExchangeData dat
[all...]
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.h71 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
73 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;
H A Dmenu_controller.h34 class OSExchangeData;
142 std::set<ui::OSExchangeData::CustomFormat>* custom_formats);
144 bool CanDrop(SubmenuView* source, const ui::OSExchangeData& data);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_bar_view.h183 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
185 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
242 ui::OSExchangeData* data) OVERRIDE;
357 ui::OSExchangeData* data);
H A Dbookmark_menu_controller_views.cc109 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
118 const ui::OSExchangeData& data) {
154 ui::OSExchangeData* data) {
H A Dbookmark_drag_drop_views.cc34 ui::OSExchangeData data;
H A Dbookmark_menu_delegate.cc170 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) {
171 *formats = ui::OSExchangeData::URL;
181 const ui::OSExchangeData& data) {
327 ui::OSExchangeData* data) {
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dbrowser_action_overflow_menu_controller.cc180 std::set<OSExchangeData::CustomFormat>* custom_formats) {
190 views::MenuItemView* menu, const OSExchangeData& data) {
255 views::MenuItemView* sender, OSExchangeData* data) {
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.h213 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
215 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
228 ui::OSExchangeData* data) OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Dnative_widget_private.h22 class OSExchangeData;
210 const ui::OSExchangeData& data,
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.h224 std::set<ui::OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
225 virtual bool CanDrop(const ui::OSExchangeData& data) OVERRIDE;
252 ui::OSExchangeData* data) OVERRIDE;
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_aura.cc220 // Fill out the OSExchangeData with a file contents, synthesizing a name if
223 ui::OSExchangeData::Provider* provider) {
241 ui::OSExchangeData::Provider* provider,
293 ui::OSExchangeData::DownloadFileInfo file_download(base::FilePath(),
300 const ui::OSExchangeData::CustomFormat& GetFileSystemFileCustomFormat() {
302 CR_DEFINE_STATIC_LOCAL(ui::OSExchangeData::CustomFormat,
349 ui::OSExchangeData::Provider* provider,
390 // Utility to fill a DropData object from ui::OSExchangeData.
391 void PrepareDropData(DropData* drop_data, const ui::OSExchangeData& data) {
402 ui::OSExchangeData
[all...]
/external/chromium_org/ui/app_list/views/
H A Dapps_grid_view.h142 std::set<OSExchangeData::CustomFormat>* custom_formats) OVERRIDE;
143 virtual bool CanDrop(const OSExchangeData& data) OVERRIDE;

Completed in 441 milliseconds

1234