Home
last modified time | relevance | path

Searched refs:DialAPI (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/dial/
Ddial_api.cc37 DialAPI::DialAPI(Profile* profile) in DialAPI() function in extensions::DialAPI
44 DialAPI::~DialAPI() {} in ~DialAPI()
46 DialRegistry* DialAPI::dial_registry() { in dial_registry()
57 void DialAPI::OnListenerAdded(const EventListenerInfo& details) { in OnListenerAdded()
61 base::Bind(&DialAPI::NotifyListenerAddedOnIOThread, this)); in OnListenerAdded()
64 void DialAPI::OnListenerRemoved(const EventListenerInfo& details) { in OnListenerRemoved()
68 base::Bind(&DialAPI::NotifyListenerRemovedOnIOThread, this)); in OnListenerRemoved()
71 void DialAPI::NotifyListenerAddedOnIOThread() { in NotifyListenerAddedOnIOThread()
77 void DialAPI::NotifyListenerRemovedOnIOThread() { in NotifyListenerRemovedOnIOThread()
83 void DialAPI::OnDialDeviceEvent(const DialRegistry::DeviceList& devices) { in OnDialDeviceEvent()
[all …]
Ddial_api.h24 class DialAPI : public RefcountedBrowserContextKeyedService,
28 explicit DialAPI(Profile* profile);
40 virtual ~DialAPI();
64 DISALLOW_COPY_AND_ASSIGN(DialAPI);
89 DialAPI* dial_;
Ddial_api_factory.cc15 scoped_refptr<DialAPI> DialAPIFactory::GetForBrowserContext( in GetForBrowserContext()
17 return static_cast<DialAPI*>( in GetForBrowserContext()
37 return scoped_refptr<DialAPI>(new DialAPI(static_cast<Profile*>(profile))); in BuildServiceInstanceFor()
Ddial_api_factory.h13 class DialAPI; variable
17 static scoped_refptr<DialAPI> GetForBrowserContext(
Ddial_apitest.cc50 scoped_refptr<extensions::DialAPI> api = in IN_PROC_BROWSER_TEST_F()