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

  /external/chromium_org/third_party/WebKit/Source/core/animation/css/
CSSTransitionData.h 27 , propertyId(id)
34 , propertyId(CSSPropertyInvalid)
41 , propertyId(CSSPropertyInvalid)
46 bool operator==(const TransitionProperty& other) const { return propertyType == other.propertyType && propertyId == other.propertyId && propertyString == other.propertyString; }
49 CSSPropertyID propertyId;
CSSAnimations.cpp 479 CSSPropertyID property = transitionProperty.propertyId;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertyShorthandCustom.cpp 115 const StylePropertyShorthand& parsingShorthandForProperty(CSSPropertyID propertyID)
117 switch (propertyID) {
129 return shorthandForProperty(propertyID);
145 bool isExpandedShorthandForAll(CSSPropertyID propertyId)
156 if (propertyId == CSSPropertyMarker || propertyId == CSSPropertyFont)
158 return shorthandForProperty(propertyId).length();
CSSComputedStyleDeclaration.cpp 587 static PassRefPtrWillBeRawPtr<CSSValueList> createPositionListForLayer(CSSPropertyID propertyID, const FillLayer& layer, const RenderStyle& style)
591 ASSERT_UNUSED(propertyID, propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
596 ASSERT(propertyID == CSSPropertyBackgroundPosition || propertyID == CSSPropertyWebkitMaskPosition);
603 static PassRefPtrWillBeRawPtr<CSSValue> valueForPositionOffset(RenderStyle& style, CSSPropertyID propertyID, const RenderObject* renderer)
606 switch (propertyID) {
624 LayoutUnit containingBlockSize = (propertyID == CSSPropertyLeft || propertyID == CSSPropertyRight)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h 116 PassRefPtr<StyleImage> styleImage(CSSPropertyID propertyId, CSSValue* value)
118 return m_elementStyleResources.styleImage(document(), document().textLinkColors(), style()->color(), propertyId, value);
CSSToStyleMap.cpp 50 PassRefPtr<StyleImage> CSSToStyleMap::styleImage(CSSPropertyID propertyId, CSSValue* value)
52 return m_elementStyleResources.styleImage(m_state.document(), m_state.document().textLinkColors(), m_state.style()->color(), propertyId, value);
StyleResolver.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
uiautomationcore.h 48 typedef int PROPERTYID;
75 PROPERTYID propertyId,
113 PROPERTYID propertyId,
135 #define IRawElementProviderSimple_GetPropertyValue(This,propertyId,pRetVal) (This)->lpVtbl->GetPropertyValue(This,propertyId,pRetVal)
155 static FORCEINLINE HRESULT IRawElementProviderSimple_GetPropertyValue(IRawElementProviderSimple* This,PROPERTYID propertyId,VARIANT *pRetVal) {
156 return This->lpVtbl->GetPropertyValue(This,propertyId,pRetVal)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8CSSStyleDeclarationCustom.cpp 164 CSSPropertyID propertyId = static_cast<CSSPropertyID>(id);
165 if (CSSPropertyMetadata::isEnabledProperty(propertyId))
166 propertyNames.append(getJSPropertyName(propertyId));
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 203 static inline bool isColorPropertyID(CSSPropertyID propertyId)
205 switch (propertyId) {
228 static bool parseColorValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
232 if (!isColorPropertyID(propertyId))
249 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
256 declaration->addParsedProperty(CSSProperty(propertyId, value.release(), important));
260 static inline bool isSimpleLengthPropertyID(CSSPropertyID propertyId, bool& acceptsNegativeNumbers)
262 switch (propertyId) {
323 static bool parseSimpleLengthValue(MutableStylePropertySet* declaration, CSSPropertyID propertyId, const String& string, bool important, CSSParserMode cssParserMode)
329 if (isCSSViewportParsingEnabledForMode(cssParserMode) || !isSimpleLengthPropertyID(propertyId, acceptsNegativeNumbers)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlEditor.java 454 public void firePropertyChange(int propertyId) {
455 super.firePropertyChange(propertyId);
  /hardware/intel/img/libdrm/libdrm/
xf86drmMode.h 361 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId);
  /prebuilts/sdk/tools/
jill.jar 
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.cpp 292 CSSPropertyID propertyId = cssPropertyID(attrName.localName());
293 ASSERT(propertyId > 0);
294 propertyNameToIdMap->set(attrName.localName().impl(), propertyId);
714 CSSPropertyID propertyID = cssPropertyIdForSVGAttributeName(name);
715 if (propertyID > 0)
716 addPropertyToPresentationAttributeStyle(style, propertyID, value);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 594 ObjCPropertyDecl *FindPropertyDeclaration(IdentifierInfo *PropertyId) const;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 228 milliseconds