Searched defs:ProgressBarElement (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/shadow/
H A DProgressShadowElement.h51 class ProgressBarElement : public ProgressShadowElement { class in namespace:WebCore
53 ProgressBarElement(Document* document) function in class:WebCore::ProgressBarElement
58 static PassRefPtr<ProgressBarElement> create(Document*);
62 inline PassRefPtr<ProgressBarElement> ProgressBarElement::create(Document* document)
64 return adoptRef(new ProgressBarElement(document));

Completed in 64 milliseconds