OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:has_thumb_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
fake_scrollbar.cc
14
has_thumb_
(false),
23
has_thumb_
(has_thumb),
44
bool FakeScrollbar::HasThumb() const { return
has_thumb_
; }
fake_scrollbar.h
39
void set_has_thumb(bool has_thumb) {
has_thumb_
= has_thumb; }
44
bool
has_thumb_
;
member in class:cc::FakeScrollbar
/external/chromium_org/cc/layers/
painted_scrollbar_layer.cc
44
has_thumb_
(scrollbar_->HasThumb()) {
195
UpdateProperty(scrollbar_->HasThumb(), &
has_thumb_
);
196
if (
has_thumb_
) {
226
if (!
has_thumb_
&& thumb_resource_) {
247
if (
has_thumb_
&& !scaled_thumb_rect.IsEmpty()) {
painted_scrollbar_layer.h
92
bool
has_thumb_
;
member in class:cc::PaintedScrollbarLayer
Completed in 1500 milliseconds