Home
last modified time | relevance | path

Searched refs:HasControlStates (Results 1 – 8 of 8) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dform_controller.h112 bool HasControlStates() const;
H A Dform_controller.cc517 bool FormController::HasControlStates() const { in HasControlStates() function in blink::FormController
626 if (did_restore_all_ || !HasControlStates()) in RestoreImmediately()
H A Dhtml_input_element.cc821 !GetDocument().GetFormController().HasControlStates()) && in ParseAttribute()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dform_controller.h112 bool HasControlStates() const;
H A Dform_controller.cc517 bool FormController::HasControlStates() const { in HasControlStates() function in blink::FormController
626 if (did_restore_all_ || !HasControlStates()) in RestoreImmediately()
H A Dhtml_input_element.cc838 !GetDocument().GetFormController().HasControlStates()) && in ParseAttribute()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/dom/
H A Ddocument.cc4252 if (form_controller_ && form_controller_->HasControlStates()) in SetParsingState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/dom/
H A Ddocument.cc4329 if (form_controller_ && form_controller_->HasControlStates()) in SetParsingState()