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

  /external/chromium_org/chrome/browser/ui/app_list/
start_page_observer.h 16 virtual void OnSpeechResult(const base::string16& query, bool is_final) = 0;
start_page_service.h 47 void OnSpeechResult(const base::string16& query, bool is_final);
start_page_service.cc 161 const base::string16& query, bool is_final) {
164 OnSpeechResult(query, is_final));
app_list_view_delegate.cc 288 bool is_final) {
289 speech_ui_.SetSpeechResult(result, is_final);
290 if (is_final)
app_list_view_delegate.h 96 bool is_final) OVERRIDE;
  /external/chromium_org/ui/app_list/
speech_ui_model.cc 14 bool is_final) {
15 if (result_ == result && is_final_ == is_final)
19 is_final_ = is_final;
22 OnSpeechResult(result, is_final));
speech_ui_model.h 22 void SetSpeechResult(const base::string16& result, bool is_final);
30 bool is_final() const { return is_final_; } function in class:app_list::SpeechUIModel
speech_ui_model_observer.h 25 // Invoked when a speech result arrives. |is_final| is true only when the
27 virtual void OnSpeechResult(const base::string16& result, bool is_final) {}
  /external/clang/test/Lexer/
has_feature_type_traits.cpp 73 #if __has_feature(is_final)
74 int is_final();
76 // CHECK: int is_final();
  /external/chromium_org/ui/app_list/views/
speech_view.h 48 bool is_final) OVERRIDE;
speech_view.cc 209 bool is_final) {
  /external/chromium_org/chrome/browser/ui/webui/app_list/
start_page_handler.cc 135 bool is_final = false; local
137 CHECK(args->GetBoolean(1, &is_final));
140 query, is_final);
  /external/chromium_org/net/websockets/
websocket_deflate_stream.cc 326 bool is_final = !inflater_.CurrentOutputSize(); local
327 // |is_final| can't be true if |frame->header.final| is false.
328 DCHECK(!(is_final && !frame->header.final));
336 inflated->header.final = is_final;
343 if (is_final)
websocket_deflate_stream_test.cc 1057 bool is_final = (total_compressed_frames.size() >= 2); local
    [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp 292 void is_final() function
    [all...]

Completed in 694 milliseconds