Searched defs:siblings (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLContentElement.h47 bool canSelectNode(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const;
60 bool matchSelector(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const;
82 inline bool HTMLContentElement::canSelectNode(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const argument
88 if (!siblings[nth]->isElementNode())
90 return matchSelector(siblings, nth);
H A DHTMLContentElement.cpp116 static inline bool checkOneSelector(const CSSSelector& selector, const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) argument
118 Element* element = toElement(siblings[nth]);
121 ShadowDOMSiblingTraversalStrategy strategy(siblings, nth);
125 bool HTMLContentElement::matchSelector(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) const argument
128 if (checkOneSelector(*selector, siblings, nth))
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DSiblingTraversalStrategies.h116 ShadowDOMSiblingTraversalStrategy(const WillBeHeapVector<RawPtrWillBeMember<Node>, 32>& siblings, int nth) argument
117 : m_siblings(siblings)
/external/chromium_org/ui/wm/core/
H A Dbase_focus_rules.cc178 // windows is limited to the |ignore|'s siblings.
179 const aura::Window::Windows& siblings = ignore->parent()->children(); local
180 DCHECK(!siblings.empty());
182 for (aura::Window::Windows::const_reverse_iterator rit = siblings.rbegin();
183 rit != siblings.rend();
/external/libvpx/libvpx/third_party/nestegg/halloc/src/
H A Dhalloc.c31 hlist_item_t siblings; /* 2 pointers */ member in struct:hblock
82 hlist_init_item(&p->siblings);
97 hlist_relink(&p->siblings);
105 hlist_del(&p->siblings);
125 hlist_del(&b->siblings);
138 hlist_add(&p->children, &b->siblings);
228 hblock_t * q = structof(i, hblock_t, siblings);
249 hblock_t * q = structof(i, hblock_t, siblings);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DDOMPresentationUtils.js331 var siblings = parent.children(); variable
332 for (var i = 0; (ownIndex === -1 || !needsNthChild) && i < siblings.length; ++i) {
333 var sibling = siblings[i];
458 // Returns -1 in case of error, 0 if no siblings matching the same expression, <XPath index among the same expression-matching sibling nodes> otherwise.
476 var siblings = node.parentNode ? node.parentNode.children() : null;
477 if (!siblings)
478 return 0; // Root node - no siblings.
480 for (var i = 0; i < siblings.length; ++i) {
481 if (areNodesSimilar(node, siblings[i]) && siblings[
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcallchain.h24 struct list_head siblings; member in struct:callchain_node
93 INIT_LIST_HEAD(&root->node.siblings);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb214 [siblings] all other nodes sharing the same parent as some node
262 def siblings method in class:ANTLR3.AST.for
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c100 struct _xsltCompMatch *next; /* siblings in the name hash */
966 xmlNodePtr siblings = NULL; local
968 if (parent) siblings = parent->children;
970 while (siblings != NULL) {
971 if (siblings->type == XML_ELEMENT_NODE) {
972 if (siblings == node) {
976 (siblings->name != NULL) &&
977 (node->name[0] == siblings->name[0]) &&
978 (xmlStrEqual(node->name, siblings->name))) {
980 ((siblings
1072 xmlNodePtr siblings = NULL; local
[all...]
/external/chromium_org/sync/syncable/
H A Ddirectory.cc336 const OrderedChildSet* siblings = local
339 OrderedChildSet::const_iterator it = siblings->find(kernel);
340 return std::distance(siblings->begin(), it);
1119 // siblings.
1376 // items as siblings of items that do not maintain postions. It is required
1393 const OrderedChildSet* siblings = local
1396 if (!siblings) {
1406 UniquePosition successor_pos = (*siblings->begin())->ref(UNIQUE_POSITION);
1417 DCHECK(!siblings->empty());
1427 // siblings wit
[all...]
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h429 struct list_head siblings; member in struct:yaffs_ObjectStruct
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Djaxen-1.1.6.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE.txt META-INF/maven/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 932 milliseconds