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

  /external/chromium_org/content/child/webcrypto/test/
aes_gcm_unittest.cc 49 const std::vector<uint8_t>& plain_text,
57 Status status = Encrypt(algorithm, key, CryptoData(plain_text), &output);
88 std::vector<uint8_t>* plain_text) {
102 return Decrypt(algorithm, key, CryptoData(cipher_text_with_tag), plain_text);
168 GetBytesFromHexString(test, "plain_text");
203 std::vector<uint8_t> plain_text; local
211 &plain_text));
212 EXPECT_BYTES_EQ(test_plain_text, plain_text);
222 &plain_text));
230 &plain_text));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Type_Names_Suite.py 30 plain_text = string variable
32 plain_text = string variable
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_win.cc 222 base::string16 plain_text; local
223 return (ClipboardUtil::GetPlainText(source, &plain_text) &&
224 !plain_text.empty() && GURL(plain_text).is_valid());
230 base::string16 plain_text; local
231 if (ClipboardUtil::GetPlainText(source, &plain_text) &&
232 !plain_text.empty()) {
233 GURL gurl(plain_text);
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_view_aura.cc 394 base::string16 plain_text; local
395 data.GetString(&plain_text);
396 if (!plain_text.empty())
397 drop_data->text = base::NullableString16(plain_text, false);
    [all...]

Completed in 744 milliseconds