OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeScrollbar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
fake_scrollbar.cc
11
FakeScrollbar
::
FakeScrollbar
()
17
FakeScrollbar
::
FakeScrollbar
(bool paint, bool has_thumb, bool is_overlay)
23
FakeScrollbar
::~
FakeScrollbar
() {}
25
ScrollbarOrientation
FakeScrollbar
::Orientation() const {
29
gfx::Point
FakeScrollbar
::Location() const { return location_; }
31
bool
FakeScrollbar
::IsOverlay() const { return is_overlay_; }
33
bool
FakeScrollbar
::HasThumb() const { return has_thumb_;
[
all
...]
fake_scrollbar.h
14
class
FakeScrollbar
: public Scrollbar {
16
FakeScrollbar
();
17
FakeScrollbar
(bool paint, bool has_thumb, bool is_overlay);
18
virtual ~
FakeScrollbar
();
41
DISALLOW_COPY_AND_ASSIGN(
FakeScrollbar
);
Completed in 29 milliseconds