HomeSort by relevance Sort by last modified time
    Searched full:width (Results 1601 - 1625 of 5636) sorted by null

<<61626364656667686970>>

  /external/webkit/WebCore/manual-tests/
background-image-change-in-page-cache.html 21 <div style="background-image: url(resources/3dolph.gif); height: 2px; width: 2px;">
bugzilla-14899.html 30 <embed width="40" src="resources/orange.mov" controller="false">
containing-block-position-change.html 5 #t { position: absolute; width: 100px; height: 100px; background: green; left: -120px; }
contenteditable-link.html 8 width: 40em;
cursor-max-size.html 7 height: 100%; width: 100%; overflow: hidden; position: relative;
inline-input-marking.html 26 <div contenteditable id="root" class="editing" style="width:400px;">
liveconnect-security-exception.html 15 <body onload="loadApplet();window.open('resources/liveconnect-security-exception-popup.html', 'w', 'height=300, width=300');">
mask-composite-missing-images.html 5 width: 200px;
plugin-controller-datasource.html 21 <EMBED id="e" src="resources/orange.mov" width="15" height="15" controller="false" href="#" target="QuickTimePlayer"></EMBED>
scrollbar-hittest.html 21 <div style="overflow: auto; height:300px; width:50px; border-bottom: solid red 50px; border-top: solid green 20px;">
scrolling-nestedframesets.html 25 <iframe width="800" height="500" src="resources/nestedframesets.html">
select-narrow-width.html 3 Select narrow width manual test.
svg-crash-hovering-use.svg 5 <rect id="rect" width="60" height="10"/>
textarea-reset-default-value.html 21 <iframe src="resources/textarea-form-back-on-submit.html" width="800" height="200" id="frame"></iframe>
transition-left.html 13 width: 300px;
  /external/webkit/WebCore/manual-tests/inspector/
dom-mutation.html 29 <iframe id="test" src="resources/mutate-frame.html" width="200" height="300"></iframe>
  /external/webkit/WebCore/manual-tests/resources/
chrome-bidi-text-window.html 26 and shaping of Arabic letters. You can ignore small differences in the overall width
  /external/webkit/WebCore/platform/graphics/
FloatPoint.h 119 a.move(b.width(), b.height());
125 a.move(-b.width(), -b.height());
131 return FloatPoint(a.x() + b.width(), a.y() + b.height());
141 return FloatPoint(a.x() - b.width(), a.y() - b.height());
WidthIterator.h 39 bool advanceOneCharacter(float& width, GlyphBuffer* = 0);
  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 86 pos.fX + size.width(),
101 int width, // visible overflow width
112 m_fixedWidth = width;
  /external/webkit/WebCore/platform/graphics/haiku/
IntSizeHaiku.cpp 44 return BSize(width(), height());
  /external/webkit/WebCore/platform/graphics/mac/
FloatRectMac.mm 40 return NSMakeRect(x(), y(), width(), height());
FloatSizeMac.mm 34 FloatSize::FloatSize(const NSSize& s) : m_width(s.width), m_height(s.height)
IntSizeMac.mm 33 IntSize::IntSize(const NSSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s.height))
  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.cpp 124 int SurfaceOpenVG::width() const function in class:WebCore::SurfaceOpenVG
129 EGLint width; local
130 eglQuerySurface(m_eglDisplay, m_eglSurface, EGL_WIDTH, &width);
132 return width;

Completed in 168 milliseconds

<<61626364656667686970>>