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

  /external/chromium_org/chrome/browser/speech/
speech_recognition_bubble_controller.cc 52 ProcessRequestInUiThread(request);
56 ProcessRequestInUiThread(UIRequest(REQUEST_SET_RECORDING_MODE));
60 ProcessRequestInUiThread(UIRequest(REQUEST_SET_RECOGNIZING_MODE));
66 ProcessRequestInUiThread(request);
79 ProcessRequestInUiThread(request);
84 ProcessRequestInUiThread(UIRequest(REQUEST_CLOSE));
128 void SpeechRecognitionBubbleController::ProcessRequestInUiThread(
133 base::Bind(&SpeechRecognitionBubbleController::ProcessRequestInUiThread,
speech_recognition_bubble_controller.h 105 void ProcessRequestInUiThread(const UIRequest& request);
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller.cc 55 ProcessRequestInUiThread(caller_id, REQUEST_CLOSE, string16(), 0, 0);
59 ProcessRequestInUiThread(caller_id, REQUEST_SET_WARM_UP_MODE,
64 ProcessRequestInUiThread(caller_id, REQUEST_SET_RECORDING_MODE,
69 ProcessRequestInUiThread(caller_id, REQUEST_SET_RECOGNIZING_MODE,
76 ProcessRequestInUiThread(caller_id, REQUEST_SET_INPUT_VOLUME, string16(),
82 ProcessRequestInUiThread(caller_id, REQUEST_SET_MESSAGE, text, 0, 0);
139 void SpeechInputBubbleController::ProcessRequestInUiThread(
144 this, &SpeechInputBubbleController::ProcessRequestInUiThread,
speech_input_bubble_controller.h 107 void ProcessRequestInUiThread(int caller_id,

Completed in 201 milliseconds