Searched refs:errored (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/ui/web_applications/ |
D | web_app_ui.cc | 53 void OnIconDownloaded(int download_id, bool errored, const SkBitmap& image); 146 bool errored, in OnIconDownloaded() argument 153 if (!errored && !image.isNull()) { in OnIconDownloaded()
|
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
D | navigation_collector.js | 300 get errored() { getter in NavigationCollector 330 return this.getMostErroredUrls_(this.errored, num);
|
/external/chromium/chrome/browser/ui/views/ |
D | create_application_shortcut_view.cc | 217 void Run(int download_id, bool errored, const SkBitmap& image) { in Run() argument 219 owner_->OnIconDownloaded(errored, image); in Run() 466 void CreateUrlApplicationShortcutView::OnIconDownloaded(bool errored, in OnIconDownloaded() argument 470 if (!errored && !image.isNull()) { in OnIconDownloaded()
|
D | create_application_shortcut_view.h | 99 void OnIconDownloaded(bool errored, const SkBitmap& image);
|
/external/chromium/chrome/browser/ |
D | favicon_helper.cc | 281 bool errored, in OnDidDownloadFavicon() argument 291 i->second.callback->Run(id, errored, image); in OnDidDownloadFavicon() 297 if (!errored) { in OnDidDownloadFavicon()
|
D | favicon_helper.h | 164 bool errored,
|
D | favicon_helper_unittest.cc | 179 bool errored, in OnDidDownloadFavicon() argument 181 FaviconHelper::OnDidDownloadFavicon(id, image_url, errored, image); in OnDidDownloadFavicon()
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 24375 Python. It would be nice if we just trapped this and errored out
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2007-10-14 | 49172 …out of the Cache loader before more properly failing them as errored out. The result? Partially …
|
D | ChangeLog | 7166 since the load event doesn't fire in cases of canceled or errored loads.
|