Home
last modified time | relevance | path

Searched refs:hasComposition (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DEditorState.h41 , hasComposition(false) in EditorState()
50 bool hasComposition; member
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DDumpRenderTreeSupportGtk.cpp515 if (!editor->canEdit() && !editor->hasComposition()) in setComposition()
533 if (!editor || (!editor->hasComposition() && !text)) in confirmComposition()
536 if (editor->hasComposition()) { in confirmComposition()
DEditorClientGtk.cpp457 if (!targetFrame->editor()->hasComposition()) in respondToChangedSelection()
807 m_treatContextCommitAsKeyEvent = (!targetFrame->editor()->hasComposition()) in handleInputMethodKeydown()
811 || (!m_treatContextCommitAsKeyEvent && !targetFrame->editor()->hasComposition())) in handleInputMethodKeydown()
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.cpp1284 if (editor && editor->hasComposition()) in setFocus()
1307 if (!editor->canEdit() && !editor->hasComposition()) in setComposition()
1342 return editor->hasComposition(); in setComposition()
1356 if (!editor || (!editor->hasComposition() && !text.length())) in confirmComposition()
1370 if (editor->hasComposition()) { in confirmComposition()
DWebFrameImpl.cpp1122 if (editor->hasComposition()) in insertText()
1144 return frame()->editor()->hasComposition(); in hasMarkedText()
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
DWebPageWin.cpp343 …if (RefPtr<Range> range = frame->editor()->hasComposition() ? frame->editor()->compositionRange() … in firstRectForCharacterInSelectedRange()
/external/webkit/Source/WebCore/editing/
DEditor.h290 bool hasComposition() const { return m_compositionNode; } in hasComposition() function
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebEditorClient.cpp197 if (!frame->editor()->hasComposition() || frame->editor()->ignoreCompositionSelectionChange()) in respondToChangedSelection()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.cpp1101 if (editor->hasComposition() && (a.start + a.length == 0)) in inputMethodEvent()
1116 if (editor->hasComposition()) in inputMethodEvent()
1122 else if (ev->preeditString().isEmpty() && editor->hasComposition()) in inputMethodEvent()
1413 if (editor->hasComposition()) in inputMethodQuery()
1428 if (!editor->hasComposition() && renderTextControl) { in inputMethodQuery()
1438 if (editor->hasComposition()) in inputMethodQuery()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.cpp1151 if (m_page->editorState().hasComposition && !hasChanged) in compositionSelectionChanged()
1302 if (m_page->editorState().hasComposition) in onIMEEndComposition()
1313 if (charPos->dwCharPos && !m_page->editorState().hasComposition) in onIMERequestCharPosition()
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
DWebPageMac.mm138 ASSERT(!frame->editor()->hasComposition());
260 if (!frame->editor()->hasComposition()) {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1091 bool isFromInputMethod = _data->_page->editorState().hasComposition;
1124 bool isFromInputMethod = _data->_page->editorState().hasComposition;
1302 result = _data->_page->editorState().hasComposition;
1306 result = _data->_page->editorState().hasComposition;
1404 ASSERT(!_data->_page->editorState().hasComposition);
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebPage.cpp335 result.hasComposition = frame->editor()->hasComposition(); in editorState()
/external/webkit/Source/WebKit/win/
DWebView.cpp5334 if (!targetFrame || !targetFrame->editor()->hasComposition()) in updateSelectionForIME()
5543 if (targetFrame && targetFrame->editor()->hasComposition()) in onIMEEndComposition()
5569 if (charPos->dwCharPos && !targetFrame->editor()->hasComposition()) in onIMERequestCharPosition()
5572 …if (RefPtr<Range> range = targetFrame->editor()->hasComposition() ? targetFrame->editor()->composi… in onIMERequestCharPosition()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp2164 void WebPageProxy::didChangeCompositionSelection(bool hasComposition) in didChangeCompositionSelection() argument
2166 m_pageClient->compositionSelectionChanged(hasComposition); in didChangeCompositionSelection()
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm5908 BOOL result = coreFrame && coreFrame->editor()->hasComposition();
5913 result = coreFrame->editor()->hasComposition();
6021 bool isFromInputMethod = coreFrame && coreFrame->editor()->hasComposition();
6075 bool isFromInputMethod = coreFrame && coreFrame->editor()->hasComposition();
6113 if (!coreFrame->editor()->hasComposition()) {
6174 if (!coreFrame->editor()->hasComposition())
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1614162 (-[WKView _interceptKeyEvent:hasComposition:start:end:lines:WebCore::]): Added parameters.