OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trackLen
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.cpp
282
int
trackLen
= trackLength(scrollbar);
283
int length = proportion *
trackLen
;
285
if (length >
trackLen
)
Scrollbar.cpp
261
int
trackLen
= theme()->trackLength(this);
262
int maxPos =
trackLen
- thumbLen;
270
float newPosition = static_cast<float>(thumbPos + delta) * maximum() / (
trackLen
- thumbLen);
Completed in 530 milliseconds