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

  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_api.cc 32 StreamsPrivateAPI* StreamsPrivateAPI::Get(Profile* profile) {
36 StreamsPrivateAPI::StreamsPrivateAPI(Profile* profile)
43 StreamsPrivateAPI::~StreamsPrivateAPI() {
46 void StreamsPrivateAPI::ExecuteMimeTypeHandler(
74 static base::LazyInstance<ProfileKeyedAPIFactory<StreamsPrivateAPI> >
78 ProfileKeyedAPIFactory<StreamsPrivateAPI>*
79 StreamsPrivateAPI::GetFactoryInstance()
    [all...]
streams_private_api.h 28 class StreamsPrivateAPI : public ProfileKeyedAPI,
31 // Convenience method to get the StreamsPrivateAPI for a profile.
32 static StreamsPrivateAPI* Get(Profile* profile);
34 explicit StreamsPrivateAPI(Profile* profile);
35 virtual ~StreamsPrivateAPI();
43 static ProfileKeyedAPIFactory<StreamsPrivateAPI>* GetFactoryInstance();
51 friend class ProfileKeyedAPIFactory<StreamsPrivateAPI>;
58 return "StreamsPrivateAPI";
66 base::WeakPtrFactory<StreamsPrivateAPI> weak_ptr_factory_;

Completed in 353 milliseconds