OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebScrollbarImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebScrollbarImpl.h
34
class PLATFORM_EXPORT
WebScrollbarImpl
: public WebScrollbar {
36
explicit
WebScrollbarImpl
(Scrollbar*);
WebScrollbarImpl.cpp
27
#include "platform/exported/
WebScrollbarImpl
.h"
34
WebScrollbarImpl
::
WebScrollbarImpl
(Scrollbar* scrollbar)
39
bool
WebScrollbarImpl
::isOverlay() const
44
int
WebScrollbarImpl
::value() const
49
WebPoint
WebScrollbarImpl
::location() const
54
WebSize
WebScrollbarImpl
::size() const
59
bool
WebScrollbarImpl
::enabled() const
64
int
WebScrollbarImpl
::maximum() const
69
int
WebScrollbarImpl
::totalSize() cons
[
all
...]
Completed in 57 milliseconds