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

  /external/webkit/Source/WebCore/html/
HTMLAppletElement.idl 42 attribute [Reflect] DOMString vspace;
44 attribute [Reflect] long vspace;
HTMLMarqueeElement.idl 35 attribute [Reflect] unsigned long vspace;
HTMLImageElement.idl 36 attribute [Reflect] long vspace;
HTMLObjectElement.idl 43 attribute [Reflect] long vspace;
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLAppletElement09.js 78 The vspace attribute specifies the vertical space above and below
81 Retrieve the vspace attribute and examine it's value.
103 vvspace = testNode.vspace;
HTMLImageElement11.js 78 The vspace attribute specifies the vertical space above and below this
81 Retrieve the vspace attribute and examine it's value.
103 vvspace = testNode.vspace;
HTMLObjectElement16.js 78 The vspace attribute specifies the vertical space above or below this
81 Retrieve the vspace attribute of the first OBJECT element and examine
104 vvspace = testNode.vspace;
object13.js 79 The value of attribute vspace of the object element is read and checked against the expected value.
101 vvspace = testNode.vspace;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLAppletElement09.js 78 The vspace attribute specifies the vertical space above and below
81 Retrieve the vspace attribute and examine it's value.
103 vvspace = testNode.vspace;
HTMLImageElement11.js 78 The vspace attribute specifies the vertical space above and below this
81 Retrieve the vspace attribute and examine it's value.
103 vvspace = testNode.vspace;
HTMLObjectElement16.js 78 The vspace attribute specifies the vertical space above or below this
81 Retrieve the vspace attribute of the first OBJECT element and examine
104 vvspace = testNode.vspace;
object13.js 79 The value of attribute vspace of the object element is read and checked against the expected value.
101 vvspace = testNode.vspace;
  /build/tools/droiddoc/templates-sdk/assets/design/
default.css 185 .vspace.size-1 {
188 .vspace.size-2 {
191 .vspace.size-3 {
194 .vspace.size-4 {
197 .vspace.size-5 {
200 .vspace.size-6 {
203 .vspace.size-7 {
206 .vspace.size-8 {
209 .vspace.size-9 {
212 .vspace.size-10
    [all...]
default.scss 233 .vspace.size-#{$n} { height: 10px * $n; }
  /external/iproute2/doc/
ip-tunnels.tex 16 \vspace{5mm}
144 \vspace{2mm}
154 \vspace{2mm}
api-ip6-flowlabels.tex 16 \vspace{5mm}
ip-cref.tex 16 \vspace{5mm}
    [all...]
  /frameworks/base/core/java/android/widget/
TextView.java 4097 int vspace = mBottom - mTop - getCompoundPaddingBottom() - compoundPaddingTop; local
4606 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; local
4613 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; local
4793 int vspace = bottom - top - compoundPaddingBottom - compoundPaddingTop; local
6790 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); local
6889 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); local
7042 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); local
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 368 @property int vspace; variable
591 @property int vspace; variable
719 @property int vspace; variable
    [all...]
  /external/dropbear/libtommath/
bn.tex 33 \def\Proof{\vspace{1ex}\noindent {\bf Proof:}\hspace{1em}}
47 \def\gap{\vspace{0.5ex}}
58 \vspace{10cm}
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 35 \def\Proof{\vspace{1ex}\noindent {\bf Proof:}\hspace{1em}}
49 \def\gap{\vspace{0.5ex}}
69 \vspace{2in}
82 \vspace{15mm}
    [all...]

Completed in 1483 milliseconds