Home
last modified time | relevance | path

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

/external/chromium_org/ui/base/clipboard/
Dcustom_data_helper_unittest.cc130 Pickle malformed2; in TEST() local
131 malformed2.WriteUInt64(1); in TEST()
132 malformed2.WriteString16(ASCIIToUTF16("hello")); in TEST()
134 ReadCustomDataTypes(malformed2.data(), malformed2.size(), &actual2); in TEST()
155 Pickle malformed2; in TEST() local
156 malformed2.WriteUInt64(1); in TEST()
157 malformed2.WriteString16(ASCIIToUTF16("hello")); in TEST()
159 ReadCustomDataForType(malformed2.data(), in TEST()
160 malformed2.size(), in TEST()
163 ReadCustomDataIntoMap(malformed2.data(), malformed2.size(), &result_map); in TEST()