webengine/osswebengine/WebCore/platform/graphics/ImageSource.h
changeset 10 a359256acfc6
parent 0 dd21522fd290
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
    77 
    77 
    78     void clear();
    78     void clear();
    79 
    79 
    80     bool initialized() const;
    80     bool initialized() const;
    81     
    81     
    82     void setData(SharedBuffer* data, bool allDataReceived);
    82     void setDataL(SharedBuffer* data, bool allDataReceived);
    83 
    83 
    84     bool isSizeAvailable();
    84     bool isSizeAvailable();
    85     IntSize size() const;
    85     IntSize size() const;
    86     
    86     
    87     int repetitionCount();
    87     int repetitionCount();