/external/webkit/WebCore/html/ |
HTMLHRElement.idl | 26 attribute [ConvertNullToNullString] DOMString width;
|
HTMLTableElement.h | 90 String width() const; 119 bool m_borderAttr; // Sets a precise border width and creates an outset border for the table and for its cells. 121 bool m_frameAttr; // Implies a thin border width if no border is set and then a certain set of solid/hidden borders based off the value. 122 TableRules m_rulesAttr; // Implies a thin border width, a collapsing border model, and all borders on the table becoming set to hidden (if frame/border
|
/external/webkit/WebCore/manual-tests/accessibility/ |
java-applet.html | 4 <applet code="AppletTest.class" width=200 height=140 codebase="resources" name="appletTest"></applet>
|
/external/webkit/WebCore/manual-tests/ |
drag-image-to-desktop.html | 11 <img src="http://127.0.0.1:8000/misc/resources/generatedimage.bat" width="88" height="31">
|
drag_with_opacity.html | 25 <table width="100%" border="1" cellspacing="0" cellpadding="0">
|
svg-links.svg | 3 <rect width='100' height='100' />
|
/external/webkit/WebCore/manual-tests/plugins/ |
windowed.html | 13 width: 200px; 36 flashPlugin.width = flashPlugin.width == "200" ? "100" : "200"; 69 width="200" height="200"
|
windowless.html | 13 width: 200px; 36 flashPlugin.width = flashPlugin.width == "200" ? "100" : "200"; 69 width="200" height="200"
|
/external/webkit/WebCore/manual-tests/qt/ |
qtplugin.html | 4 <img src="qrc:/webkit/inspector/Images/largerResourcesButtonGlyph.png" width="80" height="80"/>
|
/external/webkit/WebCore/platform/graphics/skia/ |
NativeImageSkia.cpp | 54 if (m_lastRequestSize.width() == w && m_lastRequestSize.height() == h) 61 return m_resizedImage.width() == w && m_resizedImage.height() == h; 69 if (m_resizedImage.width() != w || m_resizedImage.height() != h) 97 if (m_lastRequestSize.width() == destWidth &&
|
/external/webkit/WebCore/platform/graphics/win/ |
ImageCGWin.cpp | 82 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), DeviceColorSpace, CompositeCopy); 96 if (CGImageGetHeight(image) == static_cast<size_t>(srcSize.height()) && CGImageGetWidth(image) == static_cast<size_t>(srcSize.width())) { 99 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, srcSize.width(), srcSize.height()), styleColorSpace, compositeOp); 107 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), styleColorSpace, compositeOp);
|
ImageCairoWin.cpp | 87 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), DeviceColorSpace, CompositeCopy); 100 if (cairo_image_surface_get_height(image) == static_cast<size_t>(srcSize.height()) && cairo_image_surface_get_width(image) == static_cast<size_t>(srcSize.width())) { 103 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, srcSize.width(), srcSize.height()), DeviceColorSpace, compositeOp); 111 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), DeviceColorSpace, compositeOp);
|
/external/webkit/WebCore/platform/mac/ |
DragImageMac.mm | 51 NSSize newSize = NSMakeSize((originalSize.width * scale.width()), (originalSize.height * scale.height())); 52 newSize.width = roundf(newSize.width);
|
/external/webkit/WebCore/svg/ |
SVGFitToViewBox.cpp | 61 if (w < 0.0) { // check that width is positive 62 doc->accessSVGExtensions()->reportError("A negative value for ViewBox width is not allowed"); 80 if (!viewBoxRect.width() || !viewBoxRect.height()) 83 return preserveAspectRatio.getCTM(viewBoxRect.x(), viewBoxRect.y(), viewBoxRect.width(), viewBoxRect.height(), 0, 0, viewWidth, viewHeight);
|
/external/webkit/WebKit/qt/tests/hybridPixmap/ |
widget.cpp | 50 QCOMPARE(ui->lbl2->size().width(), ui->webView->page()->mainFrame()->findFirstElement("#img1").evaluateJavaScript("this.width").toInt()); 51 QCOMPARE(ui->lbl3->size().width(), ui->webView->page()->mainFrame()->findFirstElement("#img2").evaluateJavaScript("this.width").toInt());
|
/external/wpa_supplicant/wpa_gui/ |
scanresults.ui | 11 <width>452</width> 108 <width>50</width>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
scanresults.ui | 11 <width>452</width> 108 <width>50</width>
|
/frameworks/base/core/java/android/service/urlrenderer/ |
IUrlRendererService.aidl | 25 void render(in List<String> urls, int width, int height,
|
/frameworks/base/core/java/android/service/wallpaper/ |
IWallpaperEngine.aidl | 25 void setDesiredSize(int width, int height);
|
/frameworks/base/core/java/android/text/ |
AndroidCharacter.java | 42 * Calculate the East Asian Width of a character according to 50 * @return the East Asian Width for input 56 * East Asian Width from <code>count</code> chars of <code>src</code> 57 * starting at <code>start</code>. East Asian Width is calculated based on
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
FixedWidth.java | 25 * Exercise table layout with cells having a fixed width and height.
|
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.R.id.html | 81 <TABLE summary="Added Fields" WIDTH="100%"> 86 <TD VALIGN="TOP" WIDTH="25%"> 93 <TD VALIGN="TOP" WIDTH="25%"> 100 <TD VALIGN="TOP" WIDTH="25%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 114 <TD VALIGN="TOP" WIDTH="25%"> 121 <TD VALIGN="TOP" WIDTH="25%"> 128 <TD VALIGN="TOP" WIDTH="25%"> 135 <TD VALIGN="TOP" WIDTH="25%"> 142 <TD VALIGN="TOP" WIDTH="25%" [all...] |
android.widget.RemoteViews.html | 80 <TABLE summary="Added Methods" WIDTH="100%"> 85 <TD VALIGN="TOP" WIDTH="25%"> 92 <TD VALIGN="TOP" WIDTH="25%"> 99 <TD VALIGN="TOP" WIDTH="25%"> 106 <TD VALIGN="TOP" WIDTH="25%"> 113 <TD VALIGN="TOP" WIDTH="25%"> 120 <TD VALIGN="TOP" WIDTH="25%"> 127 <TD VALIGN="TOP" WIDTH="25%"> 134 <TD VALIGN="TOP" WIDTH="25%"> 141 <TD VALIGN="TOP" WIDTH="25%" [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.webkit.WebViewClient.html | 81 <TABLE summary="Added Fields" WIDTH="100%"> 86 <TD VALIGN="TOP" WIDTH="25%"> 93 <TD VALIGN="TOP" WIDTH="25%"> 100 <TD VALIGN="TOP" WIDTH="25%"> 107 <TD VALIGN="TOP" WIDTH="25%"> 114 <TD VALIGN="TOP" WIDTH="25%"> 121 <TD VALIGN="TOP" WIDTH="25%"> 128 <TD VALIGN="TOP" WIDTH="25%"> 135 <TD VALIGN="TOP" WIDTH="25%"> 142 <TD VALIGN="TOP" WIDTH="25%" [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/machine/ |
_types.h | 51 /* 7.18.1.1 Exact-width integer types */ 63 /* 7.18.1.2 Minimum-width integer types */ 73 /* 7.18.1.3 Fastest minimum-width integer types */ 87 /* 7.18.1.5 Greatest-width integer types */
|