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

/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.cc26 static base::LazyInstance<BrowserContextKeyedAPIFactory<SerialEventDispatcher> >
30 BrowserContextKeyedAPIFactory<SerialEventDispatcher>*
31 SerialEventDispatcher::GetFactoryInstance() {
36 SerialEventDispatcher* SerialEventDispatcher::Get(
38 return BrowserContextKeyedAPIFactory<SerialEventDispatcher>::Get(context);
41 SerialEventDispatcher::SerialEventDispatcher(content::BrowserContext* context) function in class:extensions::core_api::SerialEventDispatcher
49 SerialEventDispatcher::~SerialEventDispatcher() {
[all...]
H A Dserial_event_dispatcher.h25 class SerialEventDispatcher : public BrowserContextKeyedAPI { class in namespace:extensions::core_api
27 explicit SerialEventDispatcher(content::BrowserContext* context);
28 virtual ~SerialEventDispatcher();
33 static SerialEventDispatcher* Get(content::BrowserContext* context);
36 static BrowserContextKeyedAPIFactory<SerialEventDispatcher>*
41 friend class BrowserContextKeyedAPIFactory<SerialEventDispatcher>;
44 static const char* service_name() { return "SerialEventDispatcher"; }

Completed in 137 milliseconds