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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host_unittest.cc 36 std::string GeneratePluginId(const std::string& mime_type) {
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("/mime").empty())
    [all...]
pepper_file_system_browser_host.h 142 std::string GeneratePluginId(const std::string& mime_type) const;
pepper_file_system_browser_host.cc 299 const std::string& plugin_id = GeneratePluginId(GetPluginMimeType());
482 std::string PepperFileSystemBrowserHost::GeneratePluginId(

Completed in 107 milliseconds