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

/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.cc18 class PolicyErrorMap::PendingError { class in class:policy::PolicyErrorMap
20 explicit PendingError(const std::string& policy_name) function in class:policy::PolicyErrorMap::PendingError
22 virtual ~PendingError() {}
31 DISALLOW_COPY_AND_ASSIGN(PendingError);
36 class SimplePendingError : public PolicyErrorMap::PendingError {
41 : PendingError(policy_name),
217 void PolicyErrorMap::AddError(PendingError* error) {
226 void PolicyErrorMap::Convert(PendingError* error) {
/external/chromium_org/device/serial/
H A Ddata_receiver.cc28 bool DispatchError(DataReceiver::PendingError* error,
86 struct DataReceiver::PendingError { struct in class:device::DataReceiver
87 PendingError(uint32_t offset, int32_t error) function in struct:device::DataReceiver::PendingError
157 pending_error_.reset(new PendingError(offset, error));
281 bool DataReceiver::PendingReceive::DispatchError(PendingError* error,

Completed in 2491 milliseconds