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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 148 if (CursorList* cursorList = style->cursors()) {
149 for (size_t i = 0; i < cursorList->size(); ++i) {
150 CursorData& currentCursor = cursorList->at(i);
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 490 ArrayList<Cursor> cursorList = new ArrayList<Cursor>();
496 cursorList.add(cursor);
506 for (Cursor c : cursorList) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 273 def join(self, cursorList, flags=0):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbshelve.py 273 def join(self, cursorList, flags=0):

Completed in 682 milliseconds