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

  /system/media/mca/filterfw/native/base/
utilities.h 84 // A simple class that gives checklist functionality: There are essemtially two
85 // operations defined on a CheckList:
90 class CheckList {
92 // Add a new unchecked item. Does nothing if item is already in checklist.
95 // Check off an item in the checklist. Returns true if all items have been
99 // Clear the checklist.
109 void CheckList<T>::AddItem(const T& item) {
115 bool CheckList<T>::CheckItem(const T& item) {
  /system/media/mca/filterpacks/base/native/
utilities.h 84 // A simple class that gives checklist functionality: There are essemtially two
85 // operations defined on a CheckList:
90 class CheckList {
92 // Add a new unchecked item. Does nothing if item is already in checklist.
95 // Check off an item in the checklist. Returns true if all items have been
99 // Clear the checklist.
109 void CheckList<T>::AddItem(const T& item) {
115 bool CheckList<T>::CheckItem(const T& item) {
  /external/chromium/net/disk_cache/
rankings.cc 482 int partial = CheckList(static_cast<List>(i));
776 int Rankings::CheckList(List list) {

Completed in 244 milliseconds