Home
last modified time | relevance | path

Searched refs:DialServiceErrorCode (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_service.h58 enum DialServiceErrorCode { enum
77 const DialServiceErrorCode& code) = 0;
Ddial_registry.h96 const DialService::DialServiceErrorCode& code) OVERRIDE;
Ddial_service_unittest.cc40 const DialService::DialServiceErrorCode&));
Ddial_registry.cc283 const DialService::DialServiceErrorCode& code) { in OnError()