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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 93 inline CSSPropertyID prefixingVariantForPropertyId(CSSPropertyID propId)
96 switch (propId) {
138 switch (propId) {
160 return propId;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp 133 void CSSPropertyParser::addPropertyWithPrefixingVariant(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
136 addProperty(propId, value, important, implicit);
138 CSSPropertyID prefixingVariant = prefixingVariantForPropertyId(propId);
139 if (prefixingVariant == propId)
152 void CSSPropertyParser::addProperty(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> value, bool important, bool implicit)
159 getMatchingShorthandsForLonghand(propId, &shorthands);
173 m_parsedProperties.append(CSSProperty(propId, value, important, setFromShorthand, shorthandIndex, m_implicitShorthand || implicit));
414 void CSSPropertyParser::addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue> prpValue, bool important)
416 const StylePropertyShorthand& shorthand = shorthandForProperty(propId);
419 addPropertyWithPrefixingVariant(propId, prpValue, important)
    [all...]
CSSPropertyParser.h 79 bool parseViewportProperty(CSSPropertyID propId, bool important);
80 bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important);
87 void addExpandedPropertyForValue(CSSPropertyID propId, PassRefPtrWillBeRawPtr<CSSValue>, bool);
116 bool parseFillProperty(CSSPropertyID propId, CSSPropertyID& propId1, CSSPropertyID& propId2, RefPtrWillBeRawPtr<CSSValue>&, RefPtrWillBeRawPtr<CSSValue>&);
164 PassRefPtrWillBeRawPtr<CSSValue> parseShapeProperty(CSSPropertyID propId);
192 bool parseSVGValue(CSSPropertyID propId, bool important);
243 bool parseTextDecoration(CSSPropertyID propId, bool important);
275 bool parsePage(CSSPropertyID propId, bool important);
276 bool parseSize(CSSPropertyID propId, bool important);
304 ShorthandScope(CSSPropertyParser* parser, CSSPropertyID propId) : m_parser(parser
    [all...]
BisonCSSParser-in.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFontFaceElement.cpp 111 CSSPropertyID propId = cssPropertyIdForFontFaceAttributeName(name);
112 if (propId > 0) {
113 m_fontFaceRule->mutableProperties().setProperty(propId, value, false);
SVGElement.cpp     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 468 OUT PROPID* list
477 IN PROPID propId
483 propId,
491 IN PROPID propId,
497 propId, propSize, buffer));
530 IN PROPID propId
533 return SetStatus(DllExports::GdipRemovePropertyItem(nativeImage, propId));
    [all...]
GdiPlusHeaders.h 524 OUT PROPID* list);
525 UINT GetPropertyItemSize(IN PROPID propId);
526 Status GetPropertyItem(IN PROPID propId,
534 Status RemovePropertyItem(IN PROPID propId);
GdiPlusFlat.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 109 Status GetPropertyIdList(UINT numOfProperty, PROPID *list);
110 Status GetPropertyItem(PROPID propId, UINT propSize,
112 UINT GetPropertyItemSize(PROPID propId);
120 Status RemovePropertyItem(PROPID propId);
gdiplusimpl.h 206 __inline__ Status Image::GetPropertyIdList(UINT numOfProperty, PROPID *list)
212 __inline__ Status Image::GetPropertyItem(PROPID propId, UINT propSize,
216 nativeImage, propId, propSize, buffer));
219 __inline__ UINT Image::GetPropertyItemSize(PROPID propId)
223 nativeImage, propId, &result));
282 __inline__ Status Image::RemovePropertyItem(PROPID propId)
285 nativeImage, propId));
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 1642 milliseconds