Home
last modified time | relevance | path

Searched defs:isDateTimeEditElement (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeEditElement.cpp637 bool DateTimeEditElement::isDateTimeEditElement() const in isDateTimeEditElement() function in WebCore::DateTimeEditElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h437 virtual bool isDateTimeEditElement() const { return false; } in isDateTimeEditElement() function