/external/webkit/WebCore/loader/appcache/ |
D | ManifestParser.cpp | 39 enum Mode { Explicit, Fallback, OnlineWhitelist, Unknown }; enumerator 98 mode = Fallback; in parseManifest() 135 } else if (mode == Fallback) { in parseManifest()
|
D | ApplicationCacheResource.h | 42 Fallback = 1 << 4 enumerator
|
D | ApplicationCacheResource.cpp | 81 if (type & Fallback) in dumpType()
|
D | ApplicationCacheGroup.cpp | 486 … 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/ |
D | proxy_info.h | 67 bool Fallback(ProxyRetryInfoMap* proxy_retry_info) { in Fallback() function 68 return proxy_list_.Fallback(proxy_retry_info); in Fallback()
|
D | proxy_list.h | 57 bool Fallback(ProxyRetryInfoMap* proxy_retry_info);
|
D | proxy_list.cc | 111 bool ProxyList::Fallback(ProxyRetryInfoMap* proxy_retry_info) { in Fallback() function in net::ProxyList
|
D | proxy_service.cc | 458 bool did_fallback = result->Fallback(&proxy_retry_info_); in ReconsiderProxyAfterError()
|
/external/grub/docs/ |
D | menu.lst | 11 # Fallback to the second entry.
|
D | grub.texi | 1309 # Fallback to the second entry.
|
D | grub.info | 1177 # Fallback to the second entry.
|
/external/webkit/WebCore/platform/mac/ |
D | ClipboardMac.mm | 198 // Fallback to NSURLPboardType (which is a single URL)
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 308 …// Fallback to a cross-platform estimate, which will populate these values if they are non-positiv…
|
/external/bluetooth/glib/ |
D | ChangeLog.pre-2-14 | 1715 * glib/gspawn.c (fdwalk): Fallback implementation of
|
D | ChangeLog.pre-2-4 | 1443 * glib/gthread.c (g_once_impl): Fallback implementation using a
|
/external/bluetooth/glib/gio/ |
D | ChangeLog | 1960 Fallback to g_file_query_info for source size 2563 Fallback to rename() if link() is not available
|
/external/webkit/WebKitTools/ |
D | ChangeLog | 13251 - Fallback to bug urls in commit diffs, instead of just in commit messages,
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 13824 …Fallback to kCFStringEncodingWindowsLatin1 if the passed buffer is not valid UTF-8, preventing cra…
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 5230 Fallback font doesn't have requested weight in ATSUI-rendered text
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 40239 Check the last character of the expression for a dot or bracket. Fallback 70974 Fallback content inside media elements should not be rendered.
|
D | ChangeLog-2010-01-29 | 19406 Fallback to roleValue(), rather than m_role, as it may be overriden. 70289 Improved DataGrid and Kept Fallback Behavior for Platforms that don't
|
D | ChangeLog-2006-12-31 | 52786 (WebCore::selectCursor): Fallback to CURSOR_AUTO if the image is an error image.
|
D | ChangeLog-2005-08-23 | 13301 Fallback font doesn't have requested weight in ATSUI-rendered text
|
D | ChangeLog-2009-06-16 | 93322 Fallback on invalid fill or stroke styles in Canvas was
|
/external/sqlite/dist/ |
D | sqlite3.c.orig | 92400 YYCODETYPE iFallback; /* Fallback token */ 102812 ** Fallback to the copy stemmer */
|