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

  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 44 static base::LazyInstance<ProfileKeyedAPIFactory<FeedbackPrivateAPI> >
48 ProfileKeyedAPIFactory<FeedbackPrivateAPI>*
49 FeedbackPrivateAPI::GetFactoryInstance() {
53 FeedbackPrivateAPI::FeedbackPrivateAPI(Profile* profile)
58 FeedbackPrivateAPI::~FeedbackPrivateAPI() {
63 FeedbackService* FeedbackPrivateAPI::GetService() const {
67 void FeedbackPrivateAPI::RequestFeedback(
137 FeedbackService* service = FeedbackPrivateAPI::GetFactoryInstance(
    [all...]
feedback_private_api.h 21 class FeedbackPrivateAPI : public ProfileKeyedAPI {
23 explicit FeedbackPrivateAPI(Profile* profile);
24 virtual ~FeedbackPrivateAPI();
32 static ProfileKeyedAPIFactory<FeedbackPrivateAPI>* GetFactoryInstance();
35 friend class ProfileKeyedAPIFactory<FeedbackPrivateAPI>;
39 return "FeedbackPrivateAPI";

Completed in 442 milliseconds