OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_data_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/content/common/cursors/
webcursor.cc
125
custom_data_
.clear();
127
custom_data_
.resize(data_len);
128
memcpy(&
custom_data_
[0], data, data_len);
145
if (!
custom_data_
.empty())
146
data = &
custom_data_
[0];
147
if (!pickle->WriteData(data,
custom_data_
.size()))
167
custom_data_
== other.
custom_data_
;
216
custom_data_
.clear();
225
custom_data_
= other.custom_data_
[
all
...]
webcursor_aurawin.cc
25
!
custom_data_
.empty() ? &
custom_data_
[0] : NULL,
26
custom_data_
.size());
webcursor_aurax11.cc
24
if (
custom_data_
.size() == 0)
31
memcpy(bitmap.getAddr32(0, 0),
custom_data_
.data(),
custom_data_
.size());
webcursor.h
163
std::vector<char>
custom_data_
;
member in class:content::WebCursor
webcursor_mac.mm
299
custom_data_
, custom_size_, custom_scale_, hotspot_);
Completed in 212 milliseconds