Home | History | Annotate | Download | only in autofill

Lines Matching refs:Frame

45 class Frame;
51 using WebCore::Frame;
98 // Scans the DOM in |frame| extracting and storing forms.
99 void ExtractForms(Frame* frame);
101 // Returns a vector of forms in |frame| that match |requirements|.
102 void GetFormsInFrame(const Frame* frame, RequirementsMask requirements, std::vector<webkit_glue::FormData>* forms);
129 // Resets the forms for the specified |frame|.
130 void ResetFrame(const Frame* frame);