/external/chromium_org/extensions/common/ |
D | stack_frame_unittest.cc | 24 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/ |
D | dhcp_proxy_script_fetcher_chromeos.cc | 48 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()
|
D | 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/ |
D | dhcp_proxy_script_fetcher.h | 59 virtual int Fetch(base::string16* utf16_text, 88 virtual int Fetch(base::string16* utf16_text,
|
D | dhcp_proxy_script_fetcher.cc | 24 base::string16* utf16_text, const CompletionCallback& callback) { in Fetch() argument
|
D | proxy_script_fetcher.h | 47 virtual int Fetch(const GURL& url, base::string16* utf16_text,
|
D | proxy_script_decider_unittest.cc | 135 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
|
D | dhcp_proxy_script_fetcher_win.cc | 78 int DhcpProxyScriptFetcherWin::Fetch(base::string16* utf16_text, in Fetch() argument 90 destination_string_ = utf16_text; in Fetch()
|
D | dhcp_proxy_script_fetcher_win.h | 41 int Fetch(base::string16* utf16_text,
|
/external/chromium/net/proxy/ |
D | proxy_script_fetcher.h | 47 virtual int Fetch(const GURL& url, string16* utf16_text,
|
/external/chromium_org/ui/base/ime/ |
D | input_method_ibus.cc | 487 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/ |
D | pepper_plugin_instance_impl.cc | 2045 base::string16 utf16_text = in SimulateImeSetCompositionEvent() local 2059 utf16_text, underlines, offsets[0], offsets[1]); in SimulateImeSetCompositionEvent()
|