OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:propertyexistsinstyle
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp
163
virtual bool
propertyExistsInStyle
(const StylePropertySet* style) const { return style->getPropertyCSSValue(m_propertyID); }
213
virtual bool
propertyExistsInStyle
(const StylePropertySet*) const;
226
bool HTMLTextDecorationEquivalent::
propertyExistsInStyle
(const StylePropertySet* style) const
817
if (equivalent->matches(element) && equivalent->
propertyExistsInStyle
(m_mutableStyle.get())
[
all
...]
Completed in 481 milliseconds