Home
last modified time | relevance | path

Searched refs:state_for_new_controls_ (Results 1 – 2 of 2) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dform_controller.cc219 bool IsEmpty() const { return state_for_new_controls_.IsEmpty(); } in IsEmpty()
233 ControlStateMap state_for_new_controls_; member in blink::SavedFormState
273 for (const auto& form_control : state_for_new_controls_) { in SerializeTo()
288 ControlStateMap::iterator it = state_for_new_controls_.find(key); in AppendControlState()
289 if (it != state_for_new_controls_.end()) { in AppendControlState()
294 state_for_new_controls_.Set(key, state_list); in AppendControlState()
301 if (state_for_new_controls_.IsEmpty()) in TakeControlState()
304 state_for_new_controls_.find(ControlKey(name.Impl(), type.Impl())); in TakeControlState()
305 if (it == state_for_new_controls_.end()) in TakeControlState()
311 state_for_new_controls_.erase(it); in TakeControlState()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dform_controller.cc219 bool IsEmpty() const { return state_for_new_controls_.IsEmpty(); } in IsEmpty()
233 ControlStateMap state_for_new_controls_; member in blink::SavedFormState
273 for (const auto& form_control : state_for_new_controls_) { in SerializeTo()
288 ControlStateMap::iterator it = state_for_new_controls_.find(key); in AppendControlState()
289 if (it != state_for_new_controls_.end()) { in AppendControlState()
294 state_for_new_controls_.Set(key, state_list); in AppendControlState()
301 if (state_for_new_controls_.IsEmpty()) in TakeControlState()
304 state_for_new_controls_.find(ControlKey(name.Impl(), type.Impl())); in TakeControlState()
305 if (it == state_for_new_controls_.end()) in TakeControlState()
311 state_for_new_controls_.erase(it); in TakeControlState()
[all …]