Searched refs:explicitValue (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListItem.h42 int explicitValue() const { return m_explicitValue; } function in class:blink::FINAL
H A DRenderCounter.cpp141 value = toRenderListItem(object).explicitValue();
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToStream.java580 String explicitValue = (String) format.get(key);
581 if (explicitValue == null && value != null) {
585 if (explicitValue != null) {
587 this.setOutputProperty(key,explicitValue);

Completed in 1569 milliseconds