Home
last modified time | relevance | path

Searched refs:ReadCustomDataForType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/base/clipboard/
Dcustom_data_helper_unittest.cc46 ReadCustomDataForType(pickle.data(), in TEST()
81 ReadCustomDataForType(pickle.data(), in TEST()
87 ReadCustomDataForType(pickle.data(), in TEST()
93 ReadCustomDataForType(pickle.data(), in TEST()
147 ReadCustomDataForType(malformed.data(), in TEST()
159 ReadCustomDataForType(malformed2.data(), in TEST()
Dcustom_data_helper.h40 UI_BASE_EXPORT void ReadCustomDataForType(const void* data,
Dcustom_data_helper.cc65 void ReadCustomDataForType(const void* data, in ReadCustomDataForType() function
Dclipboard_aura.cc263 ui::ReadCustomDataForType(data->custom_data_data().c_str(), in ReadCustomData()
Dclipboard_mac.mm339 ReadCustomDataForType([data bytes], [data length], type, result);
Dclipboard_win.cc619 ReadCustomDataForType(::GlobalLock(hdata), ::GlobalSize(hdata), type, result); in ReadCustomData()
Dclipboard_aurax11.cc736 ReadCustomDataForType(data.GetData(), data.GetSize(), type, result); in ReadCustomData()