HomeSort by relevance Sort by last modified time
    Searched full:borderwidth (Results 26 - 50 of 80) sorted by null

12 3 4

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
textView.py 17 self.configure(borderwidth=5)
keybindingDialog.py 17 self.configure(borderwidth=5)
49 frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
76 textvariable=self.keyString,relief=GROOVE,borderwidth=2)
CallTipWindow.py 79 background="#ffffe0", relief=SOLID, borderwidth=1,
Debugger.py 422 self.label = Label(frame, text=title, borderwidth=2, relief="groove")
462 l = Entry(subframe, width=0, borderwidth=0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 32 b.config(relief=RIDGE, borderwidth=8)
Tkinter.py 24 frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 53 background="#ffffe0", relief=SOLID, borderwidth=1)
textView.py 17 self.configure(borderwidth=5)
keybindingDialog.py 17 self.configure(borderwidth=5)
49 frameMain = Frame(self,borderwidth=2,relief=SUNKEN)
76 textvariable=self.keyString,relief=GROOVE,borderwidth=2)
CallTipWindow.py 79 background="#ffffe0", relief=SOLID, borderwidth=1,
Debugger.py 422 self.label = Label(frame, text=title, borderwidth=2, relief="groove")
462 l = Entry(subframe, width=0, borderwidth=0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 32 b.config(relief=RIDGE, borderwidth=8)
Tkinter.py 24 frame = Tkinter.Frame(tk, relief=RIDGE, borderwidth=2)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 62 newReferenceBoxLogicalSize.shrink(m_renderer.borderWidth(), m_renderer.borderHeight());
64 newReferenceBoxLogicalSize.shrink(m_renderer.borderHeight(), m_renderer.borderWidth());
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
multibufproto.h 263 CARD16 borderWidth B16;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
multibufproto.h 263 CARD16 borderWidth B16;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLElement.cpp 123 unsigned borderWidth = 0;
124 if (value.isEmpty() || !parseHTMLNonNegativeInteger(value, borderWidth))
125 return hasLocalName(tableTag) ? 1 : borderWidth;
126 return borderWidth;
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/rtree/
viewrtree.tcl 33 label .title -anchor w -text "Node 1:" -background white -borderwidth 0
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 553 int borderWidth = getBorderWidth();
554 height = Math.max(hHint, Math.max(textSize.y, arrowSize.y) + 2 * borderWidth);
555 width = Math.max(wHint, Math.max(textSize.x + arrowSize.x, tableWidth) + 2 * borderWidth);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xproto.h 463 CARD16 borderWidth B16;
1060 CARD16 width B16, height B16, borderWidth B16;
1103 CARD16 width B16, height B16, borderWidth B16;
1111 CARD16 width B16, height B16, borderWidth B16;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xproto.h 463 CARD16 borderWidth B16;
1060 CARD16 width B16, height B16, borderWidth B16;
1103 CARD16 width B16, height B16, borderWidth B16;
1111 CARD16 width B16, height B16, borderWidth B16;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/resources/
calendarPicker.js     [all...]
  /external/chromium_org/tools/telemetry/support/html_output/
results-template.html 383 borderWidth: 1,
395 grid: { borderWidth: 1, borderColor: '#ccc' },
405 grid: { borderWidth: 1, borderColor: '#ccc' },
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.h 120 int borderWidth() const { return borderLeft() + borderRight(); }

Completed in 1449 milliseconds

12 3 4