Home | History | Annotate | Download | only in chromium

Lines Matching defs:setAutofilled

142     bindMethod("setAutofilled", &LayoutTestController::setAutofilled);
1664 void LayoutTestController::setAutofilled(const CppArgumentList& arguments, CppVariant* result)
1678 input->setAutofilled(arguments[1].value.boolValue);