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

/external/chromium_org/chrome/browser/extensions/api/dial/
H A Ddial_api.h24 class DialAPI : public RefcountedBrowserContextKeyedService, class in namespace:extensions
28 explicit DialAPI(Profile* profile);
34 // Called by the DialRegistry on the IO thread so that the DialAPI dispatches
40 virtual ~DialAPI();
64 DISALLOW_COPY_AND_ASSIGN(DialAPI);
89 DialAPI* dial_;
H A Ddial_api.cc37 DialAPI::DialAPI(Profile* profile) function in class:extensions::DialAPI
44 DialAPI::~DialAPI() {}
46 DialRegistry* DialAPI::dial_registry() {
57 void DialAPI::OnListenerAdded(const EventListenerInfo& details) {
61 base::Bind(&DialAPI::NotifyListenerAddedOnIOThread, this));
64 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) {
68 base::Bind(&DialAPI::NotifyListenerRemovedOnIOThread, this));
71 void DialAPI
[all...]

Completed in 482 milliseconds