OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isInheritedProperty
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h
58
: m_metadata(propertyID, isSetFromShorthand, indexInShorthandsVector, important, implicit,
isInheritedProperty
(propertyID))
82
static bool
isInheritedProperty
(CSSPropertyID);
CSSProperty.cpp
259
bool CSSProperty::
isInheritedProperty
(CSSPropertyID propertyID)
StylePropertySerializer.cpp
229
if (value == "initial" && !CSSProperty::
isInheritedProperty
(propertyID))
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp
114
if (!CSSProperty::
isInheritedProperty
(properties[index])) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleBuilderCustom.cpp
[
all
...]
Completed in 193 milliseconds