Searched refs:constrain (Results 1 – 13 of 13) sorted by relevance
/external/webkit/WebCore/inspector/front-end/ |
D | DatabasesPanel.js | 275 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
D | ProfilesPanel.js | 419 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
D | ScriptsPanel.js | 638 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minScriptsSidebarWidth, window.…
|
D | Console.js | 379 …height = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.t…
|
D | utilities.js | 909 Number.constrain = function(num, min, max) function
|
D | ElementsPanel.js | 1184 …var newWidth = Number.constrain(window.innerWidth - x, Preferences.minElementsSidebarWidth, window…
|
D | ResourcesPanel.js | 1067 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
/external/webkit/WebCore/platform/mac/ |
D | ThemeMac.mm | 300 // 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/ |
D | wizard.doc | 25 wide compatibility of low-quality files, you can constrain the scaled
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzEvents.m | 906 (AppleEvents) to constrain its mapped area to the
|
/external/webkit/WebCore/ |
D | ChangeLog-2005-08-23 | 38012 …(khtml::ApplyStyleCommandImpl::doApply): Unrelated change to constrain downstream position of sele… 39973 (DOM::Selection::validate): Related fix to "constrain" the selection to be the
|
D | ChangeLog-2007-10-14 | 49877 …constrain to the document view bounds. And finally call scrollPoint: on the document view, not the… 63451 (WebCore::RenderTextControl::subtreeHasChanged): constrain the value; we'd
|
D | ChangeLog-2008-08-10 | 41206 zooming. The page will still try to constrain to the viewport size even when zoomed. 71263 in the bottom and right constrain step.
|