HomeSort by relevance Sort by last modified time
    Searched defs:SerialEventDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/serial/
serial_event_dispatcher.cc 28 static base::LazyInstance<ProfileKeyedAPIFactory<SerialEventDispatcher> >
32 ProfileKeyedAPIFactory<SerialEventDispatcher>*
33 SerialEventDispatcher::GetFactoryInstance() {
38 SerialEventDispatcher* SerialEventDispatcher::Get(Profile* profile) {
39 return ProfileKeyedAPIFactory<SerialEventDispatcher>::GetForProfile(profile);
42 SerialEventDispatcher::SerialEventDispatcher(Profile* profile)
51 SerialEventDispatcher::~SerialEventDispatcher() {}
    [all...]
serial_event_dispatcher.h 19 class SerialEventDispatcher : public ProfileKeyedAPI {
21 explicit SerialEventDispatcher(Profile* profile);
22 virtual ~SerialEventDispatcher();
27 static SerialEventDispatcher* Get(Profile* profile);
30 static ProfileKeyedAPIFactory<SerialEventDispatcher>* GetFactoryInstance();
34 friend class ProfileKeyedAPIFactory<SerialEventDispatcher>;
38 return "SerialEventDispatcher";

Completed in 465 milliseconds