Home
last modified time | relevance | path

Searched refs:animated_cursors_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/base/cursor/
Dcursor_loader_x11.cc184 animated_cursors_[id] = std::make_pair( in LoadAnimatedCursor()
194 for (AnimatedCursorMap::iterator it = animated_cursors_.begin(); in UnloadAll()
195 it != animated_cursors_.end(); ++it) { in UnloadAll()
226 return cursors_.count(type) || animated_cursors_.count(type); in IsImageCursor()
232 if (animated_cursors_.count(type)) in ImageCursorFromNative()
233 return animated_cursors_[type].first; in ImageCursorFromNative()
Dcursor_loader_x11.h54 AnimatedCursorMap animated_cursors_; variable