Home
last modified time | relevance | path

Searched refs:utf16_text (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/extensions/common/
Dstack_frame_unittest.cc24 base::string16 utf16_text = UTF8ToUTF16(text); in AssertStackFrameValid() local
25 scoped_ptr<StackFrame> frame = StackFrame::CreateFromText(utf16_text); in AssertStackFrameValid()
35 base::string16 utf16_text = UTF8ToUTF16(text); in AssertStackFrameInvalid() local
36 scoped_ptr<StackFrame> frame = StackFrame::CreateFromText(utf16_text); in AssertStackFrameInvalid()
/external/chromium_org/chromeos/network/
Ddhcp_proxy_script_fetcher_chromeos.cc48 base::string16* utf16_text, in Fetch() argument
58 weak_ptr_factory_.GetWeakPtr(), utf16_text, callback)); in Fetch()
77 base::string16* utf16_text, in ContinueFetch() argument
86 int res = proxy_script_fetcher_->Fetch(pac_url_, utf16_text, callback); in ContinueFetch()
Ddhcp_proxy_script_fetcher_chromeos.h33 virtual int Fetch(base::string16* utf16_text,
40 void ContinueFetch(base::string16* utf16_text,
/external/chromium_org/net/proxy/
Ddhcp_proxy_script_fetcher.h59 virtual int Fetch(base::string16* utf16_text,
88 virtual int Fetch(base::string16* utf16_text,
Ddhcp_proxy_script_fetcher.cc24 base::string16* utf16_text, const CompletionCallback& callback) { in Fetch() argument
Dproxy_script_fetcher.h47 virtual int Fetch(const GURL& url, base::string16* utf16_text,
Dproxy_script_decider_unittest.cc135 virtual int Fetch(base::string16* utf16_text,
155 int MockDhcpProxyScriptFetcher::Fetch(base::string16* utf16_text, in Fetch() argument
157 utf16_text_ = utf16_text; in Fetch()
630 virtual int Fetch(base::string16* utf16_text, in Fetch() argument
632 *utf16_text = expected_text_; in Fetch()
712 virtual int Fetch(base::string16* utf16_text, in Fetch() argument
Ddhcp_proxy_script_fetcher_win.cc78 int DhcpProxyScriptFetcherWin::Fetch(base::string16* utf16_text, in Fetch() argument
90 destination_string_ = utf16_text; in Fetch()
Ddhcp_proxy_script_fetcher_win.h41 int Fetch(base::string16* utf16_text,
/external/chromium/net/proxy/
Dproxy_script_fetcher.h47 virtual int Fetch(const GURL& url, string16* utf16_text,
/external/chromium_org/ui/base/ime/
Dinput_method_ibus.cc487 const string16 utf16_text = UTF8ToUTF16(text); in CommitText() local
488 if (utf16_text.empty()) in CommitText()
493 result_text_.append(utf16_text); in CommitText()
498 GetTextInputClient()->InsertText(utf16_text); in CommitText()
/external/chromium_org/content/renderer/pepper/
Dpepper_plugin_instance_impl.cc2045 base::string16 utf16_text = in SimulateImeSetCompositionEvent() local
2059 utf16_text, underlines, offsets[0], offsets[1]); in SimulateImeSetCompositionEvent()