Searched defs:ListType (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Dgl_view_renderer_manager.h24 typedef std::list<RendererType> ListType; typedef in class:android_webview::GLViewRendererManager
27 typedef ListType::iterator Key;
50 ListType mru_list_;
H A Dglobal_tile_manager.h27 typedef std::list<GlobalTileManagerClient*> ListType; typedef in class:android_webview::GlobalTileManager
30 typedef ListType::iterator Key;
71 ListType mru_list_;
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dnavigation_list_model.js113 var ListType = {
117 Object.freeze(ListType);
135 if (listType == ListType.VOLUME_LIST) {
221 'permuted', permutedHandler.bind(this, ListType.VOLUME_LIST));
223 'permuted', permutedHandler.bind(this, ListType.SHORTCUT_LIST));
H A Dfile_manager.js107 * @type {ListType}
756 FileManager.ListType = {
1548 this.setListType(this.viewOptions_.listType || FileManager.ListType.DETAIL);
1675 if (type == FileManager.ListType.DETAIL) {
1687 } else if (type == FileManager.ListType.THUMBNAIL) {
1879 if (this.listType_ == FileManager.ListType.THUMBNAIL)
2235 if (this.listType_ == FileManager.ListType.DETAIL)
2448 if (this.listType_ == FileManager.ListType.DETAIL)
2450 else // this.listType_ == FileManager.ListType.THUMBNAIL)
3360 if (this.listType_ === FileManager.ListType
[all...]
/external/chromium_org/ash/system/chromeos/network/
H A Dnetwork_state_list_detailed_view.h41 enum ListType { enum in class:ash::tray::NetworkStateListDetailedView
47 ListType list_type,
113 ListType list_type_;
/external/chromium_org/base/
H A Dobserver_list.h115 typedef std::vector<ObserverType*> ListType; typedef in class:ObserverListBase
117 ListType observers_;
147 ListType& observers = list_->observers_;
167 typename ListType::iterator it =
190 for (typename ListType::iterator it = observers_.begin();
/external/chromium_org/net/base/
H A Dlinked_hash_map.h33 typedef std::list<std::pair<Key, Value> > ListType; typedef in class:linked_hash_map
34 typedef base::hash_map<Key, typename ListType::iterator> MapType;
37 typedef typename ListType::iterator iterator;
38 typedef typename ListType::reverse_iterator reverse_iterator;
39 typedef typename ListType::const_iterator const_iterator;
40 typedef typename ListType::const_reverse_iterator const_reverse_iterator;
42 typedef typename ListType::value_type value_type;
43 typedef typename ListType::size_type size_type;
206 typename ListType::iterator last = list_.end();
229 ListType list
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_util.h91 // TODO(shess): Refactor to allow ListType here.
177 enum ListType { enum in namespace:safe_browsing_util
184 // SafeBrowsing lists are stored in pairs. Keep ListType 5
197 // Maps a list name to ListType.
198 ListType GetListId(const base::StringPiece& name);
201 bool GetListName(ListType list_id, std::string* list);
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParsing.py3264 from types import ListType, TupleType namespace
/external/llvm/lib/TableGen/
H A DRecord.cpp642 ListRecTy *ListType = dyn_cast<ListRecTy>(getType()); local
643 assert(ListType && "Bad type for ListInit!");
644 RecTy *EltTy = ListType->getElementType();
H A DTGParser.cpp1308 ListRecTy *ListType = dyn_cast<ListRecTy>(ItemType); local
1309 if (!ListType) {
1317 GivenListTy = ListType;
1773 ListRecTy *ListType = dyn_cast<ListRecTy>(ValueType); local
1774 if (!ListType) {
1778 IterType = ListType->getElementType();

Completed in 503 milliseconds