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

  /external/chromium_org/base/win/
win_util.h 32 struct IPropertyStore;
66 // Sets the boolean value for a given key in given IPropertyStore.
68 IPropertyStore* property_store,
72 // Sets the string value for a given key in given IPropertyStore.
74 IPropertyStore* property_store,
78 // Sets the application id in given IPropertyStore. The function is intended
81 BASE_EXPORT bool SetAppIdForPropertyStore(IPropertyStore* property_store,
win_util.cc 37 IPropertyStore* property_store,
142 bool SetBooleanValueForPropertyStore(IPropertyStore* property_store,
156 bool SetStringValueForPropertyStore(IPropertyStore* property_store,
170 bool SetAppIdForPropertyStore(IPropertyStore* property_store,
shortcut.cc 131 ScopedComPtr<IPropertyStore> property_store;
241 ScopedComPtr<IPropertyStore> property_store;
  /external/chromium_org/ui/base/win/
shell.cc 70 base::win::ScopedComPtr<IPropertyStore> pps;
92 base::win::ScopedComPtr<IPropertyStore> pps;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
identitystore.h 37 STDMETHOD_(HRESULT,AssociateIdentity)(THIS_ HWND hwndParent,IPropertyStore **ppPropertyStore) PURE;
propsys.h 32 typedef interface IPropertyStore IPropertyStore;
348 * IPropertyStore interface
356 IPropertyStore : public IUnknown
378 __CRT_UUID_DECL(IPropertyStore, 0x886d8eeb, 0x8cf2, 0x4446, 0x8d,0x02, 0xcd,0xba,0x1d,0xbd,0xcf,0x99)
386 IPropertyStore* This,
391 IPropertyStore* This);
394 IPropertyStore* This);
396 /*** IPropertyStore methods ***/
398 IPropertyStore* This
    [all...]
portabledevicetypes.h 235 IPropertyStore *pStore) = 0;
238 IPropertyStore *pStore) = 0;
452 IPropertyStore *pStore);
456 IPropertyStore *pStore);
637 static FORCEINLINE HRESULT IPortableDeviceValues_CopyValuesFromPropertyStore(IPortableDeviceValues* This,IPropertyStore *pStore) {
640 static FORCEINLINE HRESULT IPortableDeviceValues_CopyValuesToPropertyStore(IPortableDeviceValues* This,IPropertyStore *pStore) {
    [all...]
mmdeviceapi.h 316 IPropertyStore **ppProperties) = 0;
355 IPropertyStore **ppProperties);
397 static FORCEINLINE HRESULT IMMDevice_OpenPropertyStore(IMMDevice* This,DWORD stgmAccess,IPropertyStore **ppProperties) {
425 IPropertyStore **ppProperties);
    [all...]
functiondiscoveryapi.h 59 STDMETHOD_(HRESULT,OpenPropertyStore)(THIS_ DWORD dwStgAccess,IPropertyStore **ppIPropertyStore) PURE;
mfplay.h 80 STDMETHOD_(HRESULT,GetMetadata)(THIS_ IPropertyStore **ppMetadataStore) PURE;
257 IPropertyStore *pPropertyStore;
wmcontainer.h 245 STDMETHOD_(HRESULT,GetEncodingConfigurationPropertyStore)(THIS_ WORD wStreamNumber,IPropertyStore **ppIStore) PURE;
    [all...]
mfapi.h 403 HRESULT WINAPI MFCreateWMAEncoderActivate(IMFMediaType *pMediaType,IPropertyStore *pEncodingConfigurationProperties,IMFActivate **ppActivate);
    [all...]
mfidl.h     [all...]
shobjidl.h     [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_browsertest_win.cc 59 base::win::ScopedComPtr<IPropertyStore> pps;
102 base::win::ScopedComPtr<IPropertyStore> pps;
  /external/chromium_org/base/test/
test_shortcut_win.cc 114 ScopedComPtr<IPropertyStore> property_store;
  /external/chromium_org/chrome/browser/
jumplist_updater_win.cc 62 // So, we should use the IPropertyStore interface to set its title.
63 base::win::ScopedComPtr<IPropertyStore> property_store;
shell_integration_win.cc 490 base::win::ScopedComPtr<IPropertyStore> property_store;
  /external/chromium_org/media/audio/win/
device_enumeration_win.cc 76 ScopedComPtr<IPropertyStore> properties;
core_audio_util_win.cc 328 ScopedComPtr<IPropertyStore> properties;
376 ScopedComPtr<IPropertyStore> properties;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
win32devicemanager.cc 219 HRESULT GetStringProp(IPropertyStore* bag, PROPERTYKEY key, std::string* out) {
238 CComPtr<IPropertyStore> props;
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_core_win.h 248 int SetBoolProperty(IPropertyStore* ptrPS,
252 int SetVtI4Property(IPropertyStore* ptrPS,
audio_device_core_win.cc     [all...]

Completed in 1073 milliseconds