HomeSort by relevance Sort by last modified time
    Searched refs:Border (Results 126 - 150 of 162) sorted by null

1 2 3 4 56 7

  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 21 * Border element of drag handle.
118 // Create and add the border element
121 this.border_.className = 'drag-selection-border';
217 // Update the size of border
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 29 import javax.swing.border.*;
57 private static final Border BORDER = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
    [all...]
ClassSpecificationDialog.java 28 import javax.swing.border.*;
154 Border etchedBorder = BorderFactory.createEtchedBorder(EtchedBorder.RAISED);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_view.cc 231 app_menu_->SetBorder(views::Border::NullBorder());
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
MetricsSidebarPane.js 154 var suffix = componentName === "border" ? "-width" : "";
227 if (!isNaN(width) && style.getPropertyValue("box-sizing") === "border-box") {
228 var borderBox = self._getBox(style, "border");
240 if (!isNaN(height) && style.getPropertyValue("box-sizing") === "border-box") {
241 var borderBox = self._getBox(style, "border");
276 var boxes = ["content", "padding", "border", "margin", "position"];
280 WebInspector.Color.PageHighlight.Border,
284 var boxLabels = [WebInspector.UIString("content"), WebInspector.UIString("padding"), WebInspector.UIString("border"), WebInspector.UIString("margin"), WebInspector.UIString("position")];
318 var suffix = (name === "border" ? "-width" : "");
434 if (computedStyle.getPropertyValue("box-sizing") === "border-box" && (styleProperty === "width" || styleProperty === "height"))
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfAnnotationDictionary_autogen.h     [all...]
  /external/chromium_org/ui/views/controls/button/
text_button.cc 36 // Preferred padding between text and edge for NativeTheme border.
40 // By default the focus rect is drawn at the border of the view. For a button,
42 // button's border. This roughly matches how the Windows native focus rect for
575 SetBorder(scoped_ptr<Border>(new TextButtonDefaultBorder));
  /external/chromium_org/ui/views/controls/
scroll_view.cc 10 #include "ui/views/border.h"
20 // Subclass of ScrollView that resets the border when the theme changes.
27 SetBorder(Border::CreateSolidBorder(
styled_label_unittest.cc 13 #include "ui/views/border.h"
113 // Also respect the border.
114 styled()->SetBorder(Border::CreateEmptyBorder(3, 3, 3, 3));
131 // Without links, there should be no focus border.
144 // Now there should be a focus border because there are non-empty Links.
170 // The label has no focus border while the link (and thus overall styled
171 // label) does, so the label should be inset by the width of the focus border.
370 // The labels have no focus border while the link (and thus overall styled
372 // border.
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfAnnotationDictionary_autogen.h     [all...]
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.cc 43 #include "ui/views/border.h"
53 // Padding around the "content" of a tab, occupied by the tab border graphics.
688 // So a border is added to the button with necessary padding. The close
691 close_button_->SetBorder(views::Border::NullBorder());
698 views::Border::CreateEmptyBorder(top, left, bottom, right));
728 // Allow the title to overlay the close button's empty border padding.
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 36 #include "ui/views/border.h"
554 rating_count->SetBorder(views::Border::CreateEmptyBorder(0, 2, 0, 0));
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 49 #include "ui/views/border.h"
148 SetBorder(views::Border::NullBorder());
306 // necessary space for the cursor or border/margin.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 621 * (has a border, width/height 0, etc.)
774 if (img->Border) {
775 DBG("texture with border\n");
  /external/chromium_org/ui/views/controls/combobox/
combobox.cc 44 // Menu border widths
539 // Border renders differently when focused.
547 // Border renders differently when focused.
628 scoped_ptr<FocusableBorder> border(new FocusableBorder());
630 border->SetInsets(8, 13, 8, 13);
632 border->SetColor(kWarningColor);
633 SetBorder(border.PassAs<Border>());
764 // Inset the menu's requested position so the border of the menu lines up
765 // with the border of the combobox
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 621 * (has a border, width/height 0, etc.)
774 if (img->Border) {
775 DBG("texture with border\n");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DOMModel.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texparam.c 876 * integer-valued texture border color (for integer-valued textures).
893 /* set the integer-valued border color */
906 * uint-valued texture border color (for integer-valued textures).
923 /* set the unsigned integer-valued border color */
1043 *params = img->Border;
    [all...]
mipmap.c 1907 GLint border; local
2092 GLint border; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 515 texImage->Depth, texImage->Border,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_triangle.c     [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 876 * integer-valued texture border color (for integer-valued textures).
893 /* set the integer-valued border color */
906 * uint-valued texture border color (for integer-valued textures).
923 /* set the unsigned integer-valued border color */
1043 *params = img->Border;
    [all...]
mipmap.c 1900 GLint border; local
2085 GLint border; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 515 texImage->Depth, texImage->Border,
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_triangle.c     [all...]

Completed in 1072 milliseconds

1 2 3 4 56 7