OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_size_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/webkit/glue/
webcursor.cc
103
custom_size_
.set_width(size_x);
104
custom_size_
.set_height(size_y);
121
!pickle->WriteInt(
custom_size_
.width()) ||
122
!pickle->WriteInt(
custom_size_
.height()))
146
custom_size_
== other.
custom_size_
&&
154
custom_size_
.set_width(0);
155
custom_size_
.set_height(0);
163
custom_size_
= other.
custom_size_
;
[
all
...]
webcursor_win.cc
160
custom_size_
.width(),
custom_size_
.height(),
168
0, bitmap_handle, 0,
custom_size_
.height(), &custom_data_[0],
177
custom_size_
.width(),
custom_size_
.height(), 1, 1, NULL);
webcursor_gtk.cc
196
custom_size_
.width(),
custom_size_
.height());
webcursor_mac.mm
161
return CreateCustomCursor(custom_data_,
custom_size_
, hotspot_);
350
custom_size_
.set_width(image_width);
351
custom_size_
.set_height(image_height);
374
CreateCGImageFromCustomData(custom_data_,
custom_size_
));
webcursor.h
144
gfx::Size
custom_size_
;
member in class:WebCursor
Completed in 1076 milliseconds