Home
last modified time | relevance | path

Searched refs:layout_to_set (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/input_method/
Dxkeyboard.cc221 const std::string layout_to_set = CreateFullXkbLayoutName( in SetLayoutInternal() local
223 if (layout_to_set.empty()) { in SetLayoutInternal()
230 if (current_layout == layout_to_set) { in SetLayoutInternal()
231 DLOG(INFO) << "The requested layout is already set: " << layout_to_set; in SetLayoutInternal()
243 LOG(WARNING) << "Set layout: " << layout_to_set; in SetLayoutInternal()
251 execute_queue_.push(layout_to_set); in SetLayoutInternal()
265 const std::string layout_to_set = execute_queue_.front(); in MaybeExecuteSetLayoutCommand() local
273 argv.push_back(layout_to_set); in MaybeExecuteSetLayoutCommand()
280 LOG(ERROR) << "Failed to execute setxkbmap: " << layout_to_set; in MaybeExecuteSetLayoutCommand()
291 VLOG(1) << "ExecuteSetLayoutCommand: " << layout_to_set << ": pid=" << pid; in MaybeExecuteSetLayoutCommand()