Searched refs:T9InputServerMethod (Results 1 – 3 of 3) sorted by relevance
44 class T9InputServerMethod : public BInputServerMethod, public BHandler class47 T9InputServerMethod();48 virtual ~T9InputServerMethod();70 return (new T9InputServerMethod()); in instantiate_input_method()74 T9InputServerMethod::T9InputServerMethod() in T9InputServerMethod() function in T9InputServerMethod116 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()
45 class T9InputServerMethod : public BInputServerMethod, public BHandler class48 T9InputServerMethod();49 virtual ~T9InputServerMethod();71 return (new T9InputServerMethod()); in instantiate_input_method()75 T9InputServerMethod::T9InputServerMethod() in T9InputServerMethod() function in T9InputServerMethod117 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()
15 T9InputServerMethod.cpp