Searched refs:imagePath (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
D | ImagePageGenerator.java | 57 final String imagePath = "/image_" + mIndex + ".png"; in getPageUrl() local 59 webServer.setResponseBase64(imagePath, getImageSourceNoAdvance(), in getPageUrl() 62 return webServer.setResponse(pagePath, getPageTemplateSource(imagePath), null); in getPageUrl()
|
/external/chromium/chrome/browser/resources/ |
D | bug_report.js | 88 var imagePath = ''; 90 imagePath = $(selectedThumbnailId + '-image').src; 100 imagePath];
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | LoadDataWithBaseUrlTest.java | 313 String imagePath = tempImage.getAbsolutePath(); in testLoadDataWithBaseUrlAccessingFile() local 331 assertFalse(canAccessFileFromData(DATA_BASE_URL, "file://" + imagePath + "?" + token)); in testLoadDataWithBaseUrlAccessingFile() 341 "file://" + imagePath + "?" + token)); in testLoadDataWithBaseUrlAccessingFile() 352 assertFalse(canAccessFileFromData(DATA_BASE_URL, "file://" + imagePath + "?" + token)); in testLoadDataWithBaseUrlAccessingFile() 359 "file://" + imagePath + "?" + token)); in testLoadDataWithBaseUrlAccessingFile()
|
D | LoadUrlTest.java | 147 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; in testLoadUrlWithExtraHeaders() local 148 webServer.setResponseBase64(imagePath, in testLoadUrlWithExtraHeaders() 166 validateNoRequestHeaders(extraHeaders, webServer.getLastRequest(imagePath)); in testLoadUrlWithExtraHeaders()
|
D | AwContentsClientShouldInterceptRequestTest.java | 402 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; in testCalledForImage() local 403 mWebServer.setResponseBase64(imagePath, in testCalledForImage() 431 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; in testNoOnReceivedErrorCallback() local 432 final String imageUrl = mWebServer.setResponseBase64(imagePath, in testNoOnReceivedErrorCallback()
|
/external/chromium_org/remoting/host/ |
D | continue_window_mac.mm | 130 NSString *imagePath = [bundle pathForResource:@"chromoting128" ofType:@"png"]; 132 [[NSImage alloc] initByReferencingFile:imagePath]);
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | AttachDialog.cs | 152 private ProcessCategory DetermineProcessCategory(string imagePath, string[] cmdline) { in DetermineProcessCategory() argument 156 string file = Path.GetFileName(imagePath); in DetermineProcessCategory()
|
/external/qemu/android/avd/ |
D | info.h | 207 void avdInfo_setImageFile( AvdInfo* i, AvdImageType imageType, const char* imagePath );
|
D | info.c | 125 char* imagePath [ AVD_IMAGE_MAX ]; member 137 AFREE(i->imagePath[nn]); in avdInfo_free() 672 i->imagePath[id] = path; 850 return i->imagePath[imageType]; in avdInfo_getImageFile()
|