HomeSort by relevance Sort by last modified time
    Searched full:img (Results 201 - 225 of 1465) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/base/
data_url_unittest.cc 136 { "data:img/png,A B %20 %0A C",
138 "img/png",
  /external/webkit/WebCore/html/
HTMLTagNames.in 62 image mapToTagName=img, createWithNew
63 img interfaceName=HTMLImageElement, constructorNeedsFormElement, createWithNew
CollectionType.h 31 DocImages, // all <img> elements in the document
  /external/webkit/WebCore/manual-tests/
drag-cursor-notallowed.html 95 is <img alt="not-allowed" src="data:image/gif;base64,R0lGODlhEgASAIAAAAAAAP///yH5BAAAAAAALAAAAAASABIAAAIvjA+px6ifmnmM1ijDmlbuuHmAhoWXaTqYKq7sObZw3HwgXd8cPr8yDGxBXEJioAAAOw=="> then the test <span class="pass">PASSED</span>. Otherwise, the test <span class="fail">FAILED</span>.</p>
103 <div id="message" style="visibility:hidden">The cursor should be <img alt="not-allowed" src="data:image/gif;base64,R0lGODlhEgASAIAAAAAAAP///yH5BAAAAAAALAAAAAASABIAAAIvjA+px6ifmnmM1ijDmlbuuHmAhoWXaTqYKq7sObZw3HwgXd8cPr8yDGxBXEJioAAAOw==">. Is it?</div>
  /external/webkit/WebKit/gtk/tests/
testhittestresult.c 129 test_info_new("<html><body><img style='position:absolute; left:0; top:0'src='0xdeadbeef' width=50 height=50></img></body></html>",
  /frameworks/base/docs/html/guide/developing/tools/
draw9patch.jd 10 <img src="{@docRoot}images/draw9patch-norm.png" style="float:right" alt="" height="300" width="341"
41 <img src="{@docRoot}images/draw9patch-bad.png" style="float:right" alt="" height="300" width="341"
  /frameworks/base/docs/html/resources/dashboard/
screens.jd 20 #jd-content div.dashboard-panel img {
51 <img alt="" width="460" height="250"
  /sdk/draw9patch/src/com/android/draw9patch/ui/
MainFrame.java 55 BufferedImage img = GraphicsUtilities.loadCompatibleImage(file.toURI().toURL()); local
56 showImageEditor(img, file.getAbsolutePath());
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
AboutPage.java 60 Image img = new Image(parent.getShell().getDisplay(), imageStream); local
61 logo.setImage(img);
  /development/pdk/docs/porting/
release_keys.jd 80 build/tools/releasetools/img_from_target_files signed-target-files.zip signed-img.zip
82 <p><code>signed-img.zip</code> contains all the <code>.img</code> files. You can use <code>fastboot update signed-img.zip</code> to use fastboot to get them on the device.</p>
  /development/samples/JetBoy/
_index.html 24 <img alt="" src="../images/JetBoy.png" />
  /external/grub/docs/
menu.lst 24 #initrd /initrd.img
  /external/tinyxml/docs/
files.html 14 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
functions_enum.html 16 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
functions_rela.html 17 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
functions_vars.html 16 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.4 </small></address>
  /external/webkit/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 35 "<img id=logo src='../resources/webkit-background.png'" +
  /external/webkit/WebCore/platform/chromium/
DragImageChromium.cpp 61 DragImageRef createDragImageFromImage(Image* img)
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimFileHandler.java 60 phone.mCM.iccIO(COMMAND_GET_RESPONSE, fileid, "img", 0, 0,
  /packages/apps/Email/tests/src/com/android/email/mail/
MessageTestUtils.java 252 * Modifier method to add img tag that has cid: src attribute.
257 return addTag("img", "SRC", "cid:" + contentId);
261 * Modifier method to add img tag that has content:// src attribute.
266 return addTag("img", "src", contentUri.toString());
  /system/vold/
Xwarp.cpp 31 const char *Xwarp::XWARP_BACKINGFILE = "/mnt/secure/asec/xwarp.img";
  /external/webkit/WebCore/platform/graphics/gtk/
ImageGtk.cpp 86 RefPtr<BitmapImage> img = BitmapImage::create(); local
89 img->setData(buffer.release(), true);
91 return img.release();
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 49 NSImage* img = image->getNSImage();
50 if (!img)
53 return [[NSCursor alloc] initWithImage:img hotSpot:hotspot];
  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 155 DragImageRef createDragImageFromImage(Image* img)
164 hbmp = allocImage(workingDC, img->size(), &drawContext);
176 cairo_surface_t* srcImage = img->nativeImageForCurrentFrame();
  /frameworks/base/docs/html/guide/topics/ui/notifiers/
index.jd 44 <img src="{@docRoot}images/toast.png" alt="" style="float:right" />
63 <img src="{@docRoot}images/notifications_window.png" alt="" style="float:right; clear:right;" />
85 <img src="{@docRoot}images/dialog_progress_spinning.png" alt="" style="float:right" />

Completed in 659 milliseconds

1 2 3 4 5 6 7 891011>>