Searched refs:pProps (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/audio_device/win/ |
D | audio_device_core_win.cc | 4688 IPropertyStore *pProps = NULL; in _GetDeviceName() local 4696 hr = pDevice->OpenPropertyStore(STGM_READ, &pProps); in _GetDeviceName() 4710 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName); in _GetDeviceName() 4745 SAFE_RELEASE(pProps); in _GetDeviceName() 4860 IPropertyStore *pProps = NULL; in _EnumerateEndpointDevicesAll() local 4914 &pProps); in _EnumerateEndpointDevicesAll() 4925 hr = pProps->GetValue( in _EnumerateEndpointDevicesAll() 5012 SAFE_RELEASE(pProps); in _EnumerateEndpointDevicesAll() 5026 SAFE_RELEASE(pProps); in _EnumerateEndpointDevicesAll()
|
/external/pdfium/core/src/fpdfdoc/ |
D | pdf_vt.h | 142 CPVT_WordInfo(FX_WORD word, FX_INT32 charset, FX_INT32 fontIndex, CPVT_WordProps * pProps): in CPVT_WordInfo() 144 nFontIndex(fontIndex), pWordProps(pProps) in CPVT_WordInfo()
|
D | doc_vt.cpp | 925 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps) in InsertText() argument 938 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 946 wp = InsertSection(wp, pSecProps, pProps); in InsertText() 952 wp = InsertWord(wp, word, charset, pProps); in InsertText()
|