OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scale_content_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/compositor/
layer.h
305
void set_scale_content(bool scale_content) {
scale_content_
= scale_content; }
308
bool scale_content() const { return
scale_content_
; }
486
bool
scale_content_
;
member in class:ui::Layer
layer.cc
65
scale_content_
(true),
89
scale_content_
(true),
632
bool scale_content =
scale_content_
;
Completed in 260 milliseconds