Home
last modified time | relevance | path

Searched refs:isPickerIndicatorElement (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DPickerIndicatorElement.h78 virtual bool isPickerIndicatorElement() const OVERRIDE;
87 …rIndicatorElement, Element, element, element->isPickerIndicatorElement(), element.isPickerIndicato…
DPickerIndicatorElement.cpp147 bool PickerIndicatorElement::isPickerIndicatorElement() const in isPickerIndicatorElement() function in WebCore::PickerIndicatorElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h439 virtual bool isPickerIndicatorElement() const { return false; } in isPickerIndicatorElement() function