Searched refs:is_input_in_progress (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/renderer/searchbox/
H A Dsearchbox.h108 bool is_input_in_progress() const { return is_input_in_progress_; } function in class:SearchBox
H A Dsearchbox.cc403 void SearchBox::OnSetInputInProgress(bool is_input_in_progress) { argument
404 if (is_input_in_progress_ != is_input_in_progress) {
405 is_input_in_progress_ = is_input_in_progress;
H A Dsearchbox_extension.cc946 bool is_input_in_progress =
947 SearchBox::Get(render_view)->is_input_in_progress();
948 DVLOG(1) << render_view << " IsInputInProgress: " << is_input_in_progress; local
949 args.GetReturnValue().Set(is_input_in_progress);

Completed in 478 milliseconds