OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DialErrorCode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/dial/
dial_api.h
37
void SendErrorOnUIThread(const DialRegistry::
DialErrorCode
type);
52
virtual void OnDialError(DialRegistry::
DialErrorCode
type) OVERRIDE;
dial_registry.h
34
enum
DialErrorCode
{
48
virtual void OnDialError(
DialErrorCode
type) = 0;
dial_api.cc
91
void DialAPI::OnDialError(const DialRegistry::
DialErrorCode
code) {
114
void DialAPI::SendErrorOnUIThread(const DialRegistry::
DialErrorCode
code) {
dial_registry_unittest.cc
28
MOCK_METHOD1(OnDialError, void(DialRegistry::
DialErrorCode
type));
Completed in 117 milliseconds