OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_size_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/cursors/
webcursor.cc
120
custom_size_
.set_width(size_x);
121
custom_size_
.set_height(size_y);
139
!pickle->WriteInt(
custom_size_
.width()) ||
140
!pickle->WriteInt(
custom_size_
.height()) ||
165
custom_size_
== other.
custom_size_
&&
213
custom_size_
.set_width(0);
214
custom_size_
.set_height(0);
223
custom_size_
= other.
custom_size_
;
[
all
...]
webcursor_aurax11.cc
28
bitmap.allocN32Pixels(
custom_size_
.width(),
custom_size_
.height());
webcursor_aurawin.cc
23
custom_size_
,
webcursor.h
161
gfx::Size
custom_size_
; // In pixels.
member in class:content::WebCursor
Completed in 212 milliseconds