HomeSort by relevance Sort by last modified time
    Searched refs:listStyle (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/css/
Counter.idl 25 readonly attribute DOMString listStyle;
Counter.h 31 static PassRefPtr<Counter> create(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator)
33 return adoptRef(new Counter(identifier, listStyle, separator));
37 String listStyle() const { return m_listStyle ? m_listStyle->getStringValue() : String(); }
43 void setListStyle(PassRefPtr<CSSPrimitiveValue> listStyle) { m_listStyle = listStyle; }
47 Counter(PassRefPtr<CSSPrimitiveValue> identifier, PassRefPtr<CSSPrimitiveValue> listStyle, PassRefPtr<CSSPrimitiveValue> separator)
49 , m_listStyle(listStyle)
CSSParser.cpp     [all...]
  /external/webkit/WebCore/rendering/style/
CounterContent.h 43 EListStyleType listStyle() const { return m_listStyle; }
55 && a.listStyle() == b.listStyle()
  /external/webkit/WebCore/loader/
FTPDirectoryParser.h 94 , listStyle(0)
104 char listStyle; /* LISTing style */
FTPDirectoryParser.cpp 81 if (state.parsedOne || state.listStyle) /* junk if we fail to parse */
170 if (!lstyle && (!state.listStyle || state.listStyle == 'E'))
222 state.listStyle = lstyle = 'E';
241 } /* if (!lstyle && (!state.listStyle || state.listStyle == 'E')) */
247 if (!lstyle && (!state.listStyle || state.listStyle == 'V'))
313 state.listStyle = 'V';
321 if (numtoks == 1 && (state.listStyle == 'V' && !carry_buf_len)
    [all...]
  /external/webkit/WebCore/rendering/
RenderCounter.cpp 311 String text = listMarkerText(m_counter.listStyle(), value);
317 text = listMarkerText(m_counter.listStyle(), child->countInParent())
  /external/webkit/WebCore/bindings/objc/
DOMCSS.h 170 - (NSString *)listStyle;
171 - (void)setListStyle:(NSString *)listStyle;
DOMCSS.mm 720 - (NSString *)listStyle
725 - (void)setListStyle:(NSString *)listStyle
727 [self setProperty:@"list-style" value:listStyle priority:@""];
PublicDOMInterfaces.h     [all...]

Completed in 165 milliseconds