OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_indexInShorthandsVector
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h
38
,
m_indexInShorthandsVector
(indexInShorthandsVector)
49
uint16_t
m_indexInShorthandsVector
: 2; // If this property was set as part of an ambiguous shorthand, gives the index in the shorthands vector.
CSSProperty.cpp
44
ASSERT(shorthands.size() &&
m_indexInShorthandsVector
>= 0 &&
m_indexInShorthandsVector
< shorthands.size());
45
return shorthands.at(
m_indexInShorthandsVector
).id();
Completed in 117 milliseconds