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

  /external/chromium/chrome/browser/chromeos/cros/
mock_input_method_library.h 35 MOCK_METHOD1(GetKeyboardOverlayId, std::string(const std::string&));
input_method_library.h 105 virtual std::string GetKeyboardOverlayId(
input_method_library.cc 261 virtual std::string GetKeyboardOverlayId(const std::string& input_method_id) {
265 return chromeos::GetKeyboardOverlayId(input_method_id);
    [all...]
cros_mock.cc 182 EXPECT_CALL(*mock_input_method_library_, GetKeyboardOverlayId(_))
  /external/chromium/chrome/browser/ui/webui/chromeos/
keyboard_overlay_ui.cc 61 void GetKeyboardOverlayId(const ListValue* args);
278 web_ui_->RegisterMessageCallback("getKeyboardOverlayId",
279 NewCallback(this, &KeyboardOverlayHandler::GetKeyboardOverlayId));
282 void KeyboardOverlayHandler::GetKeyboardOverlayId(const ListValue* args) {
288 library->GetKeyboardOverlayId(descriptor.id);
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.h 92 std::string GetKeyboardOverlayId(const std::string& input_method_name);
xkeyboard.cc 88 if (GetKeyboardOverlayId(layout_name) == kKeepRightAltOverlays[c]) {
97 if (GetKeyboardOverlayId(layout_name) == kCapsLockRemapped[c]) {
input_method_util.cc 73 library->GetKeyboardOverlayId(input_method.id);
97 library->GetKeyboardOverlayId(input_method.id);
501 std::string GetKeyboardOverlayId(const std::string& input_method_name) {

Completed in 170 milliseconds