Home
last modified time | relevance | path

Searched refs:GetAppByIdMutable (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dweb_app_registrar.h183 WebApp* GetAppByIdMutable(const AppId& app_id);
H A Dweb_app_sync_bridge.cc334 WebApp* original_web_app = registrar_->GetAppByIdMutable(web_app->app_id()); in UpdateRegistrar()
458 const WebApp* existing_web_app = registrar_->GetAppByIdMutable(app_id); in ApplySyncDataChange()
H A Dweb_app_install_manager_unittest.cc555 controller().mutable_registrar().GetAppByIdMutable(app1_id); in TEST_F()
557 controller().mutable_registrar().GetAppByIdMutable(app2_id); in TEST_F()
650 WebApp* web_app = controller().mutable_registrar().GetAppByIdMutable(app_id); in TEST_F()
725 WebApp* app = controller().mutable_registrar().GetAppByIdMutable( in TEST_F()
802 WebApp* app = controller().mutable_registrar().GetAppByIdMutable( in TEST_F()
H A Dweb_app_registrar.cc286 WebApp* WebAppRegistrarMutable::GetAppByIdMutable(const AppId& app_id) { in GetAppByIdMutable() function in web_app::WebAppRegistrarMutable