Searched refs:pszValue (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssdeclaration.cpp | 49 const FX_WCHAR* pszValue, in CopyToLocal() argument 57 (void*)(uintptr_t)FX_HashCode_String_GetW(pszValue, iValueLen, FALSE); in CopyToLocal() 67 FXSYS_wcsncpy(psz, pszValue, iValueLen); in CopyToLocal() 107 const FX_WCHAR* pszValue, in AddProperty() argument 111 if (iValueLen >= 10 && pszValue[iValueLen - 10] == '!' && in AddProperty() 112 FX_wcsnicmp(L"important", pszValue + iValueLen - 9, 9) == 0) { in AddProperty() 136 pCSSValue = ParseFunction(pArgs, pszValue, iValueLen); in AddProperty() 139 pCSSValue = ParseNumber(pArgs, pszValue, iValueLen); in AddProperty() 142 pCSSValue = ParseEnum(pArgs, pszValue, iValueLen); in AddProperty() 145 pCSSValue = ParseColor(pArgs, pszValue, iValueLen); in AddProperty() [all …]
|
D | fde_cssdeclaration.h | 46 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 …]
|
D | fde_cssdatatable.cpp | 667 FX_BOOL FDE_ParseCSSNumber(const FX_WCHAR* pszValue, in FDE_ParseCSSNumber() argument 671 FXSYS_assert(pszValue != NULL && iValueLen > 0); in FDE_ParseCSSNumber() 673 fValue = FX_wcstof(pszValue, iValueLen, &iUsedLen); in FDE_ParseCSSNumber() 678 pszValue += iUsedLen; in FDE_ParseCSSNumber() 680 if (iValueLen >= 1 && *pszValue == '%') { in FDE_ParseCSSNumber() 683 FDE_LPCCSSLENGTHUNITTABLE pUnit = FDE_GetCSSLengthUnitByName(pszValue, 2); in FDE_ParseCSSNumber() 691 FX_BOOL FDE_ParseCSSString(const FX_WCHAR* pszValue, in FDE_ParseCSSString() argument 695 FXSYS_assert(pszValue != NULL && iValueLen > 0); in FDE_ParseCSSString() 699 FX_WCHAR first = pszValue[0], last = pszValue[iValueLen - 1]; in FDE_ParseCSSString() 707 FX_BOOL FDE_ParseCSSURI(const FX_WCHAR* pszValue, in FDE_ParseCSSURI() argument [all …]
|
D | fde_cssstylesheet.cpp | 229 const FX_WCHAR* pszValue = NULL; in LoadStyleRule() local 239 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 241 CFDE_CSSSelector::FromString(m_pAllocator, pszValue, iValueLen); in LoadStyleRule() 247 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 248 propertyArgs.pProperty = FDE_GetCSSPropertyByName(pszValue, iValueLen); in LoadStyleRule() 250 wsName = CFX_WideStringC(pszValue, iValueLen); in LoadStyleRule() 255 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 257 pStyleRule->GetDeclImp().AddProperty(&propertyArgs, pszValue, in LoadStyleRule() 261 pszValue = pSyntax->GetCurrentString(iValueLen); in LoadStyleRule() 264 &propertyArgs, wsName, wsName.GetLength(), pszValue, iValueLen); in LoadStyleRule() [all …]
|
D | fde_cssdatatable.h | 179 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/ |
D | proxydetect.cc | 888 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);
|