/external/chromium_org/ui/file_manager/file_manager/background/js/ |
D | volume_manager.js | 52 rootType: VolumeManagerCommon.RootType.DRIVE_OFFLINE, property 57 rootType: VolumeManagerCommon.RootType.DRIVE_SHARED_WITH_ME, property 62 rootType: VolumeManagerCommon.RootType.DRIVE_RECENT, property 735 entry.rootType, 740 var rootType; 747 rootType = VolumeManagerCommon.RootType.DRIVE; 752 rootType = VolumeManagerCommon.RootType.DRIVE_OTHER; 763 rootType = VolumeManagerCommon.RootType.DOWNLOADS; 766 rootType = VolumeManagerCommon.RootType.REMOVABLE; 769 rootType = VolumeManagerCommon.RootType.ARCHIVE; [all …]
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | LiveNodeListBase.h | 43 …LiveNodeListBase(ContainerNode& ownerNode, NodeListRootType rootType, NodeListInvalidationType inv… in LiveNodeListBase() argument 46 , m_rootType(rootType) in LiveNodeListBase() 50 ASSERT(m_rootType == static_cast<unsigned>(rootType)); in LiveNodeListBase() 80 …ALWAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType)… in rootType() function
|
D | LiveNodeList.h | 41 …ectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRoote… 42 : LiveNodeListBase(ownerNode, rootType, invalidationType, collectionType) { } in LiveNodeListBase() argument
|
/external/chromium_org/ppapi/generators/ |
D | idl_c_proto.py | 330 rootType = 'Array' 333 rootType, mode = self.GetRootTypeMode(node.GetType(release), release, 338 rootType, mode = self.GetRootTypeMode(node.GetType(release), 343 rootType = node.cls 349 rootType = 'TypeValue' 351 rootType = node.cls 354 rootType = 'TypeValue' 356 rootType = node.cls 361 rootType = node.GetName() 363 rootType = 'TypeValue' [all …]
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
D | directory_model.js | 100 return locationInfo.rootType; 649 var rootType = this.getCurrentRootType(); 650 if ((rootType === VolumeManagerCommon.RootType.DRIVE || 651 rootType === VolumeManagerCommon.RootType.DRIVE_SHARED_WITH_ME || 652 rootType === VolumeManagerCommon.RootType.DRIVE_RECENT || 653 rootType === VolumeManagerCommon.RootType.DRIVE_OFFLINE) && 1019 switch (locationInfo.rootType) {
|
D | file_manager_commands.js | 357 var rootType = 358 locationInfo && locationInfo.isRootEntry && locationInfo.rootType; 360 event.canExecute = (rootType == VolumeManagerCommon.RootType.ARCHIVE || 361 rootType == VolumeManagerCommon.RootType.REMOVABLE || 362 rootType == VolumeManagerCommon.RootType.PROVIDED); 365 switch (rootType) { 417 var removable = location && location.rootType ===
|
D | file_manager.js | 2048 if (locationInfo.isRootEntry && locationInfo.rootType === 2278 var rootType = this.directoryModel_.getCurrentRootType(); 2279 return rootType === VolumeManagerCommon.RootType.DRIVE || 2280 rootType === VolumeManagerCommon.RootType.DRIVE_SHARED_WITH_ME || 2281 rootType === VolumeManagerCommon.RootType.DRIVE_RECENT || 2282 rootType === VolumeManagerCommon.RootType.DRIVE_OFFLINE; 2713 if (location && location.rootType && location.isRootEntry) { 2715 'volume-type-icon', location.rootType);
|
D | directory_tree.js | 197 if (location && location.rootType && location.isRootEntry) { 198 icon.setAttribute('volume-type-icon', location.rootType);
|
D | drive_banners.js | 403 locationInfo.rootType === VolumeManagerCommon.RootType.DRIVE &&
|
/external/chromium_org/ui/file_manager/file_manager/common/js/ |
D | util.js | 1173 util.getRootTypeLabel = function(rootType) { argument 1178 switch (rootType) { 1229 switch (locationInfo.rootType) { 1248 console.error('Unsupported root type: ' + locationInfo.rootType);
|
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/ |
D | breadcrumbs_controller.js | 62 entryLocationInfo.rootType ===
|
/external/icu/icu4c/source/common/ |
D | uresdata.c | 159 UResType rootType; in res_init() local 174 rootType=(UResType)RES_GET_TYPE(pResData->rootRes); in res_init() 175 if(!URES_IS_TABLE(rootType)) { in res_init()
|
/external/chromium_org/third_party/icu/source/common/ |
D | uresdata.c | 161 UResType rootType; in res_init() local 176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes); in res_init() 177 if(!URES_IS_TABLE(rootType)) { in res_init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 5581 const glu::VarType& rootType, 5620 const glu::VarType& rootType, in glslTraverseBasicTypes() argument 5625 if (rootType.isBasicType()) in glslTraverseBasicTypes() 5626 return visit(rootName, rootType.getBasicType(), indentationDepth); in glslTraverseBasicTypes() 5627 else if (rootType.isArrayType()) in glslTraverseBasicTypes() 5631 const string arrayLength = de::toString(rootType.getArraySize()); in glslTraverseBasicTypes() 5632 …int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) +… in glslTraverseBasicTypes() 5634 …glslTraverseBasicTypes(rootName + "[" + loopIndexName + "]", rootType.getElementType(), arrayNesti… in glslTraverseBasicTypes() 5637 else if (rootType.isStructType()) in glslTraverseBasicTypes() 5639 const glu::StructType& structType = *rootType.getStructPtr(); in glslTraverseBasicTypes()
|