OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:short_custom_pickle
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
webcursor_unittest.cc
33
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));
/external/chromium_org/webkit/common/cursors/
webcursor_unittest.cc
44
Pickle
short_custom_pickle
;
local
46
short_custom_pickle
.WriteInt(WebCursorInfo::TypeCustom);
47
short_custom_pickle
.WriteInt(0);
48
short_custom_pickle
.WriteInt(0);
50
short_custom_pickle
.WriteInt(1);
51
short_custom_pickle
.WriteInt(1);
53
short_custom_pickle
.WriteFloat(1.0);
55
short_custom_pickle
.WriteInt(3);
56
short_custom_pickle
.WriteUInt32(0);
57
PickleIterator iter(
short_custom_pickle
);
[
all
...]
Completed in 26 milliseconds