Searched refs:CursorList (Results 1 – 9 of 9) sorted by relevance
34 class CursorList : public RefCounted<CursorList> {36 static PassRefPtr<CursorList> create() in create()38 return adoptRef(new CursorList); in create()46 bool operator==(const CursorList& o) const { return m_vector == o.m_vector; }47 bool operator!=(const CursorList& o) const { return m_vector != o.m_vector; }53 CursorList() in CursorList() function
38 class CursorList; variable73 RefPtr<CursorList> cursorData;
42 class CursorList; variable
157 static bool cursorDataEquivalent(const CursorList* c1, const CursorList* c2) in cursorDataEquivalent()
699 rareInheritedData.access()->cursorData = CursorList::create(); in addCursor()703 void RenderStyle::setCursorList(PassRefPtr<CursorList> other) in setCursorList()
95 class CursorList; variable700 CursorList* cursors() const { return rareInheritedData->cursorData.get(); } in cursors()1177 void setCursorList(PassRefPtr<CursorList>);
155 if (CursorList* cursorList = style->cursors()) { in loadPendingImages()
1152 const CursorList* cursors = style->cursors(); in selectCursor()
1954 CursorList* cursors = style->cursors(); in getPropertyCSSValue()