FormControlState   82 Source/core/html/HTMLFormControlElementWithState.cpp FormControlState HTMLFormControlElementWithState::saveFormControlState() const
FormControlState   84 Source/core/html/HTMLFormControlElementWithState.cpp     return FormControlState();
FormControlState   31 Source/core/html/HTMLFormControlElementWithState.h class FormControlState;
FormControlState   41 Source/core/html/HTMLFormControlElementWithState.h     virtual FormControlState saveFormControlState() const;
FormControlState   43 Source/core/html/HTMLFormControlElementWithState.h     virtual void restoreFormControlState(const FormControlState&) { }
FormControlState  178 Source/core/html/HTMLInputElement.cpp Vector<FileChooserFileInfo> HTMLInputElement::filesFromFileInputFormControlState(const FormControlState& state)
FormControlState  497 Source/core/html/HTMLInputElement.cpp FormControlState HTMLInputElement::saveFormControlState() const
FormControlState  502 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::restoreFormControlState(const FormControlState& state)
FormControlState  263 Source/core/html/HTMLInputElement.h     static Vector<FileChooserFileInfo> filesFromFileInputFormControlState(const FormControlState&);
FormControlState  313 Source/core/html/HTMLInputElement.h     virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
FormControlState  314 Source/core/html/HTMLInputElement.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
FormControlState  983 Source/core/html/HTMLSelectElement.cpp FormControlState HTMLSelectElement::saveFormControlState() const
FormControlState  987 Source/core/html/HTMLSelectElement.cpp     FormControlState state;
FormControlState 1014 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::restoreFormControlState(const FormControlState& state)
FormControlState  137 Source/core/html/HTMLSelectElement.h     virtual FormControlState saveFormControlState() const OVERRIDE;
FormControlState  138 Source/core/html/HTMLSelectElement.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
FormControlState  109 Source/core/html/HTMLTextAreaElement.cpp FormControlState HTMLTextAreaElement::saveFormControlState() const
FormControlState  111 Source/core/html/HTMLTextAreaElement.cpp     return m_isDirty ? FormControlState(value()) : FormControlState();
FormControlState  114 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::restoreFormControlState(const FormControlState& state)
FormControlState   99 Source/core/html/HTMLTextAreaElement.h     virtual FormControlState saveFormControlState() const OVERRIDE;
FormControlState  100 Source/core/html/HTMLTextAreaElement.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
FormControlState   45 Source/core/html/forms/BaseCheckableInputType.cpp FormControlState BaseCheckableInputType::saveFormControlState() const
FormControlState   47 Source/core/html/forms/BaseCheckableInputType.cpp     return FormControlState(element().checked() ? "on" : "off");
FormControlState   50 Source/core/html/forms/BaseCheckableInputType.cpp void BaseCheckableInputType::restoreFormControlState(const FormControlState& state)
FormControlState   45 Source/core/html/forms/BaseCheckableInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
FormControlState   46 Source/core/html/forms/BaseCheckableInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
FormControlState  452 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp void BaseMultipleFieldsDateAndTimeInputType::restoreFormControlState(const FormControlState& state)
FormControlState  463 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp FormControlState BaseMultipleFieldsDateAndTimeInputType::saveFormControlState() const
FormControlState  467 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     return FormControlState();
FormControlState  104 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE FINAL;
FormControlState  105 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE FINAL;
FormControlState   36 Source/core/html/forms/DateTimeFieldsState.cpp static unsigned getNumberFromFormControlState(const FormControlState& state, size_t index)
FormControlState   45 Source/core/html/forms/DateTimeFieldsState.cpp static DateTimeFieldsState::AMPMValue getAMPMFromFormControlState(const FormControlState& state, size_t index)
FormControlState   77 Source/core/html/forms/DateTimeFieldsState.cpp DateTimeFieldsState DateTimeFieldsState::restoreFormControlState(const FormControlState& state)
FormControlState   92 Source/core/html/forms/DateTimeFieldsState.cpp FormControlState DateTimeFieldsState::saveFormControlState() const
FormControlState   94 Source/core/html/forms/DateTimeFieldsState.cpp     FormControlState state;
FormControlState   33 Source/core/html/forms/DateTimeFieldsState.h class FormControlState;
FormControlState   53 Source/core/html/forms/DateTimeFieldsState.h     static DateTimeFieldsState restoreFormControlState(const FormControlState&);
FormControlState   54 Source/core/html/forms/DateTimeFieldsState.h     FormControlState saveFormControlState() const;
FormControlState   62 Source/core/html/forms/FileInputType.cpp Vector<FileChooserFileInfo> FileInputType::filesFromFormControlState(const FormControlState& state)
FormControlState   79 Source/core/html/forms/FileInputType.cpp FormControlState FileInputType::saveFormControlState() const
FormControlState   82 Source/core/html/forms/FileInputType.cpp         return FormControlState();
FormControlState   83 Source/core/html/forms/FileInputType.cpp     FormControlState state;
FormControlState   92 Source/core/html/forms/FileInputType.cpp void FileInputType::restoreFormControlState(const FormControlState& state)
FormControlState   48 Source/core/html/forms/FileInputType.h     static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&);
FormControlState   53 Source/core/html/forms/FileInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE;
FormControlState   54 Source/core/html/forms/FileInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
FormControlState   58 Source/core/html/forms/FormController.cpp void FormControlState::serializeTo(Vector<String>& stateVector) const
FormControlState   66 Source/core/html/forms/FormController.cpp FormControlState FormControlState::deserialize(const Vector<String>& stateVector, size_t& index)
FormControlState   69 Source/core/html/forms/FormController.cpp         return FormControlState(TypeFailure);
FormControlState   72 Source/core/html/forms/FormController.cpp         return FormControlState();
FormControlState   74 Source/core/html/forms/FormController.cpp         return FormControlState(TypeFailure);
FormControlState   75 Source/core/html/forms/FormController.cpp     FormControlState state;
FormControlState  184 Source/core/html/forms/FormController.cpp     void appendControlState(const AtomicString& name, const AtomicString& type, const FormControlState&);
FormControlState  185 Source/core/html/forms/FormController.cpp     FormControlState takeControlState(const AtomicString& name, const AtomicString& type);
FormControlState  221 Source/core/html/forms/FormController.cpp         FormControlState state = FormControlState::deserialize(stateVector, index);
FormControlState  234 Source/core/html/forms/FormController.cpp         const Deque<FormControlState>& queue = it->value;
FormControlState  235 Source/core/html/forms/FormController.cpp         for (Deque<FormControlState>::const_iterator queIterator = queue.begin(); queIterator != queue.end(); ++queIterator) {
FormControlState  243 Source/core/html/forms/FormController.cpp void SavedFormState::appendControlState(const AtomicString& name, const AtomicString& type, const FormControlState& state)
FormControlState  250 Source/core/html/forms/FormController.cpp         Deque<FormControlState> stateList;
FormControlState  257 Source/core/html/forms/FormController.cpp FormControlState SavedFormState::takeControlState(const AtomicString& name, const AtomicString& type)
FormControlState  260 Source/core/html/forms/FormController.cpp         return FormControlState();
FormControlState  263 Source/core/html/forms/FormController.cpp         return FormControlState();
FormControlState  265 Source/core/html/forms/FormController.cpp     FormControlState state = it->value.takeFirst();
FormControlState  279 Source/core/html/forms/FormController.cpp         const Deque<FormControlState>& queue = it->value;
FormControlState  280 Source/core/html/forms/FormController.cpp         for (Deque<FormControlState>::const_iterator queIterator = queue.begin(); queIterator != queue.end(); ++queIterator) {
FormControlState  432 Source/core/html/forms/FormController.cpp FormControlState FormController::takeStateForFormElement(const HTMLFormControlElementWithState& control)
FormControlState  435 Source/core/html/forms/FormController.cpp         return FormControlState();
FormControlState  440 Source/core/html/forms/FormController.cpp         return FormControlState();
FormControlState  441 Source/core/html/forms/FormController.cpp     FormControlState state = it->value->takeControlState(control.name(), control.type());
FormControlState  483 Source/core/html/forms/FormController.cpp     FormControlState state = takeStateForFormElement(control);
FormControlState  499 Source/core/html/forms/FormController.cpp         FormControlState state = takeStateForFormElement(*control);
FormControlState   39 Source/core/html/forms/FormController.h class FormControlState {
FormControlState   41 Source/core/html/forms/FormController.h     FormControlState() : m_type(TypeSkip) { }
FormControlState   42 Source/core/html/forms/FormController.h     explicit FormControlState(const String& value) : m_type(TypeRestore) { m_values.append(value); }
FormControlState   43 Source/core/html/forms/FormController.h     static FormControlState deserialize(const Vector<String>& stateVector, size_t& index);
FormControlState   44 Source/core/html/forms/FormController.h     FormControlState(const FormControlState& another) : m_type(another.m_type), m_values(another.m_values) { }
FormControlState   45 Source/core/html/forms/FormController.h     FormControlState& operator=(const FormControlState&);
FormControlState   55 Source/core/html/forms/FormController.h     explicit FormControlState(Type type) : m_type(type) { }
FormControlState   61 Source/core/html/forms/FormController.h inline FormControlState& FormControlState::operator=(const FormControlState& another)
FormControlState   68 Source/core/html/forms/FormController.h inline void FormControlState::append(const String& value)
FormControlState  103 Source/core/html/forms/FormController.h     FormControlState takeStateForFormElement(const HTMLFormControlElementWithState&);
FormControlState   56 Source/core/html/forms/HiddenInputType.cpp FormControlState HiddenInputType::saveFormControlState() const
FormControlState   62 Source/core/html/forms/HiddenInputType.cpp     return element().valueAttributeWasUpdatedAfterParsing() ? FormControlState(element().value()) : FormControlState();
FormControlState   65 Source/core/html/forms/HiddenInputType.cpp void HiddenInputType::restoreFormControlState(const FormControlState& state)
FormControlState   45 Source/core/html/forms/HiddenInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE;
FormControlState   46 Source/core/html/forms/HiddenInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;
FormControlState  170 Source/core/html/forms/InputType.cpp FormControlState InputType::saveFormControlState() const
FormControlState  174 Source/core/html/forms/InputType.cpp         return FormControlState();
FormControlState  175 Source/core/html/forms/InputType.cpp     return FormControlState(currentValue);
FormControlState  178 Source/core/html/forms/InputType.cpp void InputType::restoreFormControlState(const FormControlState& state)
FormControlState  105 Source/core/html/forms/InputType.h     virtual FormControlState saveFormControlState() const;
FormControlState  106 Source/core/html/forms/InputType.h     virtual void restoreFormControlState(const FormControlState&);
FormControlState  104 Source/core/html/forms/PasswordInputType.cpp FormControlState PasswordInputType::saveFormControlState() const
FormControlState  108 Source/core/html/forms/PasswordInputType.cpp     return FormControlState();
FormControlState  111 Source/core/html/forms/PasswordInputType.cpp void PasswordInputType::restoreFormControlState(const FormControlState&)
FormControlState   50 Source/core/html/forms/PasswordInputType.h     virtual FormControlState saveFormControlState() const OVERRIDE;
FormControlState   51 Source/core/html/forms/PasswordInputType.h     virtual void restoreFormControlState(const FormControlState&) OVERRIDE;