/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusimaging.h | 140 PROPID id; 146 #define PropertyTagGpsVer ((PROPID) 0x0000) 147 #define PropertyTagGpsLatitudeRef ((PROPID) 0x0001) 148 #define PropertyTagGpsLatitude ((PROPID) 0x0002) 149 #define PropertyTagGpsLongitudeRef ((PROPID) 0x0003) 150 #define PropertyTagGpsLongitude ((PROPID) 0x0004) 151 #define PropertyTagGpsAltitudeRef ((PROPID) 0x0005) 152 #define PropertyTagGpsAltitude ((PROPID) 0x0006) 153 #define PropertyTagGpsGpsTime ((PROPID) 0x0007) 154 #define PropertyTagGpsGpsSatellites ((PROPID) 0x0008 [all...] |
/external/lzma/CPP/7zip/UI/Common/ |
PropIDUtils.h | 10 UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
|
LoadCodecs.cpp | 89 typedef UInt32 (WINAPI *GetHandlerPropertyFunc)(PROPID propID, PROPVARIANT *value);
90 typedef UInt32 (WINAPI *GetHandlerPropertyFunc2)(UInt32 index, PROPID propID, PROPVARIANT *value);
96 PROPID propId, CLSID &clsId, bool &isAssigned)
100 RINOK(getMethodProperty(index, propId, &prop));
142 UInt32 index, PROPID propID, NCOM::CPropVariant &prop)
145 return getProp2(index, propID, &prop);; [all...] |
ArchiveOpenCallback.cpp | 38 STDMETHODIMP COpenCallbackImp::GetProperty(PROPID propID, PROPVARIANT *value)
43 switch(propID)
48 switch(propID)
|
OpenArchive.h | 15 HRESULT GetArchiveItemBoolProp(IInArchive *archive, UInt32 index, PROPID propID, bool &result);
|
UpdateCallback.cpp | 88 STDMETHODIMP CArchiveUpdateCallback::GetProperty(UInt32 index, PROPID propID, PROPVARIANT *value)
94 if (propID == kpidIsAnti)
103 switch(propID)
121 switch(propID)
134 if (propID == kpidPath)
150 return Archive->GetProperty(indexInArchive, propID, value);
|
PropIDUtils.cpp | 10 #include "../../PropID.h"
51 UString ConvertPropertyToString(const PROPVARIANT &prop, PROPID propID, bool full)
53 switch(propID)
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zProperties.h | 6 #include "../../PropID.h"
|
7zProperties.cpp | 150 STDMETHODIMP CHandler::GetPropertyInfo(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType)
158 *propID = srcItem.propid;
|
/external/lzma/CPP/7zip/Archive/ |
IArchive.h | 8 #include "../PropID.h"
96 STDMETHOD(GetProperty)(PROPID propID, PROPVARIANT *value) x; \
128 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) x; \
130 STDMETHOD(GetArchiveProperty)(PROPID propID, PROPVARIANT *value) x; \
132 STDMETHOD(GetPropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; \
134 STDMETHOD(GetArchivePropertyInfo)(UInt32 index, BSTR *name, PROPID *propID, VARTYPE *varType) x; [all...] |
ArchiveExports.cpp | 86 STDAPI GetHandlerProperty2(UInt32 formatIndex, PROPID propID, PROPVARIANT *value)
93 switch(propID)
126 STDAPI GetHandlerProperty(PROPID propID, PROPVARIANT *value)
128 return GetHandlerProperty2(g_DefaultArcIndex, propID, value);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
ntquery.h | 35 #define PID_STG_DIRECTORY ((PROPID) 0x00000002) 36 #define PID_STG_CLASSID ((PROPID) 0x00000003) 37 #define PID_STG_STORAGETYPE ((PROPID) 0x00000004) 38 #define PID_STG_VOLUME_ID ((PROPID) 0x00000005) 39 #define PID_STG_PARENT_WORKID ((PROPID) 0x00000006) 40 #define PID_STG_SECONDARYSTORE ((PROPID) 0x00000007) 41 #define PID_STG_FILEINDEX ((PROPID) 0x00000008) 42 #define PID_STG_LASTCHANGEUSN ((PROPID) 0x00000009) 43 #define PID_STG_NAME ((PROPID) 0x0000000a) 44 #define PID_STG_PATH ((PROPID) 0x0000000b [all...] |
certadm.h | 197 virtual HRESULT WINAPI GetCAProperty(const BSTR strConfig,LONG PropId,LONG PropIndex,LONG PropType,LONG Flags,VARIANT *pvarPropertyValue) = 0; 198 virtual HRESULT WINAPI SetCAProperty(const BSTR strConfig,LONG PropId,LONG PropIndex,LONG PropType,VARIANT *pvarPropertyValue) = 0; 199 virtual HRESULT WINAPI GetCAPropertyFlags(const BSTR strConfig,LONG PropId,LONG *pPropFlags) = 0; 200 virtual HRESULT WINAPI GetCAPropertyDisplayName(const BSTR strConfig,LONG PropId,BSTR *pstrDisplayName) = 0; 229 HRESULT (WINAPI *GetCAProperty)(ICertAdmin2 *This,const BSTR strConfig,LONG PropId,LONG PropIndex,LONG PropType,LONG Flags,VARIANT *pvarPropertyValue); 230 HRESULT (WINAPI *SetCAProperty)(ICertAdmin2 *This,const BSTR strConfig,LONG PropId,LONG PropIndex,LONG PropType,VARIANT *pvarPropertyValue); 231 HRESULT (WINAPI *GetCAPropertyFlags)(ICertAdmin2 *This,const BSTR strConfig,LONG PropId,LONG *pPropFlags); 232 HRESULT (WINAPI *GetCAPropertyDisplayName)(ICertAdmin2 *This,const BSTR strConfig,LONG PropId,BSTR *pstrDisplayName); 263 #define ICertAdmin2_GetCAProperty(This,strConfig,PropId,PropIndex,PropType,Flags,pvarPropertyValue) (This)->lpVtbl->GetCAProperty(This,strConfig,PropId,PropIndex,PropType,Flags,pvarPropertyValue [all...] |
/external/lzma/CPP/7zip/UI/Console/ |
List.cpp | 28 PROPID PropID;
118 PROPID PropID;
128 PROPID PropID;
193 fieldInfo.PropID = fieldInfoInit.PropID;
203 static UString GetPropName(PROPID propID, BSTR name) [all...] |
/external/lzma/CPP/7zip/Compress/ |
Lzma2Encoder.cpp | 16 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep);
44 HRESULT SetLzma2Prop(PROPID propID, const PROPVARIANT &prop, CLzma2EncProps &lzma2Props)
46 switch (propID)
53 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps));
58 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
|
LzmaEncoder.cpp | 76 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep)
78 if (propID == NCoderPropID::kMatchFinder)
87 switch (propID)
101 STDMETHODIMP CEncoder::SetCoderProperties(const PROPID *propIDs,
110 PROPID propID = propIDs[i];
111 switch (propID)
118 RINOK(SetLzmaProp(propID, prop, props));
|
Lzma2Encoder.h | 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
LzmaEncoder.h | 27 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
|
DeltaFilter.cpp | 30 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps);
59 STDMETHODIMP CDeltaEncoder::SetCoderProperties(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps)
|
/external/lzma/CPP/7zip/Common/ |
MethodProps.h | 14 PROPID Id;
|
/external/lzma/CPP/7zip/ |
PropID.h | 0 // PropID.h
|
ICoder.h | 53 STDMETHOD(SetCoderProperties)(const PROPID *propIDs, const PROPVARIANT *props, UInt32 numProps) PURE;
131 STDMETHOD(GetProperty)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
CSSPropertyParser.h | 86 bool parseViewportProperty(CSSPropertyID propId, bool important); 87 bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important); 95 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue>, bool); 124 bool parseFillProperty(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&); 172 PassRefPtrWillBeRawPtr<CSSValue> parseShapeProperty(CSSPropertyID propId); 200 bool parseSVGValue(CSSPropertyID propId, bool important); 246 bool parseWebkitTransformOrigin(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, CSSPropertyID& propId3, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&); 247 bool parseWebkitPerspectiveOrigin(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&); 254 bool parseTextDecoration(CSSPropertyID propId, bool important); 286 bool parsePage(CSSPropertyID propId, bool important) [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8CSSStyleDeclarationCustom.cpp | 83 CSSPropertyID propID; 147 propInfo->propID = cssResolvedPropertyID(propertyName); 150 if (propInfo->propID && RuntimeCSSEnabled::isCSSPropertyEnabled(propInfo->propID)) 205 RefPtrWillBeRawPtr<CSSValue> cssValue = impl->getPropertyCSSValueInternal(static_cast<CSSPropertyID>(propInfo->propID)); 211 String result = impl->getPropertyValueInternal(static_cast<CSSPropertyID>(propInfo->propID)); 223 ExceptionState exceptionState(ExceptionState::SetterContext, getPropertyName(static_cast<CSSPropertyID>(propInfo->propID)), "CSSStyleDeclaration", info.Holder(), info.GetIsolate()); 224 impl->setPropertyInternal(static_cast<CSSPropertyID>(propInfo->propID), propertyValue, false, exceptionState);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSProperty.h | 93 inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId) 95 if (!RuntimeEnabledFeatures::cssAnimationUnprefixedEnabled() && (propId >= CSSPropertyWebkitAnimation && propId <= CSSPropertyAnimationTimingFunction)) 96 return propId; 99 switch (propId) { 185 propertyId = propId;
|