Searched defs:proportion (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeOverlay.cpp65 float proportion = static_cast<float>(scrollbar->currentPos()) / scrollbar->totalSize(); local
66 return round(proportion * trackLen);
76 float proportion = static_cast<float>(scrollbar->visibleSize()) / scrollbar->totalSize(); local
77 int length = round(proportion * trackLen);
H A DScrollbarTheme.cpp267 float proportion = (scrollbar->visibleSize() - overhang) / usedTotalSize(scrollbar); local
269 int length = round(proportion * trackLen);
/external/chromium_org/ui/message_center/
H A Dmessage_center_style.cc32 double proportion = size.height() / static_cast<double>(size.width()); local
33 size.SetSize(width, std::max(0.5 + width * proportion, 1.0));
36 size.SetSize(std::max(0.5 + height / proportion, 1.0), height);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 459 milliseconds