Home | History | Annotate | Download | only in css

Lines Matching refs:IntSize

42     SizeAndCount(IntSize newSize = IntSize(), int newCount = 0)
48 IntSize size;
58 void addClient(RenderObject*, const IntSize&);
60 PassRefPtr<Image> image(RenderObject*, const IntSize&);
63 IntSize fixedSize(const RenderObject*);
75 Image* getImage(RenderObject*, const IntSize&);
76 void putImage(const IntSize&, PassRefPtr<Image>);
79 HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use.
81 HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size.