HomeSort by relevance Sort by last modified time
    Searched full:utf16_text (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chromeos/network/
dhcp_proxy_script_fetcher_chromeos.cc 48 base::string16* utf16_text,
58 weak_ptr_factory_.GetWeakPtr(), utf16_text, callback));
77 base::string16* utf16_text,
86 int res = proxy_script_fetcher_->Fetch(pac_url_, utf16_text, callback);
dhcp_proxy_script_fetcher_chromeos.h 33 virtual int Fetch(base::string16* utf16_text,
40 void ContinueFetch(base::string16* utf16_text,
  /external/chromium_org/net/proxy/
dhcp_proxy_script_fetcher.cc 24 base::string16* utf16_text, const CompletionCallback& callback) {
dhcp_proxy_script_fetcher.h 39 // |*utf16_text| is filled with the response. On failure, the result text is
59 virtual int Fetch(base::string16* utf16_text,
88 virtual int Fetch(base::string16* utf16_text,
proxy_script_fetcher.h 34 // |*utf16_text| is filled with the response. On failure, the result text is
47 virtual int Fetch(const GURL& url, base::string16* utf16_text,
proxy_script_decider_unittest.cc 135 virtual int Fetch(base::string16* utf16_text,
155 int MockDhcpProxyScriptFetcher::Fetch(base::string16* utf16_text,
157 utf16_text_ = utf16_text;
630 virtual int Fetch(base::string16* utf16_text,
632 *utf16_text = expected_text_;
712 virtual int Fetch(base::string16* utf16_text,
dhcp_proxy_script_fetcher_win.cc 78 int DhcpProxyScriptFetcherWin::Fetch(base::string16* utf16_text,
90 destination_string_ = utf16_text;
dhcp_proxy_script_fetcher_win.h 41 int Fetch(base::string16* utf16_text,
  /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/net/proxy/
proxy_script_fetcher.h 34 // |*utf16_text| is filled with the response. On failure, the result text is
47 virtual int Fetch(const GURL& url, string16* 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 247 milliseconds