HomeSort by relevance Sort by last modified time
    Searched refs:kTestMimeType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/drive/
drive_uploader_unittest.cc 46 const char kTestMimeType[] = "text/plain";
84 EXPECT_EQ(kTestMimeType, content_type);
101 EXPECT_EQ(kTestMimeType, content_type);
143 EXPECT_EQ(kTestMimeType, content_type);
334 kTestMimeType,
369 kTestMimeType,
404 kTestMimeType,
431 kTestMimeType,
458 kTestMimeType,
484 kTestMimeType,
    [all...]
  /external/chromium_org/device/nfc/
nfc_ndef_record_unittest.cc 21 const char kTestMimeType[] = "test-mime-type";
114 data.SetString(NfcNdefRecord::kFieldMimeType, kTestMimeType);
134 EXPECT_EQ(kTestMimeType, string_value);
176 data.SetString(NfcNdefRecord::kFieldMimeType, kTestMimeType);
222 EXPECT_EQ(kTestMimeType, string_value);
  /external/chromium_org/content/browser/download/
download_browsertest.cc 794 const char kTestMimeType[] = "application/x-test-mime-type";
800 WebPluginMimeType(kTestMimeType, kTestFileType, ""));
    [all...]

Completed in 160 milliseconds