HomeSort by relevance Sort by last modified time
    Searched refs:rootType (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
LiveNodeList.h 51 LiveNodeListBase(Node* ownerNode, NodeListRootType rootType, NodeListInvalidationType invalidationType,
57 , m_rootType(rootType)
65 ASSERT(m_rootType == static_cast<unsigned>(rootType));
130 ALWAYS_INLINE NodeListRootType rootType() const { return static_cast<NodeListRootType>(m_rootType); }
191 LiveNodeList(PassRefPtr<Node> ownerNode, CollectionType collectionType, NodeListInvalidationType invalidationType, NodeListRootType rootType = NodeListIsRootedAtNode)
192 : LiveNodeListBase(ownerNode.get(), rootType, invalidationType, collectionType == ChildNodeListType,
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 314 rootType = 'Array'
317 rootType, mode = self.GetRootTypeMode(node.GetType(release), release,
322 rootType, mode = self.GetRootTypeMode(node.GetType(release),
327 rootType = node.cls
333 rootType = 'TypeValue'
335 rootType = node.cls
338 rootType = 'TypeValue'
340 rootType = node.cls
345 rootType = node.GetName()
347 rootType = 'TypeValue
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
path_util.js 12 var RootType = Object.freeze({
25 // Root for entries that is not located under RootType.DRIVE. e.g. shared
84 return type == RootType.DRIVE_OFFLINE ||
85 type == RootType.DRIVE_SHARED_WITH_ME ||
86 type == RootType.DRIVE_RECENT;
96 var rootType = PathUtil.getRootType(path);
97 return rootType === RootType.DRIVE ||
98 rootType === RootType.DRIVE_SHARED_WITH_ME |
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ui/
navigation_list.js 56 var rootType = PathUtil.getRootType(modelItem.path);
57 this.iconDiv_.setAttribute('volume-type-icon', rootType);
64 if (rootType === RootType.ARCHIVE || rootType === RootType.REMOVABLE) {
94 var rootType = PathUtil.getRootType(this.modelItem_.path);
99 (rootType != RootType.DRIVE && rootType != RootType.DOWNLOADS)
    [all...]
breadcrumbs_controller.js 87 if (locationInfo.rootType !== RootType.DRIVE_OTHER) {
101 entries[0] = RootType.DRIVE_SHARED_WITH_ME;
119 * @param {Array.<Entry|RootType>} entries Location information of target path.
130 if (entry === RootType.DRIVE_SHARED_WITH_ME) {
131 div.textContent = PathUtil.getRootLabel(RootType.DRIVE_SHARED_WITH_ME);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_model.js 64 rootType: RootType.DRIVE
78 rootType: RootType.DRIVE_OFFLINE
92 rootType: RootType.DRIVE_SHARED_WITH_ME
108 rootType: RootType.DRIVE_RECENT
160 * @return {RootType} Root type of current root.
182 if (PathUtil.getRootType(rootPath) == RootType.DRIVE |
    [all...]
file_manager_commands.js 85 * @return {?RootType} Type of the found root.
368 var rootType = CommandUtil.getCommandRootType(event.target);
370 event.canExecute = (rootType == RootType.ARCHIVE ||
371 rootType == RootType.REMOVABLE);
373 event.command.label = rootType == RootType.ARCHIVE ?
418 PathUtil.getRootType(root.fullPath) == RootType.REMOVABLE;
471 fileManager.directoryModel.getCurrentRootType() === RootType.DRIVE
    [all...]
drive_banners.js 398 locationInfo.rootType === RootType.DRIVE &&
file_manager.js 884 if (event.entry === RootType.DRIVE_SHARED_WITH_ME)
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uresdata.c 154 UResType rootType;
169 rootType=RES_GET_TYPE(pResData->rootRes);
170 if(!URES_IS_TABLE(rootType)) {
    [all...]
  /external/icu4c/common/
uresdata.c 161 UResType rootType;
176 rootType=(UResType)RES_GET_TYPE(pResData->rootRes);
177 if(!URES_IS_TABLE(rootType)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
volume_manager.js 176 RootType.DRIVE, RootType.DOWNLOADS, RootType.ARCHIVE, RootType.REMOVABLE
635 this.getCurrentProfileVolumeInfo(RootType.DRIVE),
636 entry.rootType,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 146 milliseconds