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

  /external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
StylePropertyShorthand.h.tmpl 41 StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, unsigned numProperties)
44 , m_length(numProperties)
49 StylePropertyShorthand(CSSPropertyID id, const CSSPropertyID* properties, const StylePropertyShorthand** propertiesForInitialization, unsigned numProperties)
52 , m_length(numProperties)
  /external/lzma/CPP/7zip/Archive/
IArchive.h 131 STDMETHOD(GetNumberOfProperties)(UInt32 *numProperties) x; \
133 STDMETHOD(GetNumberOfArchiveProperties)(UInt32 *numProperties) x; \
185 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties) PURE;
203 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) \
204 { *numProperties = sizeof(kProps) / sizeof(kProps[0]); return S_OK; } \
208 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties) \
209 { *numProperties = sizeof(kProps) / sizeof(kProps[0]); return S_OK; } \
214 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
215 { *numProperties = sizeof(kArcProps) / sizeof(kArcProps[0]); return S_OK; } \
219 STDMETHODIMP CHandler::GetNumberOfArchiveProperties(UInt32 *numProperties) \
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.h 63 STDMETHOD(SetProperties)(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties);
7zProperties.cpp 144 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 *numProperties)
146 *numProperties = _fileInfoPopIDs.Size();
7zHandler.cpp 59 STDMETHODIMP CHandler::GetNumberOfProperties(UInt32 * /* numProperties */)
447 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
453 for (int i = 0; i < numProperties; i++)
7zHandlerOut.cpp 452 STDMETHODIMP CHandler::SetProperties(const wchar_t **names, const PROPVARIANT *values, Int32 numProperties)
458 for (int i = 0; i < numProperties; i++)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
SerializedScriptValue.cpp 209 ObjectTag = '{', // numProperties:uint32_t -> pops the last object from the open stack;
210 // fills it with the last numProperties name,value pairs pushed onto the deserialization stack
211 SparseArrayTag = '@', // numProperties:uint32_t, length:uint32_t -> pops the last object from the open stack;
212 // fills it with the last numProperties name,value pairs pushed onto the deserialization stack
213 DenseArrayTag = '$', // numProperties:uint32_t, length:uint32_t -> pops the last object from the open stack;
214 // fills it with the last length elements and numProperties name,value pairs pushed onto deserialization stack
614 void writeObject(uint32_t numProperties)
617 doWriteUint32(numProperties);
620 void writeSparseArray(uint32_t numProperties, uint32_t length)
623 doWriteUint32(numProperties);
    [all...]
  /external/lzma/CPP/7zip/Common/
FilterCoder.h 104 const PROPVARIANT *properties, UInt32 numProperties);
FilterCoder.cpp 221 const PROPVARIANT *properties, UInt32 numProperties)
223 return _SetCoderProperties->SetCoderProperties(propIDs, properties, numProperties);
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 95 int numProperties = properties.size();
96 if (numProperties != otherSoapObject.properties.size()) {
101 for (int propIndex = 0; propIndex < numProperties; propIndex++) {
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
CSSPropertyParser.h 117 bool parseFillShorthand(CSSPropertyID, const CSSPropertyID* properties, int numProperties, bool important);

Completed in 947 milliseconds