Home
last modified time | relevance | path

Searched refs:MeterValueElement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/shadow/
DMeterShadowElement.h67 class MeterValueElement : public MeterShadowElement {
69 MeterValueElement(Document* document) in MeterValueElement() function
75 static PassRefPtr<MeterValueElement> create(Document*);
79 inline PassRefPtr<MeterValueElement> MeterValueElement::create(Document* document) in create()
81 return adoptRef(new MeterValueElement(document)); in create()
DMeterShadowElement.cpp71 const AtomicString& MeterValueElement::shadowPseudoId() const in shadowPseudoId()
94 void MeterValueElement::setWidthPercentage(double width) in setWidthPercentage()
/external/webkit/Source/WebCore/html/
DHTMLMeterElement.h29 class MeterValueElement; variable
75 RefPtr<MeterValueElement> m_value;
DHTMLMeterElement.cpp231 m_value = MeterValueElement::create(document()); in createShadowSubtree()
/external/webkit/Source/WebCore/
DChangeLog29735 (WebCore::MeterValueElement::shadowPseudoId):
29736 (WebCore::MeterValueElement::setWidthPercentage):
29740 (WebCore::MeterValueElement::MeterValueElement):
29741 (WebCore::MeterValueElement::create):
29966 (WebCore::MeterValueElement::shadowPseudoId):
29967 (WebCore::MeterValueElement::setWidthPercentage):
29971 (WebCore::MeterValueElement::MeterValueElement):
29972 (WebCore::MeterValueElement::create):