1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "ui/events/ozone/layout/no/no_keyboard_layout_engine.h"
9 bool NoKeyboardLayoutEngine::CanSetCurrentLayout() const {
13 bool NoKeyboardLayoutEngine::SetCurrentLayoutByName(
14 const std::string
& layout_name
) {
18 bool NoKeyboardLayoutEngine::UsesISOLevel5Shift() const {
22 bool NoKeyboardLayoutEngine::UsesAltGr() const {
26 bool NoKeyboardLayoutEngine::Lookup(DomCode dom_code
,
29 base::char16
* character
,
30 KeyboardCode
* key_code
,
31 uint32
* platform_keycode
) const {