Home
last modified time | relevance | path

Searched refs:m_properties (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRule.cpp192 , m_properties(o.m_properties->mutableCopy()) in StyleRule()
203 if (!m_properties->isMutable()) in mutableProperties()
204 m_properties = m_properties->mutableCopy(); in mutableProperties()
205 return toMutableStylePropertySet(m_properties); in mutableProperties()
210 m_properties = properties; in setProperties()
220 , m_properties(o.m_properties->mutableCopy()) in StyleRulePage()
231 if (!m_properties->isMutable()) in mutableProperties()
232 m_properties = m_properties->mutableCopy(); in mutableProperties()
233 return toMutableStylePropertySet(m_properties); in mutableProperties()
238 m_properties = properties; in setProperties()
[all …]
DCSSKeyframeRule.cpp96 if (!m_properties->isMutable()) in mutableProperties()
97 m_properties = m_properties->mutableCopy(); in mutableProperties()
98 return toMutableStylePropertySet(m_properties); in mutableProperties()
103 m_properties = properties; in setProperties()
111 String decls = m_properties->asText(); in cssText()
DStyleRule.h104 const StylePropertySet* properties() const { return m_properties.get(); } in properties()
119 RefPtr<StylePropertySet> m_properties; variable
129 const StylePropertySet* properties() const { return m_properties.get(); } in properties()
140 RefPtr<StylePropertySet> m_properties; variable
150 const StylePropertySet* properties() const { return m_properties.get(); } in properties()
163 RefPtr<StylePropertySet> m_properties; variable
243 const StylePropertySet* properties() const { return m_properties.get(); } in properties()
254 RefPtr<StylePropertySet> m_properties; variable
265 const StylePropertySet* properties() const { return m_properties.get(); } in properties()
277 RefPtr<StylePropertySet> m_properties; variable
DCSSKeyframeRule.h58 const StylePropertySet* properties() const { return m_properties.get(); } in properties()
69 RefPtr<StylePropertySet> m_properties; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorState.cpp40 , m_properties(properties) in InspectorState()
52 m_properties = properties; in setFromCookie()
57 m_properties->setValue(propertyName, value); in setValue()
63 m_properties->remove(propertyName); in remove()
69 JSONObject::iterator it = m_properties->find(propertyName); in getBoolean()
71 if (it != m_properties->end()) in getBoolean()
78 JSONObject::iterator it = m_properties->find(propertyName); in getString()
80 if (it != m_properties->end()) in getString()
93 JSONObject::iterator it = m_properties->find(propertyName); in getLong()
95 if (it != m_properties->end()) in getLong()
[all …]
DInspectorState.h84 RefPtr<JSONObject> m_properties; variable
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DOutputProperties.java68 m_properties = new Properties(defaults); in OutputProperties()
83 m_properties = new Properties( in OutputProperties()
101 cloned.m_properties = (Properties) cloned.m_properties.clone(); in clone()
141 m_properties.put(key, value); in setProperty()
155 return m_properties.getProperty(key.toNamespacedString()); in getProperty()
172 return m_properties.getProperty(key); in getProperty()
184 m_properties.put(key.toNamespacedString(), value ? "yes" : "no"); in setBooleanProperty()
196 m_properties.put(key, value ? "yes" : "no"); in setBooleanProperty()
228 return OutputPropertyUtils.getBooleanProperty(key, m_properties); in getBooleanProperty()
252 m_properties.put(key, Integer.toString(value)); in setIntProperty()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DKeyframeList.h51 void addProperty(CSSPropertyID prop) { m_properties.add(prop); } in addProperty()
52 bool containsProperty(CSSPropertyID prop) const { return m_properties.contains(prop); } in containsProperty()
53 const HashSet<CSSPropertyID>& properties() const { return m_properties; } in properties()
65 HashSet<CSSPropertyID> m_properties; // The properties specified in this keyframe. variable
83 void addProperty(CSSPropertyID prop) { m_properties.add(prop); } in addProperty()
84 bool containsProperty(CSSPropertyID prop) const { return m_properties.contains(prop); } in containsProperty()
85 HashSet<CSSPropertyID>::const_iterator beginProperties() const { return m_properties.begin(); } in beginProperties()
86 HashSet<CSSPropertyID>::const_iterator endProperties() const { return m_properties.end(); } in endProperties()
96 HashSet<CSSPropertyID> m_properties; // The properties being animated. variable
DKeyframeList.cpp60 m_properties.clear(); in clear()
90 m_properties.clear(); in insert()
94 m_properties.add(*it); in insert()
98 m_properties.add(*it); in insert()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
DPropertyTable.java114 private List<PropertyInfo> m_properties; field in PropertyTable
330 int index = m_properties.indexOf(m_activePropertyInfo); in navigate()
337 newIndex = m_properties.size() - 1; in navigate()
341 newIndex = Math.min(index + m_page - 1, m_properties.size() - 1); in navigate()
345 newIndex = Math.min(index + 1, m_properties.size() - 1); in navigate()
348 if (newIndex != index && newIndex < m_properties.size()) { in navigate()
349 setActivePropertyInfo(m_properties.get(newIndex)); in navigate()
383 m_splitterResizing = event.button == 1 && m_properties != null && isLocationSplitter(event.x); in handleMouseDown()
385 if (!m_splitterResizing && m_properties != null) { in handleMouseDown()
387 if (propertyIndex >= m_properties.size()) { in handleMouseDown()
[all …]
/external/chromium_org/third_party/WebKit/Source/testing/runner/
DCppBoundClass.cpp212 for (PropertyList::iterator i = m_properties.begin(); i != m_properties.end(); ++i) in ~CppBoundClass()
227 return m_properties.find(ident) != m_properties.end(); in hasProperty()
260 PropertyList::const_iterator callback = m_properties.find(ident); in getProperty()
261 if (callback == m_properties.end()) { in getProperty()
275 PropertyList::iterator callback = m_properties.find(ident); in setProperty()
276 if (callback == m_properties.end()) in setProperty()
314 PropertyList::iterator oldCallback = m_properties.find(ident); in bindProperty()
315 if (oldCallback != m_properties.end()) { in bindProperty()
318 m_properties.erase(oldCallback); in bindProperty()
323 m_properties[ident] = callback; in bindProperty()
DCppBoundClass.h219 PropertyList m_properties; variable
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
DPropertyListIntersector.java79 private final List<Property> m_properties = Lists.newArrayList(); field in PropertyListIntersector.PropertyGroup
87 m_properties.add(property); in PropertyGroup()
112 Property properties[] = m_properties.toArray(new Property[m_properties.size()]); in getCompositeProperty()
125 Property example = m_properties.get(0); in add()
129 m_properties.add(property); in add()
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DStylePropertyShorthand.h.tmpl34 : m_properties(0)
42 : m_properties(properties)
50 : m_properties(properties)
57 const CSSPropertyID* properties() const { return m_properties; }
63 const CSSPropertyID* m_properties;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/
DComplexProperty.java36 private Property[] m_properties; field in ComplexProperty
92 return m_properties; in getProperties()
99 m_properties = properties; in setProperties()
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java741 … generator.process (mdataSnashot, cdataSnapshot, m_cache, m_properties); in run()
764 m_properties = null; in run()
797 m_properties = properties; in AppRunnerExitHook()
821 private IProperties m_properties; field in AppRunner.AppRunnerExitHook
/external/chromium_org/third_party/WebKit/Source/core/frame/
DDOMWindow.cpp554 copyToVector(m_properties, properties); in willDestroyDocumentInFrame()
564 copyToVector(m_properties, properties); in willDetachDocumentFromFrame()
571 m_properties.add(property); in registerProperty()
576 m_properties.remove(property); in unregisterProperty()
587 m_properties.clear(); in resetDOMWindowProperties()
DDOMWindow.h348 HashSet<DOMWindowProperty*> m_properties; variable