Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: chromeos/dbus/ibus/ibus_constants.h

Issue 15971003: Connect DeleteSurroundingText signal. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_input_context_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROMEOS_DBUS_IBUS_IBUS_CONSTANTS_H_ 5 #ifndef CHROMEOS_DBUS_IBUS_IBUS_CONSTANTS_H_
6 #define CHROMEOS_DBUS_IBUS_IBUS_CONSTANTS_H_ 6 #define CHROMEOS_DBUS_IBUS_IBUS_CONSTANTS_H_
7 7
8 namespace chromeos { 8 namespace chromeos {
9 9
10 namespace ibus { 10 namespace ibus {
(...skipping 18 matching lines...) Expand all
29 const char kExitMethod[] = "Exit"; 29 const char kExitMethod[] = "Exit";
30 } // namespace bus 30 } // namespace bus
31 31
32 namespace input_context { 32 namespace input_context {
33 const char kServiceInterface[] = "org.freedesktop.IBus.InputContext"; 33 const char kServiceInterface[] = "org.freedesktop.IBus.InputContext";
34 const char kCommitTextSignal[] = "CommitText"; 34 const char kCommitTextSignal[] = "CommitText";
35 const char kForwardKeyEventSignal[] = "ForwardKeyEvent"; 35 const char kForwardKeyEventSignal[] = "ForwardKeyEvent";
36 const char kHidePreeditTextSignal[] = "HidePreeditText"; 36 const char kHidePreeditTextSignal[] = "HidePreeditText";
37 const char kShowPreeditTextSignal[] = "ShowPreeditText"; 37 const char kShowPreeditTextSignal[] = "ShowPreeditText";
38 const char kUpdatePreeditTextSignal[] = "UpdatePreeditText"; 38 const char kUpdatePreeditTextSignal[] = "UpdatePreeditText";
39 const char kDeleteSurroundingTextSignal[] = "DeleteSurroundingText";
39 const char kFocusInMethod[] = "FocusIn"; 40 const char kFocusInMethod[] = "FocusIn";
40 const char kFocusOutMethod[] = "FocusOut"; 41 const char kFocusOutMethod[] = "FocusOut";
41 const char kResetMethod[] = "Reset"; 42 const char kResetMethod[] = "Reset";
42 const char kSetCapabilitiesMethod[] = "SetCapabilities"; 43 const char kSetCapabilitiesMethod[] = "SetCapabilities";
43 const char kSetCursorLocationMethod[] = "SetCursorLocation"; 44 const char kSetCursorLocationMethod[] = "SetCursorLocation";
44 const char kProcessKeyEventMethod[] = "ProcessKeyEvent"; 45 const char kProcessKeyEventMethod[] = "ProcessKeyEvent";
45 const char kSetSurroundingTextMethod[] = "SetSurroundingText"; 46 const char kSetSurroundingTextMethod[] = "SetSurroundingText";
46 const char kPropertyActivateMethod[] = "PropertyActivate"; 47 const char kPropertyActivateMethod[] = "PropertyActivate";
47 } // namespace input_context 48 } // namespace input_context
48 49
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 int x; 137 int x;
137 int y; 138 int y;
138 int width; 139 int width;
139 int height; 140 int height;
140 }; 141 };
141 142
142 } // namespace ibus 143 } // namespace ibus
143 } // namespace chromeos 144 } // namespace chromeos
144 145
145 #endif // CHROMEOS_DBUS_IBUS_IBUS_CONSTANTS_H_ 146 #endif // CHROMEOS_DBUS_IBUS_IBUS_CONSTANTS_H_
OLDNEW
« no previous file with comments | « no previous file | chromeos/dbus/ibus/ibus_input_context_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698