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

  /external/chromium_org/content/common/gpu/client/
gl_helper_unittests.cc 669 enum Margin {
676 static Margin NextMargin(Margin m) {
689 int compute_margin(int insize, int outsize, Margin m) {
828 "margin: %dx%d "
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
scrollbar.js 259 * Margin for the transparent preview panel at the bottom.
289 * Sets the bottom margin height of the view for the transparent preview panel.
290 * @param {number} margin Margin to be set in px.
292 MainPanelScrollBar.prototype.setBottomMarginForPanel = function(margin) {
293 this.bottomMarginForPanel_ = margin;
file_grid.js 225 * Sets the margin height for the transparent preview panel at the bottom.
226 * @param {number} margin Margin to be set in px.
228 FileGrid.prototype.setBottomMarginForPanel = function(margin) {
229 this.style.paddingBottom = margin + 'px';
230 this.scrollBar_.setBottomMarginForPanel(margin);
directory_tree.js 618 * Sets the margin height for the transparent preview panel at the bottom.
619 * @param {number} margin Margin to be set in px.
621 DirectoryTree.prototype.setBottomMarginForPanel = function(margin) {
622 this.style.paddingBottom = margin + 'px';
623 this.scrollBar_.setBottomMarginForPanel(margin);
file_table.js 837 * Sets the margin height for the transparent preview panel at the bottom.
838 * @param {number} margin Margin to be set in px.
840 FileTable.prototype.setBottomMarginForPanel = function(margin) {
841 this.list_.style.paddingBottom = margin + 'px';
842 this.scrollBar_.setBottomMarginForPanel(margin);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Color.js 597 Margin: WebInspector.Color.fromRGBA([246, 178, 107, .66]),
MetricsSidebarPane.js 188 // Display types for which margin is ignored.
214 var boxes = ["content", "padding", "border", "margin", "position"];
219 WebInspector.Color.PageHighlight.Margin,
222 var boxLabels = [WebInspector.UIString("content"), WebInspector.UIString("padding"), WebInspector.UIString("border"), WebInspector.UIString("margin"), WebInspector.UIString("position")];
228 if (name === "margin" && noMarginDisplayType[style.getPropertyValue("display")])
313 if (styleProperty !== "margin" && number < 0)
DOMAgent.js     [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
tile_view.js 31 * The margin between the boxes (in pixels).
33 TileView.MARGIN = 10;
87 this.cellSize_ = Math.floor((this.clientHeight - 3 * TileView.MARGIN) / 2);
110 var margin = TileView.MARGIN;
170 box.setPositionFromRect(margin, cellSize);
455 * @param {number} margin Margin between cells.
459 TileBox.setPositionFromRect = function(margin, cellSize) {
460 this.style.top = margin + (cellSize + margin) * this.rect.row + 'px'
    [all...]
mosaic_mode.js 735 * Margin for scrolling using keyboard. Distance between a selected tile
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp.js 226 * Margin between tiles. Should be equal to mv-tile's -webkit-margin-start.
740 // Adds margin-start to the available width to compensate the extra margin
741 // counted above for the first tile (which does not have a margin-start).
  /external/e2fsprogs/lib/et/
texinfo.tex 132 % Margin to add to right of even pages, to left of odd pages.
331 % outputs text on separate line in roman font, starting at standard page margin
628 % margin between end of table item and start of table text.
    [all...]
  /external/grub/docs/
texinfo.tex 189 % Margin to add to right of even pages, to left of odd pages.
196 % that the text looks ok even though it passes the margin).
217 % the \llap here moves out into the left-hand margin.
364 \newinsert\margin \dimen\margin=\maxdimen
370 \ifvoid\margin\else % marginal info is present
371 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
793 % outputs text on separate line in roman font, starting at standard page margin
806 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
807 % paragraph. For more general purposes, use the \margin insertio
    [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 2245 milliseconds