OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newthickness
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderScrollbar.cpp
182
int
newThickness
= 0;
186
newThickness
= isHorizontal ? part->height() : part->width();
189
if (
newThickness
!= oldThickness) {
190
setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() :
newThickness
, isHorizontal ?
newThickness
: height())));
Completed in 38 milliseconds