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/core/html/
HTMLFormControlElement.h 104 bool isAutofilled() const { return m_isAutofilled; }
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp 70 bool WebFormControlElement::isAutofilled() const
72 return constUnwrap<HTMLFormControlElement>()->isAutofilled();

Completed in 167 milliseconds