OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_committed_string
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/ime/win/
tsf_text_store.cc
526
const string16&
new_committed_string
=
local
533
if ((!
new_committed_string
.empty()) && text_input_client_) {
534
text_input_client_->InsertText(
new_committed_string
);
/external/chromium_org/win8/metro_driver/ime/
text_store.cc
528
const string16&
new_committed_string
=
local
536
if ((!
new_committed_string
.empty()))
537
delegate_->OnTextCommitted(
new_committed_string
);
Completed in 28 milliseconds