Searched refs:InputMethodContextEfl (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DInputMethodContextEfl.cpp22 #include "InputMethodContextEfl.h"
34 InputMethodContextEfl::InputMethodContextEfl(EwkView* view, PassOwnPtr<Ecore_IMF_Context> context) function in class:WebKit::InputMethodContextEfl
44 InputMethodContextEfl::~InputMethodContextEfl()
48 void InputMethodContextEfl::onIMFInputSequenceComplete(void* data, Ecore_IMF_Context*, void* eventInfo)
50 InputMethodContextEfl* inputMethodContext = static_cast<InputMethodContextEfl*>(data);
57 void InputMethodContextEfl::onIMFPreeditSequenceChanged(void* data, Ecore_IMF_Context* context, void*)
59 InputMethodContextEfl* inputMethodContex
[all...]
H A DInputMethodContextEfl.h35 class InputMethodContextEfl { class in namespace:WebKit
37 static PassOwnPtr<InputMethodContextEfl> create(EwkView* viewImpl, Evas* canvas)
43 return adoptPtr(new InputMethodContextEfl(viewImpl, context.release()));
45 ~InputMethodContextEfl();
52 InputMethodContextEfl(EwkView*, PassOwnPtr<Ecore_IMF_Context>);
H A DWebViewEfl.cpp31 #include "InputMethodContextEfl.h"
100 if (InputMethodContextEfl* inputMethodContext = m_ewkView->inputMethodContext())
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/efl/
H A DEwkView.h59 class InputMethodContextEfl;
134 WebKit::InputMethodContextEfl* inputMethodContext();
283 OwnPtr<WebKit::InputMethodContextEfl> m_inputMethodContext;
H A DEwkView.cpp28 #include "InputMethodContextEfl.h"
277 , m_inputMethodContext(InputMethodContextEfl::create(this, smartData()->base.evas))
655 InputMethodContextEfl* EwkView::inputMethodContext()
1228 if (InputMethodContextEfl* inputMethodContext = self->inputMethodContext())
1245 if (InputMethodContextEfl* inputMethodContext = self->inputMethodContext())

Completed in 94 milliseconds