Searched defs:GeneratePluginId (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host_unittest.cc36 std::string GeneratePluginId(const std::string& mime_type) { function in class:content::PepperFileSystemBrowserHostTest
37 return host_->GeneratePluginId(mime_type);
46 TEST_F(PepperFileSystemBrowserHostTest, GeneratePluginId) {
48 EXPECT_TRUE(GeneratePluginId("*").empty());
49 EXPECT_TRUE(GeneratePluginId("*/*").empty());
52 EXPECT_TRUE(GeneratePluginId(".").empty());
53 EXPECT_TRUE(GeneratePluginId("..").empty());
54 EXPECT_TRUE(GeneratePluginId("application").empty());
55 EXPECT_TRUE(GeneratePluginId("application/mime/type").empty());
59 EXPECT_TRUE(GeneratePluginId("/mim
[all...]
H A Dpepper_file_system_browser_host.cc299 const std::string& plugin_id = GeneratePluginId(GetPluginMimeType());
482 std::string PepperFileSystemBrowserHost::GeneratePluginId( function in class:content::PepperFileSystemBrowserHost

Completed in 74 milliseconds