OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_listStyle
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/css/
Counter.h
37
String listStyle() const { return
m_listStyle
?
m_listStyle
->getStringValue() : String(); }
40
int listStyleNumber() const { return
m_listStyle
?
m_listStyle
->getIntValue() : 0; }
43
void setListStyle(PassRefPtr<CSSPrimitiveValue> listStyle) {
m_listStyle
= listStyle; }
49
,
m_listStyle
(listStyle)
55
RefPtr<CSSPrimitiveValue>
m_listStyle
; // int
/external/webkit/Source/WebCore/rendering/style/
CounterContent.h
38
,
m_listStyle
(style)
44
EListStyleType listStyle() const { return
m_listStyle
; }
49
EListStyleType
m_listStyle
;
Completed in 127 milliseconds