HomeSort by relevance Sort by last modified time
    Searched defs:isAutofilled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp 67 bool WebFormControlElement::isAutofilled() const
69 return constUnwrap<HTMLFormControlElement>()->isAutofilled();
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFormControlElement.h 106 bool isAutofilled() const { return m_isAutofilled; }

Completed in 150 milliseconds