/external/chromium_org/content/common/ |
drag_traits.h | 33 IPC_STRUCT_TRAITS_MEMBER(custom_data)
|
/external/chromium_org/content/browser/web_contents/ |
web_drag_source_gtk.cc | 102 if (!drop_data.custom_data.empty()) 103 targets_mask |= ui::CUSTOM_DATA; 276 case ui::CUSTOM_DATA: { 277 Pickle custom_data; local 278 ui::WriteCustomDataToPickle(drop_data_->custom_data, &custom_data); 281 ui::GetAtomForTarget(ui::CUSTOM_DATA), 283 reinterpret_cast<const guchar*>(custom_data.data()), 284 custom_data.size());
|
web_drag_dest_gtk.cc | 131 ui::CUSTOM_DATA, 238 } else if (target == ui::GetAtomForTarget(ui::CUSTOM_DATA)) { 240 raw_data, data_length, &drop_data_->custom_data);
|
web_contents_drag_win.cc | 338 if (!drop_data.custom_data.empty()) { 340 ui::WriteCustomDataToPickle(drop_data.custom_data, &pickle);
|
web_drag_source_mac.mm | 205 ui::WriteCustomDataToPickle(dropData_->custom_data, &pickle); 474 if (!dropData_->custom_data.empty()) {
|
web_drag_dest_win.cc | 92 ui::ClipboardUtil::GetWebCustomData(data_object, &drop_data->custom_data);
|
/external/chromium_org/ui/base/dragdrop/ |
gtk_dnd_util.cc | 53 case ui::CUSTOM_DATA: 55 ui::GetAtomForTarget(ui::CUSTOM_DATA), 0, ui::CUSTOM_DATA); 112 case CUSTOM_DATA:
|
gtk_dnd_util.h | 41 CUSTOM_DATA = 1 << 10,
|
/external/chromium_org/ppapi/tests/ |
test_flash_clipboard.cc | 170 std::string custom_data = "custom_data"; local 171 pp::VarArrayBuffer array_buffer(custom_data.size()); 173 std::copy(custom_data.begin(), custom_data.end(), bytes);
|
/hardware/ti/omap4xxx/ion/ |
ion.c | 86 struct ion_custom_data custom_data = { local 91 ret = ion_ioctl(fd, ION_IOC_CUSTOM, &custom_data);
|
/external/chromium_org/ui/base/clipboard/ |
clipboard_util_win.h | 52 std::map<string16, string16>* custom_data);
|
clipboard_util_win.cc | 337 IDataObject* data_object, std::map<string16, string16>* custom_data) { 338 DCHECK(data_object && custom_data); 347 ReadCustomDataIntoMap(data.get(), data.Size(), custom_data);
|
/external/chromium_org/content/public/common/ |
drop_data.h | 68 std::map<base::string16, base::string16> custom_data; member in struct:content::DropData
|
/external/chromium_org/content/renderer/ |
drop_data_builder.cc | 47 result.custom_data.insert(
|
webclipboard_impl.cc | 209 if (!data_object.custom_data.empty()) { 211 ui::WriteCustomDataToPickle(data_object.custom_data, &pickle);
|
/external/chromium_org/webkit/common/cursors/ |
webcursor_mac.mm | 141 NSCursor* CreateCustomCursor(const std::vector<char>& custom_data, 148 if (!custom_data.empty()) { 151 data = const_cast<char*>(&custom_data[0]); 152 data_size = custom_data.size();
|
/external/chromium/webkit/glue/ |
webcursor_mac.mm | 34 CGImageRef CreateCGImageFromCustomData(const std::vector<char>& custom_data, 39 void* data = const_cast<char*>(&custom_data[0]); 53 NSCursor* CreateCustomCursor(const std::vector<char>& custom_data, 58 CHECK(!custom_data.empty()); 61 CreateCGImageFromCustomData(custom_data, custom_size));
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera_channel.c | 400 struct ion_custom_data custom_data; local 469 custom_data.cmd = ION_IOC_INV_CACHES; 470 custom_data.arg = &cache_inv_data; 473 if(ioctl(ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) 483 custom_data.cmd = ION_IOC_INV_CACHES; 484 custom_data.arg = &cache_inv_data; 485 if(ioctl(ion_fd, ION_IOC_CUSTOM, &custom_data) < 0)
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 202 struct ion_custom_data custom_data; local 212 memset(&custom_data, 0, sizeof(custom_data)); 217 custom_data.cmd = cmd; 218 custom_data.arg = (unsigned long)&cache_inv_data; 225 if(ioctl(mem_info->main_ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) {
|
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_app.c | 202 struct ion_custom_data custom_data; local 212 memset(&custom_data, 0, sizeof(custom_data)); 217 custom_data.cmd = cmd; 218 custom_data.arg = (unsigned long)&cache_inv_data; 225 if(ioctl(mem_info->main_ion_fd, ION_IOC_CUSTOM, &custom_data) < 0) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
input.h | 822 * @custom_data: buffer of samples (FF_CUSTOM only) 828 * Note: the data pointed by custom_data is copied by the driver. 841 __s16 *custom_data; member in struct:ff_periodic_effect
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
input.h | 822 * @custom_data: buffer of samples (FF_CUSTOM only) 828 * Note: the data pointed by custom_data is copied by the driver. 841 __s16 *custom_data; member in struct:ff_periodic_effect
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
input.h | 822 * @custom_data: buffer of samples (FF_CUSTOM only) 828 * Note: the data pointed by custom_data is copied by the driver. 841 __s16 *custom_data; member in struct:ff_periodic_effect
|
/device/asus/flo/camera/QCamera2/HAL3/ |
QCamera3Mem.cpp | 100 struct ion_custom_data custom_data; local 109 memset(&custom_data, 0, sizeof(custom_data)); 114 custom_data.cmd = cmd; 115 custom_data.arg = (unsigned long)&cache_inv_data; 121 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
|
/hardware/qcom/camera/QCamera2/HAL3/ |
QCamera3Mem.cpp | 100 struct ion_custom_data custom_data; local 109 memset(&custom_data, 0, sizeof(custom_data)); 114 custom_data.cmd = cmd; 115 custom_data.arg = (unsigned long)&cache_inv_data; 121 ret = ioctl(mMemInfo[index].main_ion_fd, ION_IOC_CUSTOM, &custom_data);
|