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

  /external/chromium_org/remoting/webapp/
feedback.js 10 * Show or hide the feedback button based on whether or not the current version
11 * of Chrome recognizes Chrome Remote Desktop as an authorized feedback source.
14 * <ul> containing the help and feedback entries.
16 * @param {HTMLElement} feedbackButton The Feedback <li> associated with the
20 remoting.Feedback = function(helpIcon, helpButton, feedbackButton) {
39 * Pass the current version of Chrome Remote Desktop to the Google Feedback
40 * extension and instruct it to show the feedback dialog.
42 remoting.Feedback.prototype.sendFeedback_ = function() {
  /external/chromium_org/chrome/browser/spellchecker/
feedback.h 5 // An object to store user feedback to spellcheck suggestions from spelling
8 // Stores feedback for the spelling service in |Misspelling| objects. Each
23 // Stores user feedback to spellcheck suggestions. Sample usage:
24 // Feedback feedback;
25 // feedback.AddMisspelling(renderer_process_id, Misspelling(
28 // feedback.FinalizeRemovedMisspellings(renderer_process_id,
30 // ProcessFeedback(feedback.GetMisspellingsInRenderer(renderer_process_id));
31 // feedback.EraseFinalizedMisspellings(renderer_process_id);
32 class Feedback {
    [all...]
feedback.cc 5 // The |Feedback| object keeps track of each instance of user feedback in a map
9 // |Feedback| objects keeps track of misspelling-renderer relationship in the
14 // |Feedback| object facilitates efficient access to these misspellings through
17 #include "chrome/browser/spellchecker/feedback.h"
26 Feedback::Feedback() {
29 Feedback::~Feedback() {
32 Misspelling* Feedback::GetMisspelling(uint32 hash)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 363 struct Feedback {
375 // Note that changing the feedback interval affects the timing of when the
379 virtual void GiveFeedback(const Feedback& feedback) {}
421 virtual void GiveFeedback(const Feedback& feedback);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 47 #include "main/feedback.h"
186 struct gl_feedback Feedback;
504 /* Pausing transform feedback needs to be done early, or else we won't be
805 save->Feedback = ctx->Feedback; /* struct copy */
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 47 #include "main/feedback.h"
186 struct gl_feedback Feedback;
504 /* Pausing transform feedback needs to be done early, or else we won't be
805 save->Feedback = ctx->Feedback; /* struct copy */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h 624 unsigned char Feedback[8];
630 unsigned char Feedback[8];
    [all...]

Completed in 1053 milliseconds