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

  /external/chromium_org/third_party/WebKit/Source/core/html/
FormController.h 34 class FormKeyGenerator;
109 OwnPtr<FormKeyGenerator> m_formKeyGenerator;
FormController.cpp 290 class FormKeyGenerator {
291 WTF_MAKE_NONCOPYABLE(FormKeyGenerator);
295 static PassOwnPtr<FormKeyGenerator> create() { return adoptPtr(new FormKeyGenerator); }
300 FormKeyGenerator() { }
344 AtomicString FormKeyGenerator::formKey(const HTMLFormControlElementWithState& control)
369 void FormKeyGenerator::willDeleteForm(HTMLFormElement* form)
396 OwnPtr<FormKeyGenerator> keyGenerator = FormKeyGenerator::create();
437 m_formKeyGenerator = FormKeyGenerator::create()
    [all...]

Completed in 465 milliseconds