Searched refs:execute_queue_ (Results 1 – 2 of 2) sorted by relevance
106 std::queue<std::string> execute_queue_; member in chromeos::input_method::__anon03222ceb0111::XKeyboardImpl150 const bool start_execution = execute_queue_.empty(); in SetLayoutInternal()156 execute_queue_.push(layout_name); in SetLayoutInternal()167 if (execute_queue_.empty()) in MaybeExecuteSetLayoutCommand()169 const std::string layout_to_set = execute_queue_.front(); in MaybeExecuteSetLayoutCommand()181 execute_queue_ = std::queue<std::string>(); // clear the queue. in MaybeExecuteSetLayoutCommand()323 if (self->execute_queue_.empty()) { in OnSetLayoutFinish()328 self->execute_queue_.pop(); in OnSetLayoutFinish()
245 const bool start_execution = execute_queue_.empty(); in SetLayoutInternal()251 execute_queue_.push(layout_to_set); in SetLayoutInternal()262 if (execute_queue_.empty()) { in MaybeExecuteSetLayoutCommand()265 const std::string layout_to_set = execute_queue_.front(); in MaybeExecuteSetLayoutCommand()281 execute_queue_ = std::queue<std::string>(); // clear the queue. in MaybeExecuteSetLayoutCommand()297 if (self->execute_queue_.empty()) { in OnSetLayoutFinish()302 self->execute_queue_.pop(); in OnSetLayoutFinish()311 std::queue<std::string> execute_queue_; member in chromeos::input_method::__anone0ba6b590111::XKeyboard