HomeSort by relevance Sort by last modified time
    Searched refs:cursors_ (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/ui/base/cursor/
cursor_loader_ozone.cc 26 cursors_[id] =
39 for (ImageCursorMap::const_iterator it = cursors_.begin();
40 it != cursors_.end();
43 cursors_.clear();
50 if (cursors_.count(native_type)) {
52 platform = cursors_[native_type];
cursor_loader_ozone.h 34 ImageCursorMap cursors_; member in class:ui::CursorLoaderOzone
cursor_loader_x11.cc 171 cursors_[id] = CreateReffedCustomXCursor(x_image);
215 for (ImageCursorMap::const_iterator it = cursors_.begin();
216 it != cursors_.end(); ++it)
247 return test::GetCachedXcursorImage(cursors_[id]);
252 return cursors_.count(type) || animated_cursors_.count(type);
261 ImageCursorMap::iterator find = cursors_.find(type);
262 if (find != cursors_.end())
263 return cursors_[type];
cursor_loader_x11.h 47 ImageCursorMap cursors_; member in class:ui::CursorLoaderX11
  /external/chromium_org/content/child/indexed_db/
indexed_db_dispatcher.cc 466 cursors_.erase(ipc_cursor_id);
629 cursors_[ipc_object_id] = cursor;
648 if (cursors_.find(ipc_cursor_id) == cursors_.end())
682 cursors_.find(ipc_cursor_id);
683 if (cur_iter == cursors_.end())
793 for (Iterator i = cursors_.begin(); i != cursors_.end(); ++i) {
indexed_db_dispatcher_unittest.cc 291 dispatcher.cursors_[cursor1_ipc_id] = cursor1.get();
292 dispatcher.cursors_[cursor2_ipc_id] = cursor2.get();
indexed_db_dispatcher.h 258 std::map<int32, WebIDBCursorImpl*> cursors_; member in class:content::IndexedDBDispatcher

Completed in 150 milliseconds