Home
last modified time | relevance | path

Searched refs:DoNotKeepSelection (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
DInputMethodController.h45 DoNotKeepSelection, enumerator
/external/chromium_org/third_party/WebKit/public/web/
DWebWidget.h182 DoNotKeepSelection, enumerator
/external/chromium_org/third_party/WebKit/Source/web/
DWebViewImpl.cpp2215 return confirmComposition(DoNotKeepSelection); in confirmComposition()
2225 return confirmComposition(text, DoNotKeepSelection); in confirmComposition()
2237 … KeepSelection ? InputMethodController::KeepSelection : InputMethodController::DoNotKeepSelection); in confirmComposition()
/external/chromium_org/content/renderer/
Drender_widget.cc1549 webwidget_->confirmComposition(WebWidget::DoNotKeepSelection); in OnImeConfirmComposition()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DWebViewTest.cpp647 webView->confirmComposition(WebWidget::DoNotKeepSelection); in TEST_F()