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

  /external/chromium_org/chrome/browser/renderer_host/
plugin_info_message_filter_unittest.cc 140 std::string actual_mime_type; local
142 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
152 std::string actual_mime_type; local
154 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
164 std::string actual_mime_type; local
168 0, GURL(), GURL(), "foo/bar", &status, &plugin, &actual_mime_type,
176 std::string actual_mime_type; local
178 0, GURL(), GURL(), "baz/blurp", &status, &plugin, &actual_mime_type,
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 157 # actual_mime_type: existing svn:mime-type property value for the file.
160 def check_utf8(file_name, base_mime_type, actual_mime_type):
164 if actual_mime_type.find("charset=") > 0:
165 return actual_mime_type;
  /external/icu4c/tools/
icu-svnprops-check.py 157 # actual_mime_type: existing svn:mime-type property value for the file.
160 def check_utf8(file_name, base_mime_type, actual_mime_type):
164 if actual_mime_type.find("charset=") > 0:
165 return actual_mime_type;
  /external/chromium_org/content/common/
plugin_list.cc 353 std::string actual_mime_type; local
355 if (SupportsExtension(plugins_list_[i], extension, &actual_mime_type)) {
360 actual_mime_types->push_back(actual_mime_type);
387 std::string* actual_mime_type) {
392 if (actual_mime_type)
393 *actual_mime_type = mime_type.mime_type;
plugin_list.h 199 std::string* actual_mime_type);
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter.h 56 std::string* actual_mime_type,
plugin_info_message_filter.cc 151 // This also fills in |actual_mime_type|.
156 &output.actual_mime_type,
299 std::string* actual_mime_type,
334 *actual_mime_type = mime_types[i];
  /external/chromium_org/content/public/browser/
plugin_service.h 81 std::string* actual_mime_type) = 0;
  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.cc 491 const std::string& actual_mime_type = output.actual_mime_type; local
525 if (plugin.mime_types[i].mime_type == actual_mime_type) {
533 if (params.mimeType.isNull() && (actual_mime_type.size() > 0)) {
538 params.mimeType = WebString::fromUTF8(actual_mime_type.c_str());
586 actual_mime_type == "application/x-nacl";
588 actual_mime_type == "application/x-pnacl";
609 manifest_url = GetNaClContentHandlerURL(actual_mime_type, plugin);
791 const std::string& actual_mime_type,
797 if (plugin.mime_types[i].mime_type == actual_mime_type) {
    [all...]
chrome_content_renderer_client.h 183 static GURL GetNaClContentHandlerURL(const std::string& actual_mime_type,
  /external/chromium_org/content/browser/
plugin_service_impl.h 91 std::string* actual_mime_type) OVERRIDE;
plugin_service_impl.cc 525 std::string* actual_mime_type) {
541 if (actual_mime_type)
542 *actual_mime_type = mime_types[i];
  /external/chromium_org/content/browser/renderer_host/
render_message_filter.h 173 std::string* actual_mime_type);
render_message_filter.cc 748 std::string* actual_mime_type) {
753 NULL, info, actual_mime_type);
    [all...]
  /external/chromium_org/chrome/common/
render_messages.h 142 IPC_STRUCT_MEMBER(std::string, actual_mime_type)

Completed in 1548 milliseconds