OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasDiffUpdate
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/components/component_updater/
component_updater_utils.h
74
bool
HasDiffUpdate
(const CrxUpdateItem* update_item);
component_updater_ping_manager.cc
105
if (
HasDiffUpdate
(item))
component_updater_utils.cc
153
bool
HasDiffUpdate
(const CrxUpdateItem* update_item) {
component_updater_service.cc
56
return
HasDiffUpdate
(update_item) && !update_item->diff_update_failed &&
[
all
...]
Completed in 4726 milliseconds