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

  /external/webkit/Source/WebCore/css/
CSSInitialValue.h 33 static CSSInitialValue* explicitValue = create(false).releaseRef();
34 return explicitValue;
38 static CSSInitialValue* explicitValue = create(true).releaseRef();
39 return explicitValue;
  /external/webkit/Source/WebCore/rendering/
RenderListItem.h 40 int explicitValue() const { return m_explicitValue; }
RenderCounter.cpp 251 value = toRenderListItem(object)->explicitValue();
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToStream.java 580 String explicitValue = (String) format.get(key);
581 if (explicitValue == null && value != null) {
585 if (explicitValue != null) {
587 this.setOutputProperty(key,explicitValue);
    [all...]

Completed in 225 milliseconds