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

  /external/chromium/base/
observer_list.h 96 ListType& observers = list_.observers_;
123 typename ListType::iterator it =
144 for (typename ListType::iterator it = observers_.begin();
157 typename ListType::iterator it = observers_.begin();
170 typedef std::vector<ObserverType*> ListType;
172 ListType observers_;
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_util.h 270 enum ListType {
279 // Maps a list name to ListType.
  /frameworks/base/tools/aidl/
Type.h 334 class ListType : public Type
337 ListType();
Type.cpp 90 LIST_TYPE = new ListType();
857 ListType::ListType()
863 ListType::InstantiableName() const
869 ListType::WriteToParcel(StatementBlock* addTo, Variable* v, Variable* parcel, int flags)
875 ListType::CreateFromParcel(StatementBlock* addTo, Variable* v, Variable* parcel, Variable** cl)
882 ListType::ReadFromParcel(StatementBlock* addTo, Variable* v,
890 ListType::WriteToRpcData(StatementBlock* addTo, Expression* k, Variable* v,
897 ListType::CreateFromRpcData(StatementBlock* addTo, Expression* k, Variable* v, Variable* data,
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 424 FileManager.ListType = {
547 this.setListType(FileManager.ListType.DETAIL);
597 if (type == FileManager.ListType.DETAIL) {
605 } else if (type == FileManager.ListType.THUMBNAIL) {
735 if (this.listType_ == FileManager.ListType.THUMBNAIL) {
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
Record.cpp 606 ListRecTy *ListType = dynamic_cast<ListRecTy *>(getType());
607 assert(ListType && "Bad type for ListInit!");
608 RecTy *EltTy = ListType->getElementType();
1047 ListRecTy *ListType = dynamic_cast<ListRecTy*>(Type);
1061 if ((MHSd && DagType) || (MHSl && ListType)) {
    [all...]

Completed in 184 milliseconds