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

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DClearButtonElement.h55 virtual bool isClearButtonElement() const OVERRIDE;
61 DEFINE_TYPE_CASTS(ClearButtonElement, Element, element, element->isClearButtonElement(), element.isClearButtonElement());
H A DClearButtonElement.cpp115 bool ClearButtonElement::isClearButtonElement() const function in class:blink::ClearButtonElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h435 virtual bool isClearButtonElement() const { return false; } function in class:blink::Element

Completed in 3814 milliseconds