HomeSort by relevance Sort by last modified time
    Searched defs:InputMethodDelegateImpl (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_delegate_impl.cc 17 InputMethodDelegateImpl::InputMethodDelegateImpl() {
20 InputMethodDelegateImpl::~InputMethodDelegateImpl() {
23 std::string InputMethodDelegateImpl::GetHardwareKeyboardLayouts() const {
34 base::string16 InputMethodDelegateImpl::GetLocalizedString(
39 base::string16 InputMethodDelegateImpl::GetDisplayLanguageName(
48 void InputMethodDelegateImpl::SetHardwareKeyboardLayoutForTesting(
input_method_delegate_impl.h 19 class InputMethodDelegateImpl : public InputMethodDelegate {
21 InputMethodDelegateImpl();
22 virtual ~InputMethodDelegateImpl();
33 DISALLOW_COPY_AND_ASSIGN(InputMethodDelegateImpl);

Completed in 32 milliseconds