webengine/osswebengine/WebCore/platform/network/symbian/FileConnection.h
changeset 38 6297cdf66332
parent 0 dd21522fd290
child 65 5bfc169077b2
equal deleted inserted replaced
37:cb62a4f66ebe 38:6297cdf66332
    63     HBufC* parseFileNameLC(const TDesC8& aUrl );
    63     HBufC* parseFileNameLC(const TDesC8& aUrl );
    64     /**
    64     /**
    65     * Determine the content type of the file.
    65     * Determine the content type of the file.
    66     */
    66     */
    67     HBufC8* contentTypeL();
    67     HBufC8* contentTypeL();
       
    68     /**
       
    69     * Determine the content type of the file from PluginHandler.
       
    70     */
       
    71     HBufC8* contentTypeFromPluginsL();
    68 
    72 
    69     /**
    73     /**
    70     * Determine the content encoding of the file.
    74     * Determine the content encoding of the file.
    71     */
    75     */
    72     TPtrC8 contentEncoding(const TDesC8& aContentTypeString ) const;
    76     TPtrC8 contentEncoding(const TDesC8& aContentTypeString ) const;