Home
last modified time | relevance | path

Searched refs:resizer (Results 1 – 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
DDataGrid.js521 var resizer = this.resizers[i];
523 if (!resizer) {
526 resizer = document.createElement("div");
527 resizer.addStyleClass("data-grid-resizer");
529 resizer.addEventListener("mousedown", this._startResizerDragging.bind(this), false);
530 this.element.appendChild(resizer);
531 this.resizers[i] = resizer;
541 resizer.style.removeProperty("display");
542 resizer.style.left = left + "px";
543 resizer.leftNeighboringColumnID = i;
[all …]
DhelpScreen.css62 .help-content::-webkit-resizer {
Dpopover.css100 .popover ::-webkit-resizer {
DnetworkPanel.css629 .network.panel:not(.viewing-resource) .sidebar-resizer-vertical {
633 .network.panel.viewing-resource .network-sidebar .data-grid-resizer {
Dinspector.css274 .scrollable-content::-webkit-resizer {
2258 .data-grid-resizer {
2597 #scripts-sidebar-resizer-widget {
3130 .sidebar-resizer-vertical {
3139 .resources .sidebar-resizer-vertical {
3635 .timeline-window-resizer {
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/
Dwebkit40 -webkit-resizer
/external/webkit/Source/WebCore/css/
DCSSSelector.cpp289 DEFINE_STATIC_LOCAL(AtomicString, resizer, ("-webkit-resizer")); in nameToPseudoTypeMap()
388 nameToPseudoType->set(resizer.impl(), CSSSelector::PseudoResizer); in nameToPseudoTypeMap()
/external/e2fsprogs/
Dconfigure.in526 dnl handle --enable-resizer
528 AC_ARG_ENABLE([resizer], optenable
529 [ --disable-resizer disable support of e2resize program],
DRELEASE-NOTES2837 configure --disable-resizer)
4318 removes support for the e2image program, and --disable-resizer, which
5474 development effort for an ext2 resizer).
Dconfigure1446 --disable-resizer disable support of e2resize program
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Dmozilla400 resizer
/external/e2fsprogs/debian/
Drules151 --disable-resizer # --disable-debugfs
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp4154 …RefPtr<RenderStyle> resizer = renderer()->hasOverflowClip() ? actualRenderer->getUncachedPseudoSty… in scrollTo() local
4155 if (resizer) { in scrollTo()
4160 m_resizer->setStyle(resizer.release()); in scrollTo()
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1640 // Once WebCore can draw the window resizer, this should read:
/external/webkit/Source/WebKit/win/
DChangeLog9679 Remove support for a window resizer within the WebView
9681 Starting with Safari 4, there is never a window resizer inside the
9684 Fixes <http://webkit.org/b/28190> Remove support for a window resizer
9690 functions related to the window resizer with unused*() functions. We
9703 Removed window-resizer-related code.
DChangeLog-2009-06-167774 <rdar://problem/5097419> Cursor flickers when over window resizer
21139 Add support for painting and cursor tracking of resizer.
21367 of the resizer rather than just its size.
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_mac.mm297 // again. On Cocoa, we rely on the Cocoa view struture and resizer flags to
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1425858 … Fix for Radar bug #4981074, RSS Scrollbar overlaps window resizer. Teach all scrollbars how to
25859 avoid the window resizer.
30556 …Fix the resizer rect so that it is in the ScrollView's coordinate space and not in the document's …
30557 (Fixes all the layout errors with the scrollbar overlapping the resizer.)
30559 …Fill scroll corners with white, since it matches Mac (and our chosen resizer look) and looks nicer…
47392 REGRESSION: Sometimes a frame resizer keeps following the mouse after mouseup
53170 drawing textarea resizer frames.
55485 … Change how textarea resizers paint to more closely match the way the main window resizer paints.
DChangeLog-2009-06-1623012 <rdar://problem/5908616> tokenizer resizer should handle edge cases consistently
32583 …Make sure resizer painting pushes a clip of the corner rect. It was relying on the clip layers ha…
78785 … Rework resizer and scroll corner painting so that custom resizers and scroll corners will paint
78965 resizer on a RenderView. Hyatt may want to look into that later.
79141 Also fixed resizer positioning problems.
79378 Add the ability to style the scroll corner and the resizer from CSS.
84094 Make scrollbar suppression and resizer avoidance cross-platform.
86584 Teach the viewless Mac scrollbar how to avoid NSWindow's resizer.
89735 Make the scrollbar resizer-dodging logic cross-platform in the
DChangeLog-2010-01-2920533 Changed style in sidebar-resizer-vertical, because if the min-height was 100%, we start
66378 Avoid unnecessary transformations for the window resizer rect.
75378 columns (the columns to the left and right of the resizer being dragged).
75416 Store the resizer that is currently dragging.
75418 Constrain the area that the resizer can be dragged to the column to
75444 Add in a style rule for a resizer in the Data Grid.
DChangeLog-2003-10-2517606 on the frame resizer didn't fall into the code path that sets _mouseDownView.
DChangeLog-2010-05-2415349 … Now it is possible to adjust view frame by resizer bars and by click-n-drag in overview pane.
15371 (.timeline-window-resizer):
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2914989 Teach the viewless Mac scrollbar how to avoid the NSWindow resizer.
DChangeLog-2007-10-148168 instead of move. It's a horizontal splitter resizer.
/external/webkit/Tools/
DChangeLog-2009-06-1621236 over drag off of the resizer element.

12