Home
last modified time | relevance | path

Searched refs:T9InputServerMethod (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp44 class T9InputServerMethod : public BInputServerMethod, public BHandler class
47 T9InputServerMethod();
48 virtual ~T9InputServerMethod();
70 return (new T9InputServerMethod()); in instantiate_input_method()
74 T9InputServerMethod::T9InputServerMethod() in T9InputServerMethod() function in T9InputServerMethod
116 T9InputServerMethod::~T9InputServerMethod() in ~T9InputServerMethod()
128 filter_result T9InputServerMethod::Filter(BMessage *message, BList *outList) in Filter()
158 status_t T9InputServerMethod::MethodActivated(bool active) in MethodActivated()
164 void T9InputServerMethod::MessageReceived(BMessage *message) in MessageReceived()
191 void T9InputServerMethod::SetMode(T9Mode mode) in SetMode()
H A DT9InputServerMethod.cpp45 class T9InputServerMethod : public BInputServerMethod, public BHandler class
48 T9InputServerMethod();
49 virtual ~T9InputServerMethod();
71 return (new T9InputServerMethod()); in instantiate_input_method()
75 T9InputServerMethod::T9InputServerMethod() in T9InputServerMethod() function in T9InputServerMethod
117 T9InputServerMethod::~T9InputServerMethod() in ~T9InputServerMethod()
129 filter_result T9InputServerMethod::Filter(BMessage *message, BList *outList) in Filter()
159 status_t T9InputServerMethod::MethodActivated(bool active) in MethodActivated()
165 void T9InputServerMethod::MessageReceived(BMessage *message) in MessageReceived()
192 void T9InputServerMethod::SetMode(T9Mode mode) in SetMode()
H A DJamfile15 T9InputServerMethod.cpp