Searched defs:useFallback (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DSubframeLoader.cpp101 bool useFallback; local
140 bool SubframeLoader::requestPlugin(HTMLPlugInImageElement& ownerElement, const URL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) argument
218 bool useFallback; local
358 bool SubframeLoader::shouldUsePlugin(const URL& url, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback) argument
385 loadPlugin(HTMLPlugInImageElement& pluginElement, const URL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducnv_bld.h181 UBool useFallback; member in struct:UConverter
H A Ducnv_ct.c338 UBool useFallback = cnv->useFallback; local
H A Ducnv_ext.cpp451 extFromUUseMapping(UBool useFallback, uint32_t value, UChar32 firstCP) { argument
330 ucnv_extSimpleMatchToU(const int32_t *cx, const char *source, int32_t length, UBool useFallback) argument
528 ucnv_extMatchFromU(const int32_t *cx, UChar32 firstCP, const UChar *pre, int32_t preLength, const UChar *src, int32_t srcLength, uint32_t *pMatchValue, UBool useFallback, UBool flush) argument
807 ucnv_extSimpleMatchFromU(const int32_t *cx, UChar32 cp, uint32_t *pValue, UBool useFallback) argument
[all...]
H A Ducnv2022.cpp1629 UBool useFallback; local
1067 MBCS_FROM_UCHAR32_ISO2022(UConverterSharedData* sharedData, UChar32 c, uint32_t* value, UBool useFallback, int outputType) argument
1138 MBCS_SINGLE_FROM_UCHAR32(UConverterSharedData* sharedData, UChar32 c, uint32_t* retval, UBool useFallback) argument
2320 UBool useFallback; local
2634 UBool useFallback; local
2881 UBool useFallback; local
[all...]
H A Ducnvmbcs.c782 UBool useFallback; local
3116 ucnv_MBCSSimpleGetNextUChar(UConverterSharedData *sharedData, const char *source, int32_t length, UBool useFallback) argument
4672 ucnv_MBCSFromUChar32(UConverterSharedData *sharedData, UChar32 c, uint32_t *pValue, UBool useFallback) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dnucnvtst.c362 testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, const char *codepage, const int32_t *expectOffsets , UBool useFallback) argument
519 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) argument

Completed in 215 milliseconds