Searched refs:m_propertyMap (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/css/
H A DCSSStyleApplyProperty.h91 m_propertyMap[index(property)] = value;
98 m_propertyMap[index(newProperty)] = m_propertyMap[index(equivalentProperty)];
104 return m_propertyMap[index(property)];
107 ApplyPropertyBase* m_propertyMap[numCSSProperties]; member in class:WebCore::CSSStyleApplyProperty
H A DCSSStyleApplyProperty.cpp45 m_propertyMap[0] = one;
46 m_propertyMap[1] = two;
47 m_propertyMap[2] = three;
48 m_propertyMap[3] = four;
49 m_propertyMap[4] = 0; // always null terminated
54 for (ApplyPropertyBase* const* e = m_propertyMap; *e; e++)
60 for (ApplyPropertyBase* const* e = m_propertyMap; *e; e++)
66 for (ApplyPropertyBase* const* e = m_propertyMap; *e; e++)
70 ApplyPropertyBase* m_propertyMap[5]; member in class:WebCore::ApplyPropertyExpanding
295 m_propertyMap[
[all...]
/external/webkit/Source/JavaScriptCore/API/
H A DJSCallbackObject.h83 PrivatePropertyMap::const_iterator location = m_propertyMap.find(propertyName.impl());
84 if (location == m_propertyMap.end())
92 m_propertyMap.add(propertyName.impl(), empty).first->second.set(globalData, owner, value);
97 m_propertyMap.remove(propertyName.impl());
102 for (PrivatePropertyMap::iterator ptr = m_propertyMap.begin(); ptr != m_propertyMap.end(); ++ptr) {
110 PrivatePropertyMap m_propertyMap; member in struct:JSC::JSCallbackObjectData::JSPrivatePropertyMap

Completed in 81 milliseconds