OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:utf16_text
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/extensions/common/
stack_frame_unittest.cc
24
base::string16
utf16_text
= UTF8ToUTF16(text);
local
25
scoped_ptr<StackFrame> frame = StackFrame::CreateFromText(
utf16_text
);
35
base::string16
utf16_text
= UTF8ToUTF16(text);
local
36
scoped_ptr<StackFrame> frame = StackFrame::CreateFromText(
utf16_text
);
/external/chromium_org/ui/base/ime/
input_method_ibus.cc
487
const string16
utf16_text
= UTF8ToUTF16(text);
local
488
if (
utf16_text
.empty())
493
result_text_.append(
utf16_text
);
498
GetTextInputClient()->InsertText(
utf16_text
);
/external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc
2045
base::string16
utf16_text
=
local
[
all
...]
Completed in 100 milliseconds