OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_thumb_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/test/
fake_scrollbar.cc
13
has_thumb_
(false),
22
has_thumb_
(has_thumb),
43
bool FakeScrollbar::HasThumb() const { return
has_thumb_
; }
fake_scrollbar.h
42
bool
has_thumb_
;
member in class:cc::FakeScrollbar
/external/chromium_org/cc/layers/
painted_scrollbar_layer.cc
44
has_thumb_
(scrollbar_->HasThumb()) {
179
UpdateProperty(scrollbar_->HasThumb(), &
has_thumb_
);
180
if (
has_thumb_
) {
209
if (
has_thumb_
&& !thumb_rect.IsEmpty()) {
painted_scrollbar_layer.h
91
bool
has_thumb_
;
member in class:cc::PaintedScrollbarLayer
Completed in 78 milliseconds