OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ScrollbarThemeEfl
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/efl/
ScrollbarThemeEfl.cpp
30
#include "
ScrollbarThemeEfl
.h"
39
static
ScrollbarThemeEfl
theme;
43
ScrollbarThemeEfl
::~
ScrollbarThemeEfl
()
47
int
ScrollbarThemeEfl
::scrollbarThickness(ScrollbarControlSize controlSize)
52
void
ScrollbarThemeEfl
::registerScrollbar(Scrollbar* scrollbar)
56
void
ScrollbarThemeEfl
::unregisterScrollbar(Scrollbar* scrollbar)
ScrollbarThemeEfl.h
36
class
ScrollbarThemeEfl
: public ScrollbarTheme {
38
virtual ~
ScrollbarThemeEfl
();
Completed in 22 milliseconds