OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toImmutableStylePropertySet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
StylePropertySet.h
178
inline ImmutableStylePropertySet*
toImmutableStylePropertySet
(const RefPtr<StylePropertySet>& set)
180
return
toImmutableStylePropertySet
(set.get());
271
return
toImmutableStylePropertySet
(m_propertySet).metadataArray()[m_index];
278
return
toImmutableStylePropertySet
(m_propertySet).valueArray()[m_index];
301
delete
toImmutableStylePropertySet
(this);
StylePropertySet.cpp
60
return
toImmutableStylePropertySet
(const_cast<StylePropertySet*>(this));
Completed in 24 milliseconds