HomeSort by relevance Sort by last modified time
    Searched defs:kTestText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_worditerator_unittest.cc 32 const wchar_t kTestText[] =
122 base::string16 input(WideToUTF16(kTestText));
151 const wchar_t kTestText[] = L"\x1791\x17c1\x002e";
152 base::string16 input(WideToUTF16(kTestText));
  /external/chromium_org/device/nfc/
nfc_ndef_record_unittest.cc 23 const char kTestText[] = "test-text";
42 data.SetString(NfcNdefRecord::kFieldText, kTestText);
74 EXPECT_EQ(kTestText, string_value);
207 title_value->SetString(NfcNdefRecord::kFieldText, kTestText);
235 EXPECT_EQ(kTestText, string_value);

Completed in 54 milliseconds