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_panel_service.h"
9 MockIBusPanelService::MockIBusPanelService() {
12 MockIBusPanelService::~MockIBusPanelService() {
15 void MockIBusPanelService::SetUpCandidateWindowHandler(
16 IBusPanelCandidateWindowHandlerInterface
* handler
) {
19 void MockIBusPanelService::SetUpPropertyHandler(
20 IBusPanelPropertyHandlerInterface
* handler
) {
23 void MockIBusPanelService::CandidateClicked(uint32 index
,
24 ibus::IBusMouseButton button
,
28 void MockIBusPanelService::CursorUp() {
31 void MockIBusPanelService::CursorDown() {
34 void MockIBusPanelService::PageUp() {
37 void MockIBusPanelService::PageDown() {
40 } // namespace chromeos