Searched refs:CursorList (Results 1 – 6 of 6) sorted by relevance
46 typedef RefVector<CursorData> CursorList; typedef93 RefPtr<CursorList> cursorData;
738 rareInheritedData.access()->cursorData = CursorList::create(); in addCursor()742 void RenderStyle::setCursorList(PassRefPtr<CursorList> other) in setCursorList()
725 CursorList* cursors() const { return rareInheritedData->cursorData.get(); } in cursors()1221 void setCursorList(PassRefPtr<CursorList>);
148 if (CursorList* cursorList = style->cursors()) { in loadPendingImages()
1063 const CursorList* cursors = style->cursors(); in selectCursor()
1868 CursorList* cursors = style->cursors(); in getPropertyCSSValue()