OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thumbstart
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/wx/wxcode/
scrollbar_render.h
54
int step, int *
thumbStart
, int *thumbLength)
62
if (
thumbStart
)
63
*
thumbStart
= thumbPos;
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
scrollbar_render.cpp
148
int
thumbStart
= 0;
150
calcThumbStartAndLength(physicalLength, max, current, step, &
thumbStart
, &thumbLength);
153
buttonRect.x = x +
thumbStart
+ buttonLength;
158
buttonRect.y = y +
thumbStart
+ buttonLength;
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
scrollbar_render.cpp
182
int
thumbStart
= 0;
185
current, step, &
thumbStart
, &thumbLength);
188
buttonRect.left = buttonRect.left +
thumbStart
+ buttonSize;
191
buttonRect.top = buttonRect.top +
thumbStart
+ buttonSize;
Completed in 642 milliseconds