Searched refs:hotSpotAtIndex (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/ico/
H A DICOImageDecoder.h121 bool hotSpotAtIndex(size_t index, IntPoint& hotSpot) const;
H A DICOImageDecoder.cpp143 return hotSpotAtIndex(0, hotSpot);
146 bool ICOImageDecoder::hotSpotAtIndex(size_t index, IntPoint& hotSpot) const function in class:blink::ICOImageDecoder

Completed in 68 milliseconds