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

  /external/chromium_org/ui/base/ime/
remote_input_method_win.h 33 // - Data retrieval from RemoteInputMethodPrivateWin is implemented with
36 // will call RemoteInputMethodPrivateWin::OnCandidatePopupChanged and/or
37 // RemoteInputMethodPrivateWin::OnInputSourceChanged accordingly so that
40 // delegated to RemoteInputMethodPrivateWin so that RemoteInputMethodWin can
53 class UI_BASE_EXPORT RemoteInputMethodPrivateWin {
55 RemoteInputMethodPrivateWin();
62 static RemoteInputMethodPrivateWin* Get(InputMethod* input_method);
95 DISALLOW_COPY_AND_ASSIGN(RemoteInputMethodPrivateWin);
remote_input_method_win.cc 28 RemoteInputMethodPrivateWin* g_private_interface_ = NULL;
31 RemoteInputMethodPrivateWin* private_interface) {
40 RemoteInputMethodPrivateWin* GetPrivate(InputMethod* public_interface) {
47 RemoteInputMethodPrivateWin* private_interface = GetPrivate(public_interface);
110 public RemoteInputMethodPrivateWin {
289 // Overridden from RemoteInputMethodPrivateWin:
377 RemoteInputMethodPrivateWin::RemoteInputMethodPrivateWin() {}
385 RemoteInputMethodPrivateWin* RemoteInputMethodPrivateWin::Get
    [all...]

Completed in 462 milliseconds