1 // Copyright (c) 2012 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 "chromeos/dbus/ibus/mock_ibus_engine_service.h"
9 MockIBusEngineService::MockIBusEngineService() {
12 MockIBusEngineService::~MockIBusEngineService() {
15 void MockIBusEngineService::SetEngine(IBusEngineHandlerInterface
* handler
) {
18 void MockIBusEngineService::UnsetEngine() {
21 void MockIBusEngineService::RegisterProperties(
22 const IBusPropertyList
& property_list
) {
25 void MockIBusEngineService::UpdatePreedit(const IBusText
& ibus_text
,
28 IBusEnginePreeditFocusOutMode mode
) {
31 void MockIBusEngineService::UpdateAuxiliaryText(const IBusText
& ibus_text
,
35 void MockIBusEngineService::UpdateLookupTable(
36 const IBusLookupTable
& lookup_table
,
40 void MockIBusEngineService::UpdateProperty(const IBusProperty
& property
) {
43 void MockIBusEngineService::ForwardKeyEvent(uint32 keyval
,
48 void MockIBusEngineService::RequireSurroundingText() {
51 void MockIBusEngineService::CommitText(const std::string
& text
) {
54 } // namespace chromeos