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

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

Completed in 245 milliseconds