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

  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_file_system_browser_host.cc 487 std::string top_level_type; local
490 mime_type, &top_level_type, &subtype) ||
491 !net::IsValidTopLevelMimeType(top_level_type))
495 std::string output = top_level_type + "_" + subtype;
  /external/chromium_org/net/base/
mime_util.h 65 // If |top_level_type| is non-NULL, sets it to parsed top-level type string.
68 std::string* top_level_type,
mime_util_unittest.cc 296 std::string top_level_type; local
299 "application/mime", &top_level_type, &subtype));
300 EXPECT_EQ("application", top_level_type);
mime_util.cc 74 std::string* top_level_type,
696 std::string* top_level_type,
705 if (top_level_type)
706 *top_level_type = components[0];
825 std::string* top_level_type,
828 type_string, top_level_type, subtype);
    [all...]

Completed in 111 milliseconds