Searched
full:images (Results
901 -
925 of
6197) sorted by null
<<31323334353637383940>>
/external/chromium/chrome/common/extensions/docs/static/ |
omnibox.html | 11 <img src="images/omnibox.png" width="300" height="150"
|
/external/chromium_org/android_webview/renderer/ |
aw_render_view_ext.cc | 184 blink::WebVector<blink::WebElement> images; local 185 webview->mainFrame()->document().images(images); 186 hasImages = !images.isEmpty();
|
/external/chromium_org/base/process/ |
memory.h | 57 // Very large images or svg canvases can cause huge mallocs. Skia
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_image.cc | 16 // Default quality for encoding user images.
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
notification_bitmap_fetcher.h | 64 // case of decoding several images simultaneously. This will not be called
|
/external/chromium_org/chrome/browser/profiles/ |
profile_list_desktop.cc | 49 // old avatar menu uses resized-small images
|
/external/chromium_org/chrome/browser/resources/file_manager/ |
mediaplayer.html | 14 <link rel="icon" type="image/png" href="foreground/images/media/audio_player.png">
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_view.css | 13 background-image: url(chrome://resources/images/select.png);
|
/external/chromium_org/chrome/browser/resources/ntp_android/ |
mostvisited.css | 68 background-image: url(images/default_thumbnail.png);
|
/external/chromium_org/chrome/browser/resources/options/ |
content_settings.html | 84 <input id="images-allow" type="radio" name="images" value="allow"> 86 <label for="images-allow" i18n-content="images_allow"></label> 88 content-setting="images" value="allow"> 95 <input id="images-block" type="radio" name="images" value="block"> 97 <label for="images-block" i18n-content="images_block"></label> 99 content-setting="images" value="block"> 105 <button class="exceptions-list-button" contentType="images"
|
/external/chromium_org/chrome/browser/resources/ |
reader_out_of_date.html | 37 background-image: url('ssl/images/roadblock.png');
|
/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_popup_cell.mm | 38 // Without this highlighting messes up white areas of images.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
table_row_nsimage_cache.mm | 72 // Empty images are intentionally not cached.
|
/external/chromium_org/chrome/browser/ui/gtk/ |
avatar_menu_button_gtk.cc | 79 // GAIA images are square; use kWidth for both destination height and width
|
content_setting_bubble_gtk.h | 28 // content blocking (e.g. "block images"). An icon appears in the location bar,
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_item_view.h | 169 // Convenience method to paint the 3 vertical images (bottom, middle, top) 228 // The different images used for the background. 270 // The height of the box formed by the background images and its labels. 273 // The y coordinate of the box formed by the background images and its labels.
|
/external/chromium_org/chrome/browser/ui/views/location_bar/ |
icon_label_bubble_view.h | 31 // |hover_background_images| is an optional set of images to be used in place
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
user_image_screen_handler.h | 82 // Keeps whether screen has loaded all default images and redy to be shown.
|
/external/chromium_org/chrome/browser/ui/webui/ |
theme_source_unittest.cc | 68 // We used to PNGEncode the images ourselves, but encoder differences
|
/external/chromium_org/chrome/common/extensions/api/ |
media_galleries.idl | 5 // Use the <code>chrome.mediaGalleries</code> API to access media files (images,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/css/ |
feed.css | 31 background-image: url(/images/sprite_arrows.gif);
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_codelab8_webresources.html | 7 <p>Many applications, however, need to be able to load and display content from a remote location. A News Reader, for example, needs to display remote content inline or load and show images from a remote URL.</p> 142 <h2 id="loading_external_images">Load external images</h2> 157 Since we want to allow users to drag and drop images from any server, 236 add a new method that will search the Todo list looking for images that are not loaded yet: 375 // so we need to reload all images. 423 <a href="https://www.google.com/imghp?hl=en&tab=wi&authuser=0">Google images</a>, 430 Notice we are not handling local images dropped from the file manager in this change. 440 <p>The <code>loadImage()</code> method above is not the best solution for this problem, because it doesn't handle errors correctly and it could cache images in a local filesystem. 451 <li><p>Loading resources like images from the web is not straightforward compared to a standard web page.
|
extensions_index.html | 11 <img src="{{static}}/images/index/gmail-small.png"
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/ |
icons.html | 48 you'll need to upload additional images,
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
bookmarks.html | 1 <img src="{{static}}/images/bookmarks.png"
|
Completed in 1209 milliseconds
<<31323334353637383940>>