HomeSort by relevance Sort by last modified time
    Searched refs:dwType (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/pdfium/xfa/src/fxfa/src/common/
fxfa_localevalue.h 25 CXFA_LocaleValue(FX_DWORD dwType, CXFA_LocaleMgr* pLocaleMgr);
26 CXFA_LocaleValue(FX_DWORD dwType,
29 CXFA_LocaleValue(FX_DWORD dwType,
66 void SetValue(const CFX_WideString& wsValue, FX_DWORD dwType);
  /hardware/ti/omap3/dspbridge/inc/
cfg.h 221 * dwType Type of Object to Get
230 extern DSP_STATUS CFG_GetObject(OUT DWORD * pdwValue, DWORD dwType);
333 * dwType Type of Object to Store
342 extern DSP_STATUS CFG_SetObject(IN DWORD dwValue, IN DWORD dwType);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ratings.h 30 DWORD dwType;
32 return (SHGetValue(HKEY_LOCAL_MACHINE,TEXT("Software\\Microsoft\\Windows\\CurrentVersion\\Policies\\Ratings"),TEXT("Key"),&dwType,&szSup,&cbSize)==ERROR_SUCCESS);
ctfutb.h 70 DWORD dwType,
134 DWORD dwType,
184 #define ITfLangBarMgr_GetThreadMarshalInterface(This,dwThreadId,dwType,riid,ppunk) (This)->lpVtbl->GetThreadMarshalInterface(This,dwThreadId,dwType,riid,ppunk)
209 static FORCEINLINE HRESULT ITfLangBarMgr_GetThreadMarshalInterface(ITfLangBarMgr* This,DWORD dwThreadId,DWORD dwType,REFIID riid,IUnknown **ppunk) {
210 return This->lpVtbl->GetThreadMarshalInterface(This,dwThreadId,dwType,riid,ppunk);
257 DWORD dwType,
ntmsapi.h 619 DWORD dwType;
649 DWORD dwType;
823 DWORD dwType;
852 DWORD dwType;
900 DWORD WINAPI EnumerateNtmsObject(HANDLE hSession,const LPNTMS_GUID lpContainerId,LPNTMS_GUID lpList,LPDWORD lpdwListSize,DWORD dwType,DWORD dwOptions);
901 DWORD WINAPI DisableNtmsObject(HANDLE hSession,DWORD dwType,LPNTMS_GUID lpObjectId);
902 DWORD WINAPI EnableNtmsObject(HANDLE hSession,DWORD dwType,LPNTMS_GUID lpObjectId);
    [all...]
schannel.h 312 DWORD dwType;
317 DWORD dwType;
324 DWORD dwType;
330 DWORD dwType;
bidispl.h 86 virtual HRESULT WINAPI SetInputData(const DWORD dwType,const BYTE *pData,const UINT uSize) = 0;
98 HRESULT (WINAPI *SetInputData)(IBidiRequest *This,const DWORD dwType,const BYTE *pData,const UINT uSize);
112 #define IBidiRequest_SetInputData(This,dwType,pData,uSize) (This)->lpVtbl->SetInputData(This,dwType,pData,uSize)
120 HRESULT WINAPI IBidiRequest_SetInputData_Proxy(IBidiRequest *This,const DWORD dwType,const BYTE *pData,const UINT uSize);
winwlx.h 67 DWORD dwType;
72 DWORD dwType;
99 DWORD dwType;
107 DWORD dwType;
118 DWORD dwType;
winnetwk.h 55 DWORD dwType;
65 DWORD dwType;
121 DWORD WINAPI WNetConnectionDialog(HWND hwnd,DWORD dwType);
122 DWORD WINAPI WNetDisconnectDialog(HWND hwnd,DWORD dwType);
191 DWORD WINAPI WNetOpenEnumA(DWORD dwScope,DWORD dwType,DWORD dwUsage,LPNETRESOURCEA lpNetResource,LPHANDLE lphEnum);
192 DWORD WINAPI WNetOpenEnumW(DWORD dwScope,DWORD dwType,DWORD dwUsage,LPNETRESOURCEW lpNetResource,LPHANDLE lphEnum);
dplobby.h 118 /* System messages - dwType field for messages */
135 DWORD dwType; /* Message type */
141 DWORD dwType; /* Message type */
148 DWORD dwType; /* Message type */
161 DWORD dwType; /* Message type */
171 DWORD dwType; /* Message type */
180 DWORD dwType; /* Message type */
192 DWORD dwType; /* Message type */
cryptxml.h 258 DWORD dwType;
282 DWORD dwType;
321 DWORD dwType;
npapi.h 16 typedef DWORD (WINAPI *PF_NPOpenEnum) (DWORD dwScope,DWORD dwType,DWORD dwUsage,LPNETRESOURCEW lpNetResource,LPHANDLE lphEnum);
24 DWORD WINAPI NPOpenEnum (DWORD dwScope,DWORD dwType,DWORD dwUsage,LPNETRESOURCEW lpNetResource,LPHANDLE lphEnum);
winreg.h 192 WINADVAPI LONG WINAPI RegSetValueA(HKEY hKey,LPCSTR lpSubKey,DWORD dwType,LPCSTR lpData,DWORD cbData);
193 WINADVAPI LONG WINAPI RegSetValueW(HKEY hKey,LPCWSTR lpSubKey,DWORD dwType,LPCWSTR lpData,DWORD cbData);
194 WINADVAPI LONG WINAPI RegSetValueExA(HKEY hKey,LPCSTR lpValueName,DWORD Reserved,DWORD dwType,CONST BYTE *lpData,DWORD cbData);
195 WINADVAPI LONG WINAPI RegSetValueExW(HKEY hKey,LPCWSTR lpValueName,DWORD Reserved,DWORD dwType,CONST BYTE *lpData,DWORD cbData);
366 DWORD dwType,
375 DWORD dwType,
nspapi.h 300 DWORD dwType;
314 DWORD dwType;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffdoc.h 36 void SetDocType(FX_DWORD dwType);
xfa_ffpageview.cpp 103 FX_DWORD dwType = dwFilter & XFA_WIDGETFILTER_AllType;
104 if ((dwType == XFA_WIDGETFILTER_Field) &&
  /external/pdfium/xfa/src/fdp/src/css/
fde_cssdeclaration.cpp 118 const FX_DWORD dwType = pArgs->pProperty->dwType;
119 switch (dwType & 0x0F) {
129 const FX_DWORD dwMatch = dwType & g_ValueGuessOrder[i];
161 if (FDE_IsOnlyValue(dwType, g_ValueGuessOrder[i])) {
530 const FX_DWORD dwType = pArgs->pProperty->dwType;
536 if (dwType & FDE_CSSVALUETYPE_MaybeNumber) {
544 if (dwType & FDE_CSSVALUETYPE_MaybeColor) {
551 if (dwType & FDE_CSSVALUETYPE_MaybeEnum) {
    [all...]
fde_cssdatatable.h 131 FX_DWORD dwType;
  /external/pdfium/fpdfsdk/include/fpdfxfa/
fpdfxfa_app.h 52 void Beep(FX_DWORD dwType) override;
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 44 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType,
46 m_dwType = dwType;
50 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType,
54 m_dwType = dwType;
56 m_bValid = ValidateCanonicalValue(wsValue, dwType);
58 CXFA_LocaleValue::CXFA_LocaleValue(FX_DWORD dwType,
65 m_dwType = dwType;
198 FX_DWORD dwType) {
200 m_dwType = dwType;
  /external/pdfium/xfa/src/fgas/src/layout/
fx_textbreak.cpp 289 inline FX_DWORD CFX_TxtBreak::GetUnifiedCharType(FX_DWORD dwType) const {
290 return dwType >= FX_CHARTYPE_ArabicAlef ? FX_CHARTYPE_Arabic : dwType;
455 FX_DWORD dwType = (pCurChar->m_dwCharProps & FX_CHARTYPEBITSMASK);
492 m_dwCharType = dwType;
519 FX_DWORD dwType = (dwProps & FX_CHARTYPEBITSMASK);
522 m_dwCharType = dwType;
525 if (dwType == FX_CHARTYPE_Numeric) {
552 FX_BOOL bBreak = (dwType != FX_CHARTYPE_Space ||
573 FX_DWORD dwType = (dwProps & FX_CHARTYPEBITSMASK);
    [all...]
fx_rtfbreak.cpp 313 inline FX_DWORD CFX_RTFBreak::GetUnifiedCharType(FX_DWORD dwType) const {
314 return dwType >= FX_CHARTYPE_ArabicAlef ? FX_CHARTYPE_Arabic : dwType;
352 FX_DWORD dwType = (dwProps & FX_CHARTYPEBITSMASK);
372 if (dwType != FX_CHARTYPE_Combination &&
373 GetUnifiedCharType(m_dwCharType) != GetUnifiedCharType(dwType)) {
376 if (m_dwCharType != FX_CHARTYPE_Space || dwType != FX_CHARTYPE_Control) {
390 (this->*g_FX_RTFBreak_lpfAppendChar[dwType >> FX_CHARTYPEBITS])(
392 m_dwCharType = dwType;
571 FX_DWORD dwType = (pCurChar->m_dwCharProps & FX_CHARTYPEBITSMASK);
    [all...]
  /external/webrtc/webrtc/base/
platform_thread.cc 61 DWORD dwType;
  /external/webrtc/webrtc/modules/audio_device/win/
audio_mixer_manager_win.h 111 void TraceTargetType(DWORD dwType) const;
  /external/pdfium/fpdfsdk/src/fpdfxfa/
fpdfxfa_app.cpp 134 void CPDFXFA_App::Beep(FX_DWORD dwType) {
137 pEnv->JS_appBeep(dwType);

Completed in 761 milliseconds

1 2 3