HomeSort by relevance Sort by last modified time
    Searched refs:UTF8ToUTF16 (Results 176 - 200 of 842) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/content/browser/speech/
google_streaming_remote_engine_unittest.cc 112 SpeechRecognitionHypothesis(UTF8ToUTF16("hypothesis 1"), 0.1F));
114 SpeechRecognitionHypothesis(UTF8ToUTF16("hypothesis 2"), 0.2F));
143 SpeechRecognitionHypothesis(UTF8ToUTF16("hypothesis"), confidence));
161 SpeechRecognitionHypothesis(UTF8ToUTF16("The final result"), 1.0F));
188 SpeechRecognitionHypothesis(UTF8ToUTF16("hypothesis"), 1.0F));
228 SpeechRecognitionHypothesis(UTF8ToUTF16("The final result"), 0.0F));
305 SpeechRecognitionHypothesis(UTF8ToUTF16("foo"), 0.5));
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc 201 string16 text = UTF8ToUTF16(GetText());
202 string16 heading = UTF8ToUTF16(GetHeading());
203 string16 description = UTF8ToUTF16(GetDescription());
204 string16 annotation = UTF8ToUTF16(GetAnnotation());
206 string16 display_source = UTF8ToUTF16(GetAppId());
207 string16 replace_key = UTF8ToUTF16(GetKey());
210 string16 newline = UTF8ToUTF16("\n");
256 message_center::ButtonInfo button_info(UTF8ToUTF16(title));
270 UTF8ToUTF16(GetContainedNotificationTitle(ii)),
271 UTF8ToUTF16(GetContainedNotificationMessage(ii)))
    [all...]
synced_notification_unittest.cc 337 EXPECT_EQ(UTF8ToUTF16(kContainedTitle1), notification.items()[0].title);
338 EXPECT_EQ(UTF8ToUTF16(kContainedTitle2), notification.items()[1].title);
339 EXPECT_EQ(UTF8ToUTF16(kContainedTitle3), notification.items()[2].title);
341 EXPECT_EQ(UTF8ToUTF16(kContainedMessage1), notification.items()[0].message);
342 EXPECT_EQ(UTF8ToUTF16(kContainedMessage2), notification.items()[1].message);
343 EXPECT_EQ(UTF8ToUTF16(kContainedMessage3), notification.items()[2].message);