Searched defs:error_category (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcrx_update_item.h96 // The |error_category| contains a hint about which module in the component
101 int error_category; member in struct:component_updater::CrxUpdateItem
H A Dcomponent_updater_service.cc72 error_category(0),
603 item->error_category = 0;
816 crx->error_category = kNetworkError;
895 ErrorCategory error_category = kErrorNone; local
900 error_category = kInstallError;
903 error_category = kUnpackError;
911 item->diff_error_category = error_category;
927 item->error_category = error_category;

Completed in 128 milliseconds