Searched refs:setComposition (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Tools/DumpRenderTree/chromium/
H A DTextInputController.h64 void setComposition(const CppArgumentList&, CppVariant*);
H A DTextInputController.cpp70 bindMethod("setComposition", &TextInputController::setComposition);
107 testShell->webView()->setComposition(WebString::fromUTF8(arguments[0].toString()),
227 void TextInputController::setComposition(const CppArgumentList& arguments, CppVariant* result) function in class:TextInputController
248 view->setComposition(text, underlines, 0, text.length());
/external/webkit/Source/WebKit/chromium/public/
H A DWebWidget.h104 virtual bool setComposition(
/external/webkit/Source/WebKit/chromium/src/
H A DWebPopupMenuImpl.h73 virtual bool setComposition(
H A DWebPopupMenuImpl.cpp238 bool WebPopupMenuImpl::setComposition( function in class:WebKit::WebPopupMenuImpl
H A DWebViewImpl.h103 virtual bool setComposition(
H A DWebViewImpl.cpp1291 bool WebViewImpl::setComposition( function in class:WebKit::WebViewImpl
1330 editor->setComposition(emptyString, emptyUnderlines, 0, 0);
1338 editor->setComposition(String(text),
H A DWebFrameImpl.cpp1134 editor->setComposition(text, decorations, location, length);
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DDumpRenderTreeSupportGtk.h95 static void setComposition(WebKitWebView*, const char* text, int start, int end);
H A DDumpRenderTreeSupportGtk.cpp503 void DumpRenderTreeSupportGtk::setComposition(WebKitWebView* webView, const char* text, int start, int end) function in class:DumpRenderTreeSupportGtk
521 editor->setComposition(compositionString, underlines, start, end);
H A DEditorClientGtk.cpp99 frame->editor()->setComposition(preeditString, underlines, 0, 0);
/external/webkit/Source/WebKit2/WebProcess/WebPage/win/
H A DWebPageWin.cpp331 void WebPage::setComposition(const String& compositionString, const Vector<WebCore::CompositionUnderline>& underlines, uint64_t cursorPosition) function in class:WebKit::WebPage
336 frame->editor()->setComposition(compositionString, underlines, cursorPosition, 0);
/external/webkit/Source/WebKit/chromium/tests/
H A DPopupMenuTest.cpp136 virtual bool setComposition( function in class:__anon16016::TestWebWidget
/external/webkit/Tools/DumpRenderTree/gtk/
H A DTextInputController.cpp64 DumpRenderTreeSupportGtk::setComposition(view, stringBuffer.get(), start, end);
/external/webkit/Source/WebKit2/UIProcess/mac/
H A DWebPageProxyMac.mm144 void WebPageProxy::setComposition(const String& text, Vector<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd)
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.h324 void setComposition(const String& text, Vector<WebCore::CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState);
340 void setComposition(const WTF::String& compositionString, const WTF::Vector<WebCore::CompositionUnderline>& underlines, uint64_t cursorPosition);
/external/webkit/Source/WebCore/editing/
H A DEditor.h291 void setComposition(const String&, const Vector<CompositionUnderline>&, unsigned selectionStart, unsigned selectionEnd);
H A DEditor.cpp1552 void Editor::setComposition(const String& text, const Vector<CompositionUnderline>& underlines, unsigned selectionStart, unsigned selectionEnd) function in class:WebCore::Editor
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm224 void WebPage::setComposition(const String& text, Vector<CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd, EditorState& newState)
235 frame->editor()->setComposition(text, underlines, selectionStart, selectionEnd);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.h259 void setComposition(const String& text, Vector<WebCore::CompositionUnderline> underlines, uint64_t selectionStart, uint64_t selectionEnd, uint64_t replacementRangeStart, uint64_t replacementRangeEnd);
277 void setComposition(const String&, Vector<WebCore::CompositionUnderline>&, int);
H A DWebPageProxy.cpp2174 void WebPageProxy::setComposition(const String& compositionString, Vector<WebCore::CompositionUnderline>& underlines, int cursorPosition) function in class:WebKit::WebPageProxy
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebpage.cpp1097 editor->setComposition(ev->preeditString(), underlines, qMin(a.start, (a.start + a.length)), qMax(a.start, (a.start + a.length)));
1102 editor->setComposition(QString(), underlines, 0, 0);
1121 editor->setComposition(ev->preeditString(), underlines, 0, 0);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp1292 m_page->setComposition(compositionString, underlines, cursorPosition);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.mm1413 _data->_page->setComposition(text, underlines, newSelRange.location, NSMaxRange(newSelRange), replacementRange.location, NSMaxRange(replacementRange));
/external/webkit/Source/WebKit/win/
H A DWebView.cpp5531 targetFrame->editor()->setComposition(compositionString, underlines, cursorPosition, 0);

Completed in 276 milliseconds

12