Home
last modified time | relevance | path

Searched refs:errored (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/ui/web_applications/
Dweb_app_ui.cc53 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/
Dnavigation_collector.js300 get errored() { getter in NavigationCollector
330 return this.getMostErroredUrls_(this.errored, num);
/external/chromium/chrome/browser/ui/views/
Dcreate_application_shortcut_view.cc217 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()
Dcreate_application_shortcut_view.h99 void OnIconDownloaded(bool errored, const SkBitmap& image);
/external/chromium/chrome/browser/
Dfavicon_helper.cc281 bool errored, in OnDidDownloadFavicon() argument
291 i->second.callback->Run(id, errored, image); in OnDidDownloadFavicon()
297 if (!errored) { in OnDidDownloadFavicon()
Dfavicon_helper.h164 bool errored,
Dfavicon_helper_unittest.cc179 bool errored, in OnDidDownloadFavicon() argument
181 FaviconHelper::OnDidDownloadFavicon(id, image_url, errored, image); in OnDidDownloadFavicon()
/external/webkit/Tools/
DChangeLog-2011-02-1624375 Python. It would be nice if we just trapped this and errored out
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1449172 …out of the Cache loader before more properly failing them as errored out. The result? Partially …
DChangeLog7166 since the load event doesn't fire in cases of canceled or errored loads.