Searched refs:component_updater (Results 76 - 87 of 87) sorted by relevance

1234

/external/chromium_org/components/component_updater/test/
H A Dupdate_checker_unittest.cc16 #include "components/component_updater/crx_update_item.h"
17 #include "components/component_updater/test/test_configurator.h"
18 #include "components/component_updater/test/url_request_post_interceptor.h"
19 #include "components/component_updater/update_checker.h"
25 namespace component_updater { namespace
33 .AppendASCII("component_updater").AppendASCII(file);
240 } // namespace component_updater
H A Dcrx_downloader_unittest.cc14 #include "components/component_updater/crx_downloader.h"
22 namespace component_updater { namespace
35 .AppendASCII("component_updater").AppendASCII(file);
378 } // namespace component_updater
H A Durl_request_post_interceptor.cc5 #include "components/component_updater/test/url_request_post_interceptor.h"
11 #include "components/component_updater/test/test_configurator.h"
19 namespace component_updater { namespace
305 } // namespace component_updater
/external/chromium_org/chrome/browser/component_updater/
H A Dwidevine_cdm_component_installer.cc5 #include "chrome/browser/component_updater/widevine_cdm_component_installer.h"
29 #include "components/component_updater/component_updater_service.h"
30 #include "components/component_updater/default_component_installer.h"
42 namespace component_updater { namespace
380 } // namespace component_updater
H A Dpepper_flash_component_installer.cc25 #include "chrome/browser/component_updater/flash_component_installer.h"
26 #include "chrome/browser/component_updater/ppapi_utils.h"
32 #include "components/component_updater/component_updater_service.h"
44 namespace component_updater { namespace
516 } // namespace component_updater
/external/chromium_org/chrome/browser/media_galleries/
H A Dgallery_watch_manager_unittest.cc33 namespace component_updater { namespace
331 } // namespace component_updater
/external/chromium_org/components/component_updater/
H A Dupdate_response.cc5 #include "components/component_updater/update_response.h"
18 namespace component_updater { namespace
339 } // namespace component_updater
H A Dbackground_downloader_win.cc5 #include "components/component_updater/background_downloader_win.h"
23 #include "components/component_updater/component_updater_utils.h"
96 namespace component_updater { namespace
772 } // namespace component_updater
H A Dcomponent_updater_service.cc5 #include "components/component_updater/component_updater_service.h"
28 #include "components/component_updater/component_patcher_operation.h"
29 #include "components/component_updater/component_unpacker.h"
30 #include "components/component_updater/component_updater_configurator.h"
31 #include "components/component_updater/component_updater_ping_manager.h"
32 #include "components/component_updater/component_updater_utils.h"
33 #include "components/component_updater/crx_downloader.h"
34 #include "components/component_updater/crx_update_item.h"
35 #include "components/component_updater/update_checker.h"
36 #include "components/component_updater/update_respons
39 namespace component_updater { namespace
[all...]
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc45 #include "chrome/browser/component_updater/cld_component_installer.h"
46 #include "chrome/browser/component_updater/ev_whitelist_component_installer.h"
47 #include "chrome/browser/component_updater/flash_component_installer.h"
48 #include "chrome/browser/component_updater/recovery_component_installer.h"
49 #include "chrome/browser/component_updater/swiftshader_component_installer.h"
50 #include "chrome/browser/component_updater/widevine_cdm_component_installer.h"
102 #include "components/component_updater/component_updater_service.h"
163 #include "chrome/browser/component_updater/sw_reporter_installer_win.h"
184 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h"
394 component_updater
[all...]
/external/chromium_org/chrome/browser/chromeos/login/session/
H A Duser_session_manager.cc63 #include "components/component_updater/component_updater_service.h"
937 component_updater::ComponentUpdateService* cus =
938 g_browser_process->component_updater();
/external/chromium_org/chrome/app/
H A Dchrome_main_delegate.cc37 #include "components/component_updater/component_updater_paths.h"
670 // Register component_updater PathProvider after DIR_USER_DATA overidden by
672 component_updater::RegisterPathProvider(chrome::DIR_USER_DATA);

Completed in 2122 milliseconds

1234