Searched refs:DialAPI (Results 1 – 5 of 5) sorted by relevance
37 DialAPI::DialAPI(Profile* profile) in DialAPI() function in extensions::DialAPI44 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 …]
24 class DialAPI : public RefcountedBrowserContextKeyedService,28 explicit DialAPI(Profile* profile);40 virtual ~DialAPI();64 DISALLOW_COPY_AND_ASSIGN(DialAPI);89 DialAPI* dial_;
15 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()
13 class DialAPI; variable17 static scoped_refptr<DialAPI> GetForBrowserContext(
50 scoped_refptr<extensions::DialAPI> api = in IN_PROC_BROWSER_TEST_F()