OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GtkIMContext
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/libgtk2ui/
x11_input_method_context_impl_gtk2.h
16
typedef struct _GtkIMContext
GtkIMContext
;
21
// and uses
GtkIMContext
(gtk-immodule) as a bridge from/to underlying IMEs.
40
//
GtkIMContext
event handlers. They are shared among |gtk_context_simple_|
43
GtkIMContext
*, gchar*);
45
GtkIMContext
*);
47
GtkIMContext
*);
49
GtkIMContext
*);
56
GtkIMContext
* gtk_context_simple_;
58
GtkIMContext
* gtk_multicontext_;
62
GtkIMContext
* gtk_context_
[
all
...]
x11_input_method_context_impl_gtk2.cc
118
GtkIMContext
* contexts[] = {gtk_context_simple_, gtk_multicontext_};
247
//
GtkIMContext
event handlers.
249
void X11InputMethodContextImplGtk2::OnCommit(
GtkIMContext
* context,
266
void X11InputMethodContextImplGtk2::OnPreeditChanged(
GtkIMContext
* context) {
283
void X11InputMethodContextImplGtk2::OnPreeditEnd(
GtkIMContext
* context) {
290
void X11InputMethodContextImplGtk2::OnPreeditStart(
GtkIMContext
* context) {
/external/chromium_org/content/browser/renderer_host/
gtk_im_context_wrapper.h
19
typedef struct _GtkIMContext
GtkIMContext
;
30
// This class is a convenience wrapper for
GtkIMContext
.
31
// It creates and manages two
GtkIMContext
instances, one is GtkIMMulticontext,
35
// This class is in charge of dispatching key events to these two
GtkIMContext
92
gboolean HandleRetrieveSurrounding(
GtkIMContext
* context);
106
// Signal handlers of
GtkIMContext
object.
107
static void HandleCommitThunk(
GtkIMContext
* context, gchar* text,
109
static void HandlePreeditStartThunk(
GtkIMContext
* context,
111
static void HandlePreeditChangedThunk(
GtkIMContext
* context,
113
static void HandlePreeditEndThunk(
GtkIMContext
* context
[
all
...]
gtk_im_context_wrapper.cc
140
// key event to the
GtkIMContext
object first, and decide whether or not to
151
// event to the
GtkIMContext
object (and send a Char event) so that WebKit
230
// Control the
GtkIMContext
object according to this status.
259
// attach the
GtkIMContext
object to this window before changing the
271
//
GtkIMContext
object correctly later when IME is enabled by WebKit.
278
// Notify the
GtkIMContext
object of this focus-in event only if IME is
300
//
GtkIMContext
object unexpectly.
303
// Notify the
GtkIMContext
object of this focus-out event only if IME is
306
// To reset the
GtkIMContext
object and prevent data loss.
392
// IME is disabled by WebKit or the
GtkIMContext
object cannot handl
[
all
...]
/external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.h
29
typedef struct _GtkIMContext
GtkIMContext
;
32
// This class is a convenience wrapper for
GtkIMContext
.
33
// It creates and manages two
GtkIMContext
instances, one is GtkIMMulticontext,
37
// This class is in charge of dispatching key events to these two
GtkIMContext
107
// Signal handlers of
GtkIMContext
object.
108
static void HandleCommitThunk(
GtkIMContext
* context, gchar* text,
110
static void HandlePreeditStartThunk(
GtkIMContext
* context,
112
static void HandlePreeditChangedThunk(
GtkIMContext
* context,
114
static void HandlePreeditEndThunk(
GtkIMContext
* context,
126
// The
GtkIMContext
object
[
all
...]
gtk_im_context_wrapper.cc
144
// key event to the
GtkIMContext
object first, and decide whether or not to
155
// event to the
GtkIMContext
object (and send a Char event) so that WebKit
233
// Control the
GtkIMContext
object according to this status.
251
// attach the
GtkIMContext
object to this window before changing the
263
//
GtkIMContext
object correctly later when IME is enabled by WebKit.
270
// Notify the
GtkIMContext
object of this focus-in event only if IME is
290
//
GtkIMContext
object unexpectly.
293
// Notify the
GtkIMContext
object of this focus-out event only if IME is
296
// To reset the
GtkIMContext
object and prevent data loss.
396
// IME is disabled by WebKit or the
GtkIMContext
object cannot handl
[
all
...]
Completed in 85 milliseconds