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/cc/blink/
scrollbar_impl.cc
15
ScrollbarImpl
::
ScrollbarImpl
(
24
ScrollbarImpl
::~
ScrollbarImpl
() {
27
cc::ScrollbarOrientation
ScrollbarImpl
::Orientation() const {
33
bool
ScrollbarImpl
::IsLeftSideVerticalScrollbar() const {
37
bool
ScrollbarImpl
::HasThumb() const {
41
bool
ScrollbarImpl
::IsOverlay() const {
45
gfx::Point
ScrollbarImpl
::Location() const {
49
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
35
new
ScrollbarImpl
(make_scoped_ptr(scrollbar),
Completed in 844 milliseconds