Home
last modified time | relevance | path

Searched refs:CursorData (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebCore/rendering/style/
DCursorList.h41 const CursorData& operator[](int i) const { return m_vector[i]; }
42 CursorData& operator[](int i) { return m_vector[i]; }
43 const CursorData& at(size_t i) const { return m_vector.at(i); } in at()
44 CursorData& at(size_t i) { return m_vector.at(i); } in at()
50 void append(const CursorData& cursorData) { m_vector.append(cursorData); } in append()
57 Vector<CursorData> m_vector;
DCursorData.h33 class CursorData {
35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) in CursorData() function
41 bool operator==(const CursorData& o) const
46 bool operator!=(const CursorData& o) const
DRenderStyle.cpp598 rareInheritedData.access()->cursorData->append(CursorData(image, hotSpot)); in addCursor()
/external/webkit/Source/WebCore/
DWebCore.pro2181 rendering/style/CursorData.h \
DGNUmakefile.list.am2928 Source/WebCore/rendering/style/CursorData.h \
DGNUmakefile.am2921 Source/WebCore/rendering/style/CursorData.h \
DWebCore.gypi982 'rendering/style/CursorData.h',
DChangeLog-2010-05-2424085 * rendering/style/CursorData.h:
24086 (WebCore::CursorData::CursorData):
24087 (WebCore::CursorData::operator==):
24088 (WebCore::CursorData::image):
24089 (WebCore::CursorData::hotSpot):
DChangeLog-2009-06-1688740 * rendering/style/CursorData.h: Copied from rendering/style/RenderStyle.h.
88741 (WebCore::CursorData::CursorData):
88742 (WebCore::CursorData::operator==):
88743 (WebCore::CursorData::operator!=):
DChangeLog-2010-12-0667685 than a CachedImage in the CursorData, and handle the loading
67698 * rendering/style/CursorData.h:
67699 (WebCore::CursorData::CursorData):
67700 (WebCore::CursorData::image):
67701 (WebCore::CursorData::setImage):
DChangeLog-2007-10-1465358 Fix bugs in RenderStyle::diff. CursorData was not being compared properly.
65428 (WebCore::CursorData::operator==):
65429 (WebCore::CursorData::operator!=):
DChangeLog-2006-12-3127911 (WebCore::CursorData::CursorData):
DChangeLog-2008-08-1050272 RenderStyle's CursorData class holds "IntPoint hotSpot", "CachedImage* image"
50276 instead of storing the CachedImage in the CursorData class, as it's supposed to be.
50306 (WebCore::CursorData::operator==):
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp7523 CursorData& currentCursor = cursorList->at(i); in loadPendingImages()
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4902 …C2272A20E82E87C00E7F975 /* CursorData.h in Headers */ = {isa = PBXBuildFile; fileRef = BC2272A10E8…
11383 …75 /* CursorData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…
18396 BC2272A10E82E87C00E7F975 /* CursorData.h */,
20179 BC2272A20E82E87C00E7F975 /* CursorData.h in Headers */,