HomeSort by relevance Sort by last modified time
    Searched refs:ok_custom_pickle (Results 1 - 2 of 2) sorted by null

  /external/chromium/webkit/glue/
webcursor_unittest.cc 16 Pickle ok_custom_pickle; local
18 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
19 ok_custom_pickle.WriteInt(0);
20 ok_custom_pickle.WriteInt(0);
22 ok_custom_pickle.WriteInt(1);
23 ok_custom_pickle.WriteInt(1);
25 ok_custom_pickle.WriteInt(4);
26 ok_custom_pickle.WriteUInt32(0);
28 ok_custom_pickle.WriteUInt32(0);
30 EXPECT_TRUE(custom_cursor.Deserialize(&ok_custom_pickle, &iter))
100 Pickle ok_custom_pickle; local
    [all...]
  /external/chromium_org/webkit/common/cursors/
webcursor_unittest.cc 15 Pickle ok_custom_pickle; local
17 ok_custom_pickle.WriteInt(WebCursorInfo::TypeCustom);
18 ok_custom_pickle.WriteInt(0);
19 ok_custom_pickle.WriteInt(0);
21 ok_custom_pickle.WriteInt(1);
22 ok_custom_pickle.WriteInt(1);
24 ok_custom_pickle.WriteFloat(1.0);
26 ok_custom_pickle.WriteInt(4);
27 ok_custom_pickle.WriteUInt32(0);
29 ok_custom_pickle.WriteUInt32(0)
154 Pickle ok_custom_pickle; local
220 Pickle ok_custom_pickle; local
    [all...]

Completed in 29 milliseconds