OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_inputMethodContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
Composition.cpp
44
m_inputMethodContext
->ref();
49
m_inputMethodContext
->deref();
58
:
m_inputMethodContext
(context)
65
return
m_inputMethodContext
->compositionText();
70
return
m_inputMethodContext
->selectionStart();
75
return
m_inputMethodContext
->selectionEnd();
80
return
m_inputMethodContext
->segments();
Composition.h
58
InputMethodContext*
m_inputMethodContext
;
/external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h
143
bool hasInputMethodContext() const { return
m_inputMethodContext
; }
146
if (!
m_inputMethodContext
)
147
m_inputMethodContext
= InputMethodContext::create(element);
148
return
m_inputMethodContext
.get();
187
OwnPtr<InputMethodContext>
m_inputMethodContext
;
Completed in 7511 milliseconds