Searched refs:items_to_check (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dupdate_checker.h38 // Initiates an update check for the |items_to_check|. |additional_attributes|
42 const std::vector<CrxUpdateItem*>& items_to_check,
H A Dupdate_checker.cc86 const std::vector<CrxUpdateItem*>& items_to_check,
111 const std::vector<CrxUpdateItem*>& items_to_check,
125 BuildUpdateCheckRequest(config_, items_to_check, additional_attributes),
110 CheckForUpdates( const std::vector<CrxUpdateItem*>& items_to_check, const std::string& additional_attributes, const UpdateCheckCallback& update_check_callback) argument
H A Dcomponent_updater_service.cc572 std::vector<CrxUpdateItem*> items_to_check; local
611 items_to_check.push_back(item);
616 if (items_to_check.empty())
621 items_to_check,
/external/chromium_org/components/component_updater/test/
H A Dupdate_checker_unittest.cc170 std::vector<CrxUpdateItem*> items_to_check; local
171 items_to_check.push_back(&item);
174 items_to_check,
218 std::vector<CrxUpdateItem*> items_to_check; local
219 items_to_check.push_back(&item);
222 items_to_check,

Completed in 1072 milliseconds