HomeSort by relevance Sort by last modified time
    Searched defs:useFallback (Results 1 - 7 of 7) sorted by null

  /external/chromium/webkit/glue/
cpp_bound_class_unittest.cc 86 ExampleTestShell* host = new ExampleTestShell(useFallback());
148 virtual bool useFallback() {
158 virtual bool useFallback() {
  /external/icu4c/common/
ucnv_ext.c 124 UBool useFallback, UBool flush) {
169 TO_U_USE_FALLBACK(useFallback)) &&
208 TO_U_USE_FALLBACK(useFallback)) &&
290 cnv->useFallback, flush);
331 UBool useFallback) {
344 useFallback, TRUE);
377 cnv->useFallback, pArgs->flush);
505 * @param useFallback "use fallback" flag, usually from cnv->useFallback
523 UBool useFallback, UBool flush)
    [all...]
ucnv_bld.h 180 UBool useFallback;
ucnv_ct.c 337 UBool useFallback = cnv->useFallback;
407 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback);
425 pValueLength = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback);
ucnv2022.c     [all...]
ucnvmbcs.c 780 UBool useFallback;
784 useFallback=(UBool)(which==UCNV_ROUNDTRIP_AND_FALLBACK_SET);
    [all...]
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 98 bool useFallback;
99 return shouldUsePlugin(completedURL, mimeType, shouldPreferPlugInsForImages, false, useFallback);
102 bool SubframeLoader::requestPlugin(HTMLPlugInImageElement* ownerElement, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback)
121 return loadPlugin(ownerElement, url, mimeType, paramNames, paramValues, useFallback);
139 bool useFallback;
140 if (shouldUsePlugin(completedURL, mimeType, ownerElement->shouldPreferPlugInsForImages(), renderer->hasFallbackContent(), useFallback))
141 return requestPlugin(ownerElement, completedURL, mimeType, paramNames, paramValues, useFallback);
300 bool SubframeLoader::shouldUsePlugin(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback)
303 useFallback = false;
319 useFallback = objectType == ObjectContentNone && hasFallback
    [all...]

Completed in 81 milliseconds