HomeSort by relevance Sort by last modified time
    Searched defs:PendingList (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/users/wallpaper/
wallpaper_manager.h 605 typedef std::vector<scoped_refptr<PendingWallpaper> > PendingList;
606 PendingList loading_;
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c 39 typedef struct PendingList PendingList;
48 struct PendingList {
65 PendingList *pList; /* Doclist is assembled here */
408 ** Append a single varint to a PendingList buffer. SQLITE_OK is returned
411 ** This function also serves to allocate the PendingList structure itself.
412 ** For example, to create a new PendingList structure containing two
415 ** PendingList *p = 0;
420 PendingList **pp, /* IN/OUT: Pointer to PendingList struct *
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 296 milliseconds