HomeSort by relevance Sort by last modified time
    Searched refs:rootType (Results 1 - 13 of 13) 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 306 rootType = 'Array'
309 rootType, mode = self.GetRootTypeMode(node.GetType(release), release,
314 rootType, mode = self.GetRootTypeMode(node.GetType(release),
319 rootType = node.cls
325 rootType = 'TypeValue'
327 rootType = node.cls
330 rootType = 'TypeValue'
332 rootType = node.cls
337 rootType = node.GetName()
339 rootType = 'TypeValue
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
navigation_list.js 157 var rootType = PathUtil.getRootType(path);
159 this.iconDiv_.setAttribute('volume-type-icon', rootType);
160 if (rootType === RootType.REMOVABLE) {
167 if (rootType === RootType.ARCHIVE || rootType === RootType.REMOVABLE) {
197 var rootType = PathUtil.getRootType(this.path_);
202 (rootType != RootType.DRIVE && rootType != RootType.DOWNLOADS)
    [all...]
path_util.js 11 var RootType = {
23 * @type {Object.<RootType,string>}
62 return type == RootType.DRIVE_OFFLINE ||
63 type == RootType.DRIVE_SHARED_WITH_ME ||
64 type == RootType.DRIVE_RECENT;
74 var rootType = PathUtil.getRootType(path);
75 return rootType === RootType.DRIVE ||
76 rootType === RootType.DRIVE_SHARED_WITH_ME |
    [all...]
directory_model.js 227 if (!enabled && (this.getCurrentRootType() == RootType.DRIVE ||
228 this.getCurrentRootType() == RootType.DRIVE_OFFLINE))
250 * @return {RootType} Root type of current root.
280 if (PathUtil.getRootType(rootPath) == RootType.DRIVE ||
324 case RootType.REMOVABLE:
327 case RootType.ARCHIVE:
329 case RootType.DOWNLOADS:
331 case RootType.DRIVE:
725 var rootType = this.getCurrentRootType();
726 if ((rootType === RootType.DRIVE |
    [all...]
file_manager_commands.js 48 * @return {?RootType} Type of the found root.
185 var rootType = CommandUtil.getCommandRootType(event.target);
187 event.canExecute = (rootType == RootType.ARCHIVE ||
188 rootType == RootType.REMOVABLE);
190 event.command.label = rootType == RootType.ARCHIVE ?
222 PathUtil.getRootType(root) == RootType.REMOVABLE;
249 var rootType = CommandUtil.getCommandRootType(navigationList)
    [all...]
file_manager.js     [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/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 224 milliseconds