Home
last modified time | relevance | path

Searched defs:rootType (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DLiveNodeListBase.h43 …LiveNodeListBase(ContainerNode& ownerNode, NodeListRootType rootType, NodeListInvalidationType inv… in LiveNodeListBase()
80 …ALWAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType)… in rootType() function
DLiveNodeList.h42 : LiveNodeListBase(ownerNode, rootType, invalidationType, collectionType) { } in LiveNodeListBase() argument
/external/chromium_org/ui/file_manager/file_manager/background/js/
Dvolume_manager.js52 rootType: VolumeManagerCommon.RootType.DRIVE_OFFLINE, property
57 rootType: VolumeManagerCommon.RootType.DRIVE_SHARED_WITH_ME, property
62 rootType: VolumeManagerCommon.RootType.DRIVE_RECENT, property
876 function EntryLocation(volumeInfo, rootType, isRootEntry, isReadOnly) { argument
/external/icu/icu4c/source/common/
Duresdata.c159 UResType rootType; in res_init() local
/external/chromium_org/third_party/icu/source/common/
Duresdata.c161 UResType rootType; in res_init() local
/external/chromium_org/ui/file_manager/file_manager/common/js/
Dutil.js1173 util.getRootTypeLabel = function(rootType) { argument
/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5620 const glu::VarType& rootType, in glslTraverseBasicTypes()