Searched refs:pszValue (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fdp/src/css/
H A Dfde_cssdeclaration.cpp49 const FX_WCHAR* pszValue,
57 (void*)(uintptr_t)FX_HashCode_String_GetW(pszValue, iValueLen, FALSE);
67 FXSYS_wcsncpy(psz, pszValue, iValueLen);
107 const FX_WCHAR* pszValue,
111 if (iValueLen >= 10 && pszValue[iValueLen - 10] == '!' &&
112 FX_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) {
136 pCSSValue = ParseFunction(pArgs, pszValue, iValueLen);
139 pCSSValue = ParseNumber(pArgs, pszValue, iValueLen);
142 pCSSValue = ParseEnum(pArgs, pszValue, iValueLen);
145 pCSSValue = ParseColor(pArgs, pszValue, iValueLe
48 CopyToLocal(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
106 AddProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
264 AddProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszName, int32_t iNameLen, const FX_WCHAR* pszValue, int32_t iValueLen) argument
282 ParseNumber(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
292 ParseEnum(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
299 ParseColor(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
308 ParseURI(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
324 ParseString(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
340 ParseFunction(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen) argument
403 ParseContentProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
466 ParseCounterProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
521 ParseValueListProperty( FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
653 ParseBorderPropoerty( IFX_MEMAllocator* pStaticStore, const FX_WCHAR* pszValue, int32_t iValueLen, IFDE_CSSValue*& pColor, IFDE_CSSValue*& pStyle, IFDE_CSSValue*& pWidth) const argument
755 ParseListStyleProperty( FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
835 ParseBackgroundProperty( FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
973 ParseFontProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
1110 ParseColumnRuleProperty( FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
1208 ParseTextEmphasisProperty( FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
1260 ParseColumnsProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
1312 ParseOverflowProperty(FDE_LPCCSSPROPERTYARGS pArgs, const FX_WCHAR* pszValue, int32_t iValueLen, FX_BOOL bImportant) argument
[all...]
H A Dfde_cssdeclaration.h46 const FX_WCHAR* pszValue,
51 const FX_WCHAR* pszValue,
56 const FX_WCHAR* pszValue,
60 const FX_WCHAR* pszValue,
64 const FX_WCHAR* pszValue,
68 const FX_WCHAR* pszValue,
72 const FX_WCHAR* pszValue,
76 const FX_WCHAR* pszValue,
80 const FX_WCHAR* pszValue,
84 const FX_WCHAR* pszValue,
[all...]
H A Dfde_cssdatatable.cpp667 FX_BOOL FDE_ParseCSSNumber(const FX_WCHAR* pszValue, argument
671 FXSYS_assert(pszValue != NULL && iValueLen > 0);
673 fValue = FX_wcstof(pszValue, iValueLen, &iUsedLen);
678 pszValue += iUsedLen;
680 if (iValueLen >= 1 && *pszValue == '%') {
683 FDE_LPCCSSLENGTHUNITTABLE pUnit = FDE_GetCSSLengthUnitByName(pszValue, 2);
691 FX_BOOL FDE_ParseCSSString(const FX_WCHAR* pszValue, argument
695 FXSYS_assert(pszValue != NULL && iValueLen > 0);
699 FX_WCHAR first = pszValue[0], last = pszValue[iValueLe
707 FDE_ParseCSSURI(const FX_WCHAR* pszValue, int32_t iValueLen, int32_t& iOffset, int32_t& iLength) argument
723 FDE_ParseCSSColor(const FX_WCHAR* pszValue, int32_t iValueLen, FX_ARGB& dwColor) argument
[all...]
H A Dfde_cssstylesheet.cpp229 const FX_WCHAR* pszValue = NULL; local
239 pszValue = pSyntax->GetCurrentString(iValueLen);
241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen);
247 pszValue = pSyntax->GetCurrentString(iValueLen);
248 propertyArgs.pProperty = FDE_GetCSSPropertyByName(pszValue, iValueLen);
250 wsName = CFX_WideStringC(pszValue, iValueLen);
255 pszValue = pSyntax->GetCurrentString(iValueLen);
257 pStyleRule->GetDeclImp().AddProperty(&propertyArgs, pszValue,
261 pszValue = pSyntax->GetCurrentString(iValueLen);
264 &propertyArgs, wsName, wsName.GetLength(), pszValue, iValueLe
293 const FX_WCHAR* pszValue = NULL; local
[all...]
H A Dfde_cssdatatable.h179 FX_BOOL FDE_ParseCSSNumber(const FX_WCHAR* pszValue,
183 FX_BOOL FDE_ParseCSSString(const FX_WCHAR* pszValue,
187 FX_BOOL FDE_ParseCSSColor(const FX_WCHAR* pszValue,
190 FX_BOOL FDE_ParseCSSURI(const FX_WCHAR* pszValue,
/external/webrtc/webrtc/base/
H A Dproxydetect.cc888 if (!ProxyListMatch(purl, nonnull(options[2].Value.pszValue), _T(';'))) {
889 ParseProxy(nonnull(options[1].Value.pszValue), proxy);
897 if (options[1].Value.pszValue) {
898 GlobalFree(options[1].Value.pszValue);
900 if (options[2].Value.pszValue) {
901 GlobalFree(options[2].Value.pszValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 150 milliseconds