Lines Matching refs:resource
31 #include "ui/base/resource/resource_bundle.h"
60 // All of our HTML files should be UTF-8 and for other resource types
71 // We need the filename of the resource to determine the mime type.
74 // The resource bundle id to load.
78 // Returns true if an chrome-extension:// resource should be allowed to load.
126 // chrome-extension://extension-id/resource/path.js
149 // TODO(tc): Make a map of FilePath -> resource ids so we don't have to
166 ExtensionResource resource(extension_id, directory_path,
174 resource_file_path = resource.GetFilePath();
190 ExtensionResource resource(request->url().host(), directory_path,
193 return new net::URLRequestFileJob(request, resource.GetFilePath());