Searched refs:short_custom_pickle (Results 1 - 1 of 1) sorted by relevance

/external/chromium/webkit/glue/
H A Dwebcursor_unittest.cc33 Pickle short_custom_pickle; local
35 short_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
36 short_custom_pickle.WriteInt(0);
37 short_custom_pickle.WriteInt(0);
39 short_custom_pickle.WriteInt(1);
40 short_custom_pickle.WriteInt(1);
42 short_custom_pickle.WriteInt(3);
43 short_custom_pickle.WriteUInt32(0);
47 EXPECT_FALSE(custom_cursor.Deserialize(&short_custom_pickle, &iter));

Completed in 84 milliseconds