Searched refs:clientSize (Results 1 - 6 of 6) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSStyleSheet.cpp169 if (m_contents->clientSize() <= 1 && !m_contents->isInMemoryCache()) {
193 ASSERT(m_contents->clientSize() <= 1);
H A DStyleSheetContents.cpp521 if (!m_hasSingleOwnerDocument || clientSize() <= 0)
H A DStyleSheetContents.h140 size_t clientSize() const { return m_loadingClients.size() + m_completedClients.size(); } function in class:blink::StyleSheetContents
141 bool hasOneClient() { return clientSize() == 1; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMarquee.cpp303 int clientSize = (isHorizontal() ? clientWidth() : clientHeight()); local
304 int increment = abs(intValueForLength(style()->marqueeIncrement(), clientSize));
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dscrollbar.js160 var clientSize = this.getClientHeight();
163 var buttonSize = Math.max(50, clientSize / totalSize * clientSize);
168 Math.max(0, Math.min(buttonPosition, clientSize - buttonSize));
170 if (clientSize > buttonSize) {
171 scrollPosition = Math.max(totalSize - clientSize, 0) *
172 buttonPosition / (clientSize - buttonSize);
205 var clientSize = this.getClientHeight();
209 var hidden = totalSize <= clientSize;
211 var buttonSize = Math.max(50, clientSize / totalSiz
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 225 milliseconds