OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnDemandUpdate
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/ui/webui/
components_ui.h
23
static void
OnDemandUpdate
(const std::string& component_id);
components_ui.cc
118
ComponentsUI::
OnDemandUpdate
(component_id);
161
void ComponentsUI::
OnDemandUpdate
(const std::string& component_id) {
163
cus->
OnDemandUpdate
(component_id);
/external/chromium_org/chrome/browser/component_updater/
component_updater_service.h
226
virtual Status
OnDemandUpdate
(const std::string& component_id) = 0;
component_updater_service.cc
229
virtual Status
OnDemandUpdate
(const std::string& component_id) OVERRIDE;
565
ComponentUpdateService::Status CrxUpdateService::
OnDemandUpdate
(
[
all
...]
/external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc
248
return cus->
OnDemandUpdate
(component_id);
544
TEST_F(ComponentUpdaterTest,
OnDemandUpdate
) {
[
all
...]
Completed in 627 milliseconds