OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPropertyImplicit
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleDeclaration.h
58
virtual bool
isPropertyImplicit
(const String& propertyName) = 0;
PropertySetCSSStyleDeclaration.h
62
virtual bool
isPropertyImplicit
(const String& propertyName) OVERRIDE;
CSSComputedStyleDeclaration.h
112
virtual bool
isPropertyImplicit
(const String& propertyName);
PropertySetCSSStyleDeclaration.cpp
203
bool PropertySetCSSStyleDeclaration::
isPropertyImplicit
(const String& propertyName)
208
return m_propertySet->
isPropertyImplicit
(propertyID);
StylePropertySet.h
99
bool
isPropertyImplicit
(CSSPropertyID) const;
StylePropertySerializer.cpp
587
if ((shorthand.properties()[j] == CSSPropertyBackgroundRepeatX && m_propertySet.
isPropertyImplicit
(shorthand.properties()[j]))
588
|| (shorthand.properties()[j] == CSSPropertyWebkitMaskRepeatX && m_propertySet.
isPropertyImplicit
(shorthand.properties()[j]))) {
689
if (!m_propertySet.
isPropertyImplicit
(shorthand.properties()[i])) {
[
all
...]
StylePropertySet.cpp
223
bool StylePropertySet::
isPropertyImplicit
(CSSPropertyID propertyID) const
CSSComputedStyleDeclaration.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleSheet.cpp
770
bool implicit = m_style->
isPropertyImplicit
(name);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CSSStyleModel.js
856
isPropertyImplicit
: function(name)
[
all
...]
Completed in 76 milliseconds