OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_data_
(Results
1 - 4
of
4
) sorted by null
/external/chromium/webkit/glue/
webcursor.cc
107
custom_data_
.clear();
109
custom_data_
.resize(data_len);
110
memcpy(&
custom_data_
[0], data, data_len);
126
if (!
custom_data_
.empty())
127
data = &
custom_data_
[0];
128
if (!pickle->WriteData(data,
custom_data_
.size()))
147
custom_data_
== other.
custom_data_
;
156
custom_data_
.clear();
164
custom_data_
= other.custom_data_
[
all
...]
webcursor.h
145
std::vector<char>
custom_data_
;
member in class:WebCursor
webcursor_gtk.cc
198
memcpy(bitmap.getAddr32(0, 0),
custom_data_
.data(),
custom_data_
.size());
webcursor_win.cc
166
if (!
custom_data_
.empty())
168
0, bitmap_handle, 0, custom_size_.height(), &
custom_data_
[0],
234
// cursor is created using the data in the
custom_data_
vector.
Completed in 160 milliseconds