Home
last modified time | relevance | path

Searched refs:Fallback (Results 1 – 25 of 25) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DManifestParser.cpp39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown }; enumerator
98 mode = Fallback; in parseManifest()
135 } else if (mode == Fallback) { in parseManifest()
DApplicationCacheResource.h42 Fallback = 1 << 4 enumerator
DApplicationCacheResource.cpp81 if (type & Fallback) in dumpType()
DApplicationCacheGroup.cpp486 … if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) { in didReceiveResponse()
565 … if ((type & ApplicationCacheResource::Explicit) || (type & ApplicationCacheResource::Fallback)) { in didFail()
672 addEntry(manifest.fallbackURLs[i].second, ApplicationCacheResource::Fallback); in didFinishLoadingManifest()
/external/chromium/net/proxy/
Dproxy_info.h67 bool Fallback(ProxyRetryInfoMap* proxy_retry_info) { in Fallback() function
68 return proxy_list_.Fallback(proxy_retry_info); in Fallback()
Dproxy_list.h57 bool Fallback(ProxyRetryInfoMap* proxy_retry_info);
Dproxy_list.cc111 bool ProxyList::Fallback(ProxyRetryInfoMap* proxy_retry_info) { in Fallback() function in net::ProxyList
Dproxy_service.cc458 bool did_fallback = result->Fallback(&proxy_retry_info_); in ReconsiderProxyAfterError()
/external/grub/docs/
Dmenu.lst11 # Fallback to the second entry.
Dgrub.texi1309 # Fallback to the second entry.
Dgrub.info1177 # Fallback to the second entry.
/external/webkit/WebCore/platform/mac/
DClipboardMac.mm198 // Fallback to NSURLPboardType (which is a single URL)
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm308 …// Fallback to a cross-platform estimate, which will populate these values if they are non-positiv…
/external/bluetooth/glib/
DChangeLog.pre-2-141715 * glib/gspawn.c (fdwalk): Fallback implementation of
DChangeLog.pre-2-41443 * glib/gthread.c (g_once_impl): Fallback implementation using a
/external/bluetooth/glib/gio/
DChangeLog1960 Fallback to g_file_query_info for source size
2563 Fallback to rename() if link() is not available
/external/webkit/WebKitTools/
DChangeLog13251 - Fallback to bug urls in commit diffs, instead of just in commit messages,
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-1413824Fallback to kCFStringEncodingWindowsLatin1 if the passed buffer is not valid UTF-8, preventing cra…
/external/webkit/WebKit/mac/
DChangeLog-2006-02-095230 Fallback font doesn't have requested weight in ATSUI-rendered text
/external/webkit/WebCore/
DChangeLog-2008-08-1040239 Check the last character of the expression for a dot or bracket. Fallback
70974 Fallback content inside media elements should not be rendered.
DChangeLog-2010-01-2919406 Fallback to roleValue(), rather than m_role, as it may be overriden.
70289 Improved DataGrid and Kept Fallback Behavior for Platforms that don't
DChangeLog-2006-12-3152786 (WebCore::selectCursor): Fallback to CURSOR_AUTO if the image is an error image.
DChangeLog-2005-08-2313301 Fallback font doesn't have requested weight in ATSUI-rendered text
DChangeLog-2009-06-1693322 Fallback on invalid fill or stroke styles in Canvas was
/external/sqlite/dist/
Dsqlite3.c.orig92400 YYCODETYPE iFallback; /* Fallback token */
102812 ** Fallback to the copy stemmer */