OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:custom_scale_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/webkit/common/cursors/
webcursor.cc
17
custom_scale_
(1) {
65
custom_scale_
= cursor_info.image_scale_factor;
66
CHECK(
custom_scale_
> 0);
74
cursor_info->image_scale_factor =
custom_scale_
;
120
custom_scale_
= scale;
139
!pickle->WriteFloat(
custom_scale_
))
164
custom_scale_
== other.
custom_scale_
&&
213
custom_scale_
= 1;
222
custom_scale_
= other.custom_scale_
[
all
...]
webcursor.h
172
float
custom_scale_
;
member in class:WebCursor
Completed in 38 milliseconds