Home
last modified time | relevance | path

Searched refs:SetTermsAndConditions (Results 1 – 11 of 11) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Dui_delegate.h123 virtual void SetTermsAndConditions(
H A Dcontroller.h180 void SetTermsAndConditions(
H A Dcontroller_unittest.cc1688 TEST_F(ControllerTest, SetTermsAndConditions) { in TEST_F() argument
1706 controller_->SetTermsAndConditions(TermsAndConditionsState::ACCEPTED); in TEST_F()
H A Dcontroller.cc1357 void Controller::SetTermsAndConditions( in SetTermsAndConditions() function in autofill_assistant::Controller
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Dui_delegate.h129 virtual void SetTermsAndConditions(
H A Dcontroller.h208 void SetTermsAndConditions(
H A Dcontroller.cc1531 void Controller::SetTermsAndConditions( in SetTermsAndConditions() function in autofill_assistant::Controller
H A Dcontroller_unittest.cc2172 TEST_F(ControllerTest, SetTermsAndConditions) { in TEST_F() argument
2190 controller_->SetTermsAndConditions(TermsAndConditionsState::ACCEPTED); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/api/autofill_assistant_private/
H A Dautofill_assistant_private_api.cc319 controller->SetTermsAndConditions( in ProvideUserData()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/extensions/api/autofill_assistant_private/
H A Dautofill_assistant_private_api.cc308 controller->SetTermsAndConditions( in ProvideUserData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/android/autofill_assistant/
H A Dui_controller_android.cc1089 ui_delegate_->SetTermsAndConditions(state); in OnTermsAndConditionsChanged()