HomeSort by relevance Sort by last modified time
    Searched refs:SendFeedback (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/feedback_private/
feedback_private_api.cc 97 scoped_ptr<api::feedback_private::SendFeedback::Params> params(
98 api::feedback_private::SendFeedback::Params::Create(*args_));
154 service->SendFeedback(profile(),
163 results_ = api::feedback_private::SendFeedback::Results::Create(
feedback_service.h 36 virtual void SendFeedback(Profile* profile,
feedback_service.cc 34 void FeedbackService::SendFeedback(
  /external/chromium/chrome/browser/
bug_report_util.h 96 static void SendFeedback(Profile* profile, std::string* feedback_data,
bug_report_util.cc 195 &BugReportUtil::SendFeedback, profile, post_body, delay), delay);
199 void BugReportUtil::SendFeedback(Profile* profile,
  /external/chromium_org/chrome/browser/feedback/
feedback_util.h 90 static void SendFeedback(Profile* profile,
feedback_util.cc 188 base::Bind(&FeedbackUtil::SendFeedback, profile, post_body, delay),
193 void FeedbackUtil::SendFeedback(Profile* profile,
  /external/chromium_org/chrome/browser/spellchecker/
feedback_sender.h 122 void SendFeedback(const std::vector<Misspelling>& feedback_data,
feedback_sender.cc 269 SendFeedback(feedback_.GetMisspellingsInRenderer(renderer_process_id),
370 SendFeedback(feedback_.GetAllMisspellings(),
378 void FeedbackSender::SendFeedback(const std::vector<Misspelling>& feedback_data,

Completed in 80 milliseconds