OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollbarImpl
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/webkit/renderer/compositor_bindings/
scrollbar_impl.cc
15
ScrollbarImpl
::
ScrollbarImpl
(
23
ScrollbarImpl
::~
ScrollbarImpl
() {}
25
cc::ScrollbarOrientation
ScrollbarImpl
::Orientation() const {
31
bool
ScrollbarImpl
::IsLeftSideVerticalScrollbar() const {
35
bool
ScrollbarImpl
::HasThumb() const {
39
bool
ScrollbarImpl
::IsOverlay() const {
43
gfx::Point
ScrollbarImpl
::Location() const {
47
int
ScrollbarImpl
::ThumbThickness() const
[
all
...]
scrollbar_impl.h
20
class
ScrollbarImpl
: public cc::Scrollbar {
22
ScrollbarImpl
(scoped_ptr<blink::WebScrollbar> scrollbar,
25
virtual ~
ScrollbarImpl
();
45
DISALLOW_COPY_AND_ASSIGN(
ScrollbarImpl
);
web_scrollbar_layer_impl.cc
33
scoped_ptr<cc::Scrollbar>(new
ScrollbarImpl
(
Completed in 38 milliseconds