Home
last modified time | relevance | path

Searched refs:hasFallback (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dtransreg.cpp212 UBool hasFallback() const;
287 UBool Spec::hasFallback() const { in hasFallback() function in Spec
1178 if (!src.hasFallback()) { in find()
1183 if (!trg.hasFallback()) { in find()
/external/webkit/WebCore/loader/
DFrameLoader.h507 … bool shouldUsePlugin(const KURL&, const String& mimeType, bool hasFallback, bool& useFallback);
DFrameLoader.cpp1749 bool FrameLoader::shouldUsePlugin(const KURL& url, const String& mimeType, bool hasFallback, bool& … in shouldUsePlugin() argument
1768 useFallback = objectType == ObjectContentNone && hasFallback; in shouldUsePlugin()