Searched defs:pProps (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h142 CPVT_WordInfo(FX_WORD word, FX_INT32 charset, FX_INT32 fontIndex, CPVT_WordProps * pProps): argument
144 nFontIndex(fontIndex), pWordProps(pProps)
H A Ddoc_vt.cpp925 const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps)
938 wp = InsertSection(wp, pSecProps, pProps);
946 wp = InsertSection(wp, pSecProps, pProps);
952 wp = InsertWord(wp, word, charset, pProps);
924 InsertText(const CPVT_WordPlace & place, FX_LPCWSTR text, FX_INT32 charset, const CPVT_SecProps * pSecProps, const CPVT_WordProps * pProps) argument
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_core_win.cc4682 IPropertyStore *pProps = NULL; local
4690 hr = pDevice->OpenPropertyStore(STGM_READ, &pProps);
4704 hr = pProps->GetValue(PKEY_Device_FriendlyName, &varName);
4739 SAFE_RELEASE(pProps);
4854 IPropertyStore *pProps = NULL; local
4908 &pProps);
4919 hr = pProps->GetValue(
5006 SAFE_RELEASE(pProps);
5020 SAFE_RELEASE(pProps);

Completed in 112 milliseconds