Searched refs:listStyle (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/css/
H A DCounter.h31 static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) argument
33 return adoptRef(new Counter(identifier, listStyle, separator));
37 String listStyle() const { return m_listStyle ? m_listStyle->getStringValue() : String(); } function in class:WebCore::Counter
43 void setListStyle(PassRefPtr<CSSPrimitiveValue> listStyle) { m_listStyle = listStyle; } argument
49 && listStyle() == other.listStyle()
61 Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator) argument
63 , m_listStyle(listStyle)
H A DCounter.idl25 readonly attribute DOMString listStyle;
H A DCSSPrimitiveValue.cpp1037 String listStyle = m_value.counter->listStyle(); local
1038 if (!listStyle.isEmpty()) {
1040 result.append(listStyle);
H A DCSSParser.cpp5551 RefPtr<CSSPrimitiveValue> listStyle; local
5554 listStyle = cssValuePool().createIdentifierValue(CSSValueDecimal);
5569 listStyle = cssValuePool().createIdentifierValue(listStyleID);
5572 return cssValuePool().createValue(Counter::create(identifier.release(), listStyle.release(), separator.release()));
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DCounterContent.h44 EListStyleType listStyle() const { return m_listStyle; } function in class:WebCore::CounterContent
56 && a.listStyle() == b.listStyle()
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFTPDirectoryParser.h94 , listStyle(0)
104 char listStyle; /* LISTing style */ member in struct:WebCore::ListState
H A DFTPDirectoryParser.cpp44 if (state.parsedOne || state.listStyle) /* junk if we fail to parse */
133 if (!lstyle && (!state.listStyle || state.listStyle == 'E'))
185 state.listStyle = lstyle = 'E';
204 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'E')) */
210 if (!lstyle && (!state.listStyle || state.listStyle == 'V'))
276 state.listStyle = 'V';
284 if (numtoks == 1 && (state.listStyle
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/objc/
H A DDOMCSS.mm739 - (NSString *)listStyle
744 - (void)setListStyle:(NSString *)listStyle
746 [self setProperty:@"list-style" value:listStyle priority:@""];
H A DDOMCSS.h168 - (NSString *)listStyle WEBKIT_AVAILABLE_MAC(10_4);
169 - (void)setListStyle:(NSString *)listStyle WEBKIT_AVAILABLE_MAC(10_4);
H A DPublicDOMInterfaces.h1033 @property (readonly, copy) NSString *listStyle; variable
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderCounter.cpp408 String text = listMarkerText(m_counter.listStyle(), value);
414 text = listMarkerText(m_counter.listStyle(), child->countInParent())
/macosx-10.10/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim314 \ 'listStyle', 'listStyleImage', 'listStylePosition', 'listStyleType',

Completed in 286 milliseconds