HomeSort by relevance Sort by last modified time
    Searched refs:pszValue (Results 1 - 18 of 18) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_cssdeclaration.h 26 static bool ParseCSSString(const wchar_t* pszValue,
30 static bool ParseCSSColor(const wchar_t* pszValue,
56 FX_ARGB ParseColorForTest(const wchar_t* pszValue,
61 void ParseFontProperty(const wchar_t* pszValue,
64 bool ParseBorderProperty(const wchar_t* pszValue,
68 const wchar_t* pszValue,
77 RetainPtr<CFX_CSSValue> ParseNumber(const wchar_t* pszValue,
79 RetainPtr<CFX_CSSValue> ParseEnum(const wchar_t* pszValue, int32_t iValueLen);
80 RetainPtr<CFX_CSSValue> ParseColor(const wchar_t* pszValue,
82 RetainPtr<CFX_CSSValue> ParseString(const wchar_t* pszValue,
    [all...]
cfx_cssdeclaration.cpp 178 bool ParseCSSNumber(const wchar_t* pszValue,
182 ASSERT(pszValue && iValueLen > 0);
184 fValue = FXSYS_wcstof(pszValue, iValueLen, &iUsedLen);
189 pszValue += iUsedLen;
191 if (iValueLen >= 1 && *pszValue == '%') {
195 GetCSSLengthUnitByName(WideStringView(pszValue, 2));
205 bool CFX_CSSDeclaration::ParseCSSString(const wchar_t* pszValue,
209 ASSERT(pszValue && iValueLen > 0);
213 wchar_t first = pszValue[0], last = pszValue[iValueLen - 1]
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shlwapi.h 580 LWSTDAPI_(DWORD) SHDeleteValueA(HKEY hkey,LPCSTR pszSubKey,LPCSTR pszValue);
581 LWSTDAPI_(DWORD) SHDeleteValueW(HKEY hkey,LPCWSTR pszSubKey,LPCWSTR pszValue);
585 LWSTDAPI_(DWORD) SHGetValueA(HKEY hkey,LPCSTR pszSubKey,LPCSTR pszValue,DWORD *pdwType,void *pvData,DWORD *pcbData);
586 LWSTDAPI_(DWORD) SHGetValueW(HKEY hkey,LPCWSTR pszSubKey,LPCWSTR pszValue,DWORD *pdwType,void *pvData,DWORD *pcbData);
590 LWSTDAPI_(DWORD) SHSetValueA(HKEY hkey,LPCSTR pszSubKey,LPCSTR pszValue,DWORD dwType,LPCVOID pvData,DWORD cbData);
591 LWSTDAPI_(DWORD) SHSetValueW(HKEY hkey,LPCWSTR pszSubKey,LPCWSTR pszValue,DWORD dwType,LPCVOID pvData,DWORD cbData);
619 LWSTDAPI_(LONG) SHRegGetValueA(HKEY hkey,LPCSTR pszSubKey,LPCSTR pszValue,SRRF dwFlags,DWORD *pdwType,void *pvData,DWORD *pcbData);
620 LWSTDAPI_(LONG) SHRegGetValueW(HKEY hkey,LPCWSTR pszSubKey,LPCWSTR pszValue,SRRF dwFlags,DWORD *pdwType,void *pvData,DWORD *pcbData);
633 LWSTDAPI_(DWORD) SHQueryValueExA(HKEY hkey,LPCSTR pszValue,DWORD *pdwReserved,DWORD *pdwType,void *pvData,DWORD *pcbData);
634 LWSTDAPI_(DWORD) SHQueryValueExW(HKEY hkey,LPCWSTR pszValue,DWORD *pdwReserved,DWORD *pdwType,void *pvData,DWORD *pcbData)
    [all...]
dbgprop.h 238 LPOLESTR pszValue;
271 LPCOLESTR pszValue,
318 LPCOLESTR pszValue,
347 #define IDebugProperty_SetValueAsString(This,pszValue,nRadix) (This)->lpVtbl->SetValueAsString(This,pszValue,nRadix)
368 static FORCEINLINE HRESULT IDebugProperty_SetValueAsString(IDebugProperty* This,LPCOLESTR pszValue,UINT nRadix) {
369 return This->lpVtbl->SetValueAsString(This,pszValue,nRadix);
410 LPCOLESTR pszValue,
687 LPCOLESTR pszValue,
729 #define IDebugExtendedProperty_SetValueAsString(This,pszValue,nRadix) (This)->lpVtbl->SetValueAsString(This,pszValue,nRadix
    [all...]
oleacc.h 346 BSTR *pszValue) = 0;
413 BSTR pszValue) = 0;
487 BSTR *pszValue);
570 BSTR pszValue);
594 #define IAccessible_get_accValue(This,varID,pszValue) (This)->lpVtbl->get_accValue(This,varID,pszValue)
610 #define IAccessible_put_accValue(This,varID,pszValue) (This)->lpVtbl->put_accValue(This,varID,pszValue)
648 static FORCEINLINE HRESULT IAccessible_get_accValue(IAccessible* This,VARIANT varID,BSTR *pszValue) {
649 return This->lpVtbl->get_accValue(This,varID,pszValue);
    [all...]
winsplp.h 299 LONG (WINAPI *fpSetValue)(HANDLE hcKey, LPCWSTR pszValue, DWORD dwType,
301 LONG (WINAPI *fpDeleteValue)(HANDLE hcKey, LPCWSTR pszValue, HANDLE hSpooler);
302 LONG (WINAPI *fpEnumValue)(HANDLE hcKey, DWORD dwIndex, LPWSTR pszValue,
305 LONG (WINAPI *fpQueryValue)(HANDLE hcKey, LPCWSTR pszValue, PDWORD pType,
    [all...]
advpub.h 59 LPSTR pszValue;
winreg.h 335 WINADVAPI LONG WINAPI RegLoadMUIStringA(HKEY hKey, LPCSTR pszValue, LPSTR pszOutBuf, DWORD cbOutBuf, LPDWORD pcbData, DWORD Flags, LPCSTR pszDirectory);
336 WINADVAPI LONG WINAPI RegLoadMUIStringW(HKEY hKey, LPCWSTR pszValue, LPWSTR pszOutBuf, DWORD cbOutBuf, LPDWORD pcbData, DWORD Flags, LPCWSTR pszDirectory);
sapi51.h     [all...]
sapi53.h     [all...]
sapi54.h     [all...]
wininet.h 156 LPSTR pszValue;
165 LPWSTR pszValue;
    [all...]
ntdsapi.h     [all...]
shlobj.h     [all...]
  /external/webrtc/webrtc/base/
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);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTPFXParser.cpp 458 pszValue(NULL)
465 FREE(pszValue);
484 PVRTPFXCreateStringCopy(&pszValue, rhs.pszValue);
    [all...]
PVRTPFXParser.h 198 char *pszValue; /*!< For example: LIGHTPOSITION */
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.cpp 512 if(strcmp(aParams[j].pszValue, aUniformSemantics[i].p) != 0)
549 *errorMsg += CPVRTString(aParams[j].pszValue) + "\n";
559 *errorMsg += CPVRTString(aParams[j].pszValue) + "\n";

Completed in 1457 milliseconds