Searched defs:component_updater (Results 51 - 74 of 74) sorted by relevance

123

/external/chromium_org/components/component_updater/
H A Dcomponent_unpacker.h20 namespace component_updater { namespace
160 } // namespace component_updater
H A Dcomponent_updater_service.h35 namespace component_updater { namespace
229 } // namespace component_updater
H A Dcomponent_updater_utils.cc5 #include "components/component_updater/component_updater_utils.h"
19 #include "components/component_updater/component_updater_configurator.h"
20 #include "components/component_updater/crx_update_item.h"
30 namespace component_updater { namespace
196 } // namespace component_updater
H A Dcrx_update_item.h14 #include "components/component_updater/component_updater_service.h"
15 #include "components/component_updater/crx_downloader.h"
17 namespace component_updater { namespace
127 } // namespace component_updater
H A Ddefault_component_installer.cc17 #include "components/component_updater/component_unpacker.h"
18 #include "components/component_updater/component_updater_configurator.h"
19 #include "components/component_updater/default_component_installer.h"
21 namespace component_updater { namespace
232 } // namespace component_updater
H A Dupdate_response.h14 namespace component_updater { namespace
133 } // namespace component_updater
H A Dcomponent_patcher_operation.cc5 #include "components/component_updater/component_patcher_operation.h"
15 #include "components/component_updater/component_patcher.h"
16 #include "components/component_updater/component_updater_service.h"
25 namespace component_updater { namespace
266 } // namespace 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/components/component_updater/test/
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 Dtest_configurator.cc5 #include "components/component_updater/test/test_configurator.h"
9 #include "components/component_updater/component_patcher_operation.h"
12 namespace component_updater { namespace
154 } // namespace component_updater
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 Durl_request_post_interceptor.h29 namespace component_updater { namespace
182 } // 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 Dchrome_component_updater_configurator.cc5 #include "chrome/browser/component_updater/chrome_component_updater_configurator.h"
19 #include "chrome/browser/component_updater/component_patcher_operation_out_of_process.h"
22 #include "components/component_updater/component_updater_configurator.h"
23 #include "components/component_updater/component_updater_switches.h"
28 namespace component_updater { namespace
294 } // namespace 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
H A Dsw_reporter_installer_win.cc5 #include "chrome/browser/component_updater/sw_reporter_installer_win.h"
38 #include "components/component_updater/component_updater_paths.h"
39 #include "components/component_updater/component_updater_service.h"
40 #include "components/component_updater/component_updater_utils.h"
41 #include "components/component_updater/default_component_installer.h"
42 #include "components/component_updater/pref_names.h"
48 namespace component_updater { namespace
306 return component_updater::GetCrxComponentID(component);
403 } // namespace component_updater
/external/chromium_org/chrome/browser/component_updater/pnacl/
H A Dpnacl_component_installer.cc5 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h"
29 #include "components/component_updater/component_updater_service.h"
37 namespace component_updater { namespace
372 } // namespace component_updater
378 &component_updater::needs_on_demand_update) != 0;
/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.cc5 #include "chrome/browser/component_updater/test/component_updater_service_unittest.h"
17 #include "chrome/browser/component_updater/component_updater_resource_throttle.h"
19 #include "components/component_updater/component_updater_utils.h"
20 #include "components/component_updater/test/test_configurator.h"
21 #include "components/component_updater/test/test_installer.h"
22 #include "components/component_updater/test/url_request_post_interceptor.h"
42 namespace component_updater { namespace
87 ComponentUpdateService* ComponentUpdaterTest::component_updater() { function in class:component_updater::ComponentUpdaterTest
96 .AppendASCII("component_updater").AppendASCII(file);
148 EXPECT_TRUE(component_updater() !
[all...]
/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/chrome/test/base/
H A Dtesting_browser_process.cc338 component_updater::ComponentUpdateService*
339 TestingBrowserProcess::component_updater() { function in class:TestingBrowserProcess
347 component_updater::PnaclComponentInstaller*
/external/chromium_org/chrome/browser/
H A Dbrowser_process_impl.cc31 #include "chrome/browser/component_updater/chrome_component_updater_configurator.h"
77 #include "components/component_updater/component_updater_service.h"
134 #include "chrome/browser/component_updater/pnacl/pnacl_component_installer.h"
890 component_updater::ComponentUpdateService*
891 BrowserProcessImpl::component_updater() { function in class:BrowserProcessImpl
895 component_updater::Configurator* configurator =
896 component_updater::MakeChromeComponentUpdaterConfigurator(
912 component_updater::PnaclComponentInstaller*
917 new component_updater::PnaclComponentInstaller());

Completed in 642 milliseconds

123