Home
last modified time | relevance | path

Searched refs:constrain (Results 1 – 13 of 13) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DDatabasesPanel.js275 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
DProfilesPanel.js419 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
DScriptsPanel.js638 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minScriptsSidebarWidth, window.…
DConsole.js379 …height = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.t…
Dutilities.js909 Number.constrain = function(num, min, max) function
DElementsPanel.js1184 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minElementsSidebarWidth, window…
DResourcesPanel.js1067 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
/external/webkit/WebCore/platform/mac/
DThemeMac.mm300 // Buttons really only constrain height. They respect width.
357 …zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed widt…
515 …zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed widt…
/external/jpeg/
Dwizard.doc25 wide compatibility of low-quality files, you can constrain the scaled
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
DSDL_QuartzEvents.m906 (AppleEvents) to constrain its mapped area to the
/external/webkit/WebCore/
DChangeLog-2005-08-2338012 …(khtml::ApplyStyleCommandImpl::doApply): Unrelated change to constrain downstream position of sele…
39973 (DOM::Selection::validate): Related fix to "constrain" the selection to be the
DChangeLog-2007-10-1449877constrain to the document view bounds. And finally call scrollPoint: on the document view, not the…
63451 (WebCore::RenderTextControl::subtreeHasChanged): constrain the value; we'd
DChangeLog-2008-08-1041206 zooming. The page will still try to constrain to the viewport size even when zoomed.
71263 in the bottom and right constrain step.