Searched refs:images (Results 76 - 100 of 105) sorted by relevance

12345

/external/chromium/chrome/browser/webdata/
H A Dweb_data_service.h99 // The images, may be empty.
100 std::vector<SkBitmap> images; member in struct:WDAppImagesResult
340 // images, but only one at a particular size. If there was an image for the
344 // Sets whether all the images have been downloaded for the specified web app.
347 // Removes all images for the specified web app.
350 // Fetches the images and whether all images have been downloaded for the
H A Dweb_data_service.cc779 request->GetArgument(), &result.images);
/external/webkit/
H A DAndroid.mk87 external/skia/include/images \
/external/icu4c/
H A Dicu4c.css19 background-image: url(images/draftbg.png);
185 background-image: url(http://www.icu-project.org/images/gr100.gif);
/external/webkit/Source/WebCore/dom/
H A DDocument.idl170 readonly attribute HTMLCollection images;
H A DDocument.h379 PassRefPtr<HTMLCollection> images();
H A DDocument.cpp4193 PassRefPtr<HTMLCollection> Document::images() function in class:WebCore::Document
/external/webkit/Source/WebKit/win/Interfaces/
H A DDOMHTML.idl148 - (DOMHTMLCollection *)images;
150 HRESULT images([out, retval] IDOMHTMLCollection** collection);
/external/webkit/Source/WebCore/inspector/front-end/
H A Dinspector.css3020 .resources-category-documents, .resources-category-stylesheets, .resources-category-images,
3028 .filter-all .resources-category-images, .filter-images .resources-category-images,
3076 .resources-category-images .resources-graph-bar {
3080 .resources-category-images.resource-cached .resources-graph-bar {
3108 /* FIXME: Create bar images for WebSocket. */
3452 .resource-sidebar-tree-item.resources-category-images .icon {
3459 .resources-category-images .image-resource-icon-preview {
3472 .children.small .resource-sidebar-tree-item.resources-category-images
[all...]
H A DResource.js389 this.category = WebInspector.resourceCategories.images;
H A Dinspector.js443 images: new WebInspector.ResourceCategory("images", WebInspector.UIString("Images"), "rgb(164,60,255)"),
H A DResourcesPanel.js1079 if (this._resource.category === WebInspector.resourceCategories.images) {
H A DNetworkPanel.js1469 if (this._resource.category === WebInspector.resourceCategories.images) {
/external/opencv/cvaux/src/
H A Dcveigenobjects.cpp196 // (images, vectors, etc.). ROI supported.
421 // object for a group of input objects (images, vectors, etc.). ROI supported.
1163 // (images, vectors, etc.).
1202 IplImage **images = (IplImage **) (((CvInput *) & input)->data); local
1212 IplImage *img = images[i];
1266 // object for a group of input objects (images, vectors, etc.).
1566 CV_ERROR( CV_StsBadArg, "different sizes of images" );
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc44 // Max number of temporary images we'll cache. See comment above
840 // iterate through all the images.
907 thread_safe_cache_->SetThumbnails(cache_->images());
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager_resource_providers.cc89 stats_.images.size = 0;
/external/webkit/Source/WebKit/win/
H A DDOMHTMLClasses.cpp279 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::images( function in class:DOMHTMLDocument
H A DDOMHTMLClasses.h396 virtual HRESULT STDMETHODCALLTYPE images(
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h83 @property(readonly, retain) DOMHTMLCollection *images; variable
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1643 return pFrame->document()->images()->length() > 0;

Completed in 389 milliseconds

12345