HomeSort by relevance Sort by last modified time
    Searched refs:Margin (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
scrollbar.js 271 * Margin for the transparent preview panel at the bottom.
301 * Sets the bottom margin height of the view for the transparent preview panel.
302 * @param {number} margin Margin to be set in px.
304 MainPanelScrollBar.prototype.setBottomMarginForPanel = function(margin) {
305 this.bottomMarginForPanel_ = margin;
file_grid.js 240 * Sets the margin height for the transparent preview panel at the bottom.
241 * @param {number} margin Margin to be set in px.
243 FileGrid.prototype.setBottomMarginForPanel = function(margin) {
244 // +20 bottom margin is needed to match the bottom margin size with the
245 // margin between its items.
246 this.style.paddingBottom = (margin + 20) + 'px';
247 this.scrollBar_.setBottomMarginForPanel(margin);
267 * to the return value or not. This is used in order to handle the margin o
    [all...]
file_table.js 646 * Sets the margin height for the transparent preview panel at the bottom.
647 * @param {number} margin Margin to be set in px.
649 FileTable.prototype.setBottomMarginForPanel = function(margin) {
650 this.list_.style.paddingBottom = margin + 'px';
651 this.scrollBar_.setBottomMarginForPanel(margin);
  /external/chromium_org/content/common/gpu/client/
gl_helper_unittest.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Color.js 629 Margin: WebInspector.Color.fromRGBA([246, 178, 107, .66]),
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 250 // Display types for which margin is ignored.
276 var boxes = ["content", "padding", "border", "margin", "position"];
281 WebInspector.Color.PageHighlight.Margin,
284 var boxLabels = [WebInspector.UIString("content"), WebInspector.UIString("padding"), WebInspector.UIString("border"), WebInspector.UIString("margin"), WebInspector.UIString("position")];
290 if (name === "margin" && noMarginDisplayType[style.getPropertyValue("display")])
386 if (styleProperty !== "margin" && number < 0)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 145 ' margin: 0px !important;' +
169 ' margin: 0px !important;' +
221 * Margin between the active object's rect and the indicator border.
225 cvox.ActiveIndicator.MARGIN = 8;
260 this.moveIndicator_(clientRects, cvox.ActiveIndicator.MARGIN);
274 var margin = cvox.ActiveIndicator.MARGIN;
277 margin = 1;
281 this.moveIndicator_(clientRects, margin);
359 this.moveIndicator_(newClientRects, cvox.ActiveIndicator.MARGIN);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js     [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 112 * Margin of the cache size. This amount of caches may be kept in addition.
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 715 * Margin for scrolling using keyboard. Distance between a selected tile
    [all...]
  /external/bison/build-aux/
texinfo.tex 195 % Margin to add to right of even pages, to left of odd pages.
202 % that the text looks ok even though it passes the margin).
397 \newinsert\margin \dimen\margin=\maxdimen
403 \ifvoid\margin\else % marginal info is present
404 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
752 % outputs text on separate line in roman font, starting at standard page margin
765 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
766 % paragraph. For more general purposes, use the \margin insertion
807 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 193 % Margin to add to right of even pages, to left of odd pages.
200 % that the text looks ok even though it passes the margin).
221 % the \llap here moves out into the left-hand margin.
418 \newinsert\margin \dimen\margin=\maxdimen
424 \ifvoid\margin\else % marginal info is present
425 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
861 % outputs text on separate line in roman font, starting at standard page margin
874 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
875 % paragraph. For more general purposes, use the \margin insertio
    [all...]

Completed in 717 milliseconds