Searched refs:ancestor (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFontFaceFormatElement.cpp50 ContainerNode* ancestor = parentNode()->parentNode();
51 if (!ancestor || !ancestor->hasTagName(font_face_srcTag))
54 ancestor = ancestor->parentNode();
55 if (ancestor && ancestor->hasTagName(font_faceTag))
56 static_cast<SVGFontFaceElement*>(ancestor)->rebuildFontFace();
H A DSVGForeignObjectElement.cpp157 Element* ancestor = parentElement(); local
158 while (ancestor && ancestor->isSVGElement()) {
159 if (ancestor->renderer() && ancestor->renderer()->isSVGHiddenContainer())
162 ancestor = ancestor->parentElement();
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkGeometry.c43 Tk_Window ancestor; /* The lowest ancestor of this window for member in struct:MaintainMaster
351 Tk_Window ancestor, parent;
393 masterPtr->ancestor = master;
422 * ancestors (masterPtr->ancestor tells how many).
425 for (ancestor = master; ancestor != parent;
426 ancestor = Tk_Parent(ancestor)) {
427 if (ancestor
345 Tk_Window ancestor, parent; local
490 Tk_Window ancestor; local
666 Tk_Window ancestor, parent; local
[all...]
H A DtkTextWind.c427 Tk_Window ancestor, parent;
438 for (ancestor = textPtr->tkwin; ; ancestor = Tk_Parent(ancestor)) {
439 if (ancestor == parent) {
442 if (Tk_TopWinHierarchy(ancestor)) {
860 Tk_Window ancestor;
935 for (ancestor = textPtr->tkwin; ; ancestor = Tk_Parent(ancestor)) {
425 Tk_Window ancestor, parent; local
851 Tk_Window ancestor; local
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkGeometry.c44 Tk_Window ancestor; /* The lowest ancestor of this window member in struct:MaintainMaster
354 Tk_Window ancestor, parent;
394 masterPtr->ancestor = master;
423 * and some of its ancestors (masterPtr->ancestor tells how many).
426 for (ancestor = master; ancestor != parent;
427 ancestor = Tk_Parent(ancestor)) {
428 if (ancestor
349 Tk_Window ancestor, parent; local
493 Tk_Window ancestor; local
670 Tk_Window ancestor, parent; local
[all...]
H A DtkTextWind.c360 Tk_Window ancestor, parent;
370 for (ancestor = textPtr->tkwin; ;
371 ancestor = Tk_Parent(ancestor)) {
372 if (ancestor == parent) {
375 if (Tk_TopWinHierarchy(ancestor)) {
773 Tk_Window ancestor;
798 for (ancestor = textPtr->tkwin; ;
799 ancestor = Tk_Parent(ancestor)) {
358 Tk_Window ancestor, parent; local
763 Tk_Window ancestor; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/mp/
H A Dmp_fset.c34 DB_TXN *ancestor; local
62 for (ancestor = txn;
63 ancestor != NULL && ancestor->parent != NULL;
64 ancestor = ancestor->parent)
68 (!BH_OWNED_BY(env, bhp, ancestor) || SH_CHAIN_HASNEXT(bhp, vc))) {
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DBreakBlockquoteCommand.cpp139 // On exiting this loop, clonedAncestor is the lowest ancestor
163 // Split the tree up the ancestor chain until the topBlockquote
164 // Throughout this loop, clonedParent is the clone of ancestor's parent.
165 // This is so we can clone ancestor's siblings and place the clones
166 // into the clone corresponding to the ancestor's parent.
167 RefPtr<Element> ancestor; local
169 for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement();
170 ancestor && ancestor != topBlockquote;
171 ancestor
[all...]
H A DVisibleSelection.cpp471 if (Node* ancestor = treeScope->ancestorInThisScope(currentPosition.containerNode())) {
472 if (ancestor->contains(startContainerNode))
473 return positionAfterNode(ancestor);
474 return positionBeforeNode(ancestor);
489 if (Node* ancestor = treeScope->ancestorInThisScope(currentPosition.containerNode())) {
490 if (ancestor->contains(endContainerNode))
491 return positionBeforeNode(ancestor);
492 return positionAfterNode(ancestor);
562 // The selection ends in editable content or non-editable content inside a different editable ancestor,
563 // move backward until non-editable content inside the same lowest editable ancestor i
[all...]
H A DReplaceSelectionCommand.h92 void moveNodeOutOfAncestor(PassRefPtr<Node>, PassRefPtr<Node> ancestor);
H A Dmarkup.cpp398 Node* ancestor = ancestorsToClose.last(); local
399 if (next != pastEnd && next->isDescendantOf(ancestor))
403 appendEndTag(ancestor);
404 lastClosed = ancestor;
524 // Retain the Mail quote level by including all ancestor mail block quotes.
596 // Also include all of the ancestors of lastClosed up to this special ancestor.
597 for (ContainerNode* ancestor = lastClosed->parentNode(); ancestor; ancestor = ancestor
[all...]
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLFormControlElement.cpp108 for (ContainerNode* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) {
109 if (!legendAncestor && ancestor->hasTagName(legendTag))
110 legendAncestor = ancestor;
111 if (ancestor->hasTagName(fieldsetTag)) {
112 fieldSetAncestor = static_cast<HTMLFieldSetElement*>(ancestor);
352 for (ContainerNode* ancestor = parentNode(); ancestor; ancesto
[all...]
H A DHTMLImageElement.cpp197 for (ContainerNode* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) {
198 if (ancestor->hasTagName(formTag)) {
199 m_form = static_cast<HTMLFormElement*>(ancestor);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DBottomUpProfileDataGridTree.js30 // because a root node can represent itself AND an ancestor.
115 var ancestor = nodeInfo.ancestor;
117 var child = this.findChild(ancestor);
129 // If not, add it as a true ancestor.
130 // In heavy mode, we take our visual identity from ancestor node...
131 child = new WebInspector.BottomUpProfileDataGridNode(ancestor, this.tree);
133 if (ancestor !== focusNode) {
143 var parent = ancestor.parent;
145 nodeInfo.ancestor
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DSelectorFilter.cpp97 for (Element* ancestor = parent; ancestor; ancestor = ancestor->parentOrShadowHostElement())
98 ancestors.append(ancestor);
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dnumbers.c587 /* Skip to next preceding or ancestor */
624 xmlNodePtr ancestor; local
631 /* ancestor-or-self::*[count] */
632 for (ancestor = node;
633 (ancestor != NULL) && (ancestor->type != XML_DOCUMENT_NODE);
634 ancestor = xmlXPathNextAncestor(parser, ancestor)) {
637 xsltTestCompMatchList(context, ancestor, fromPat))
640 if ((countPat == NULL && node->type == ancestor
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DSVGRenderSupport.cpp215 bool SVGRenderSupport::transformToRootChanged(RenderObject* ancestor) argument
217 while (ancestor && !ancestor->isSVGRoot()) {
218 if (ancestor->isSVGTransformableContainer())
219 return toRenderSVGContainer(ancestor)->didTransformToRootUpdate();
220 if (ancestor->isSVGViewportContainer())
221 return toRenderSVGViewportContainer(ancestor)->didTransformToRootUpdate();
222 ancestor = ancestor->parent();
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Dmethod_attr.rb171 searched.each do |ancestor|
172 next if parent == ancestor
173 next if String === ancestor
175 other = ancestor.find_method_named('#' << name) ||
176 ancestor.find_attribute_named(name)
H A Dany_method.rb253 parent.each_ancestor do |ancestor|
254 if method = ancestor.method_list.find { |m| m.name == @name } then
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tk/
H A Dnamespace.rb262 ancestor = __tk_call('namespace', 'current')
263 ancestor = '' if ancestor == '::'
265 @fullname = ancestor + '::' + parent + name
267 @fullname = ancestor + '::'+ parent +'::'+ name
271 ancestor = __tk_call('namespace', 'current')
272 ancestor = '' if ancestor == '::'
276 @fullname = ancestor + '::' + name
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DNavigationScheduler.cpp328 // Navigation of a subframe during loading of an ancestor frame does not create a new back/forward item.
331 for (Frame* ancestor = targetFrame->tree()->parent(); ancestor; ancestor = ancestor->tree()->parent()) {
332 Document* document = ancestor->document();
333 if (!ancestor->loader()->isComplete() || (document && document->processingLoadEvent()))
/macosx-10.9.5/tcl-102/tk/tk/generic/ttk/
H A DttkManager.c531 Tk_Window ancestor = master, parent = Tk_Parent(slave), sibling = NULL; local
537 while (ancestor != parent) {
538 if (Tk_IsTopLevel(ancestor)) {
541 sibling = ancestor;
542 ancestor = Tk_Parent(ancestor);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DFrameTree.h58 bool isDescendantOf(const Frame* ancestor) const;
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/ri/
H A Ddriver.rb549 # Returns ancestor classes of +klass+
945 # class being searched for, the class they were found in (an ancestor) the
966 klasses.each do |ancestor|
967 ancestors = classes[ancestor]
971 klass = ancestor if ambiguous
974 methods << [store, klass, ancestor, types, method]
983 yield(*item) # :yields: store, klass, ancestor, types, method
1138 find_methods name do |store, klass, ancestor, types, method|
1140 methods = store.instance_methods[ancestor]
1154 methods = store.class_methods[ancestor]
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/struct/
H A Dtree1.tcl514 set ancestor $parentNode
515 while { ![string equal $ancestor "root"] } {
516 if { [string equal $ancestor $node] } {
519 set ancestor $parent($ancestor)
616 set ancestor $parentNode
617 while { ![string equal $ancestor "root"] } {
618 if { [string equal $ancestor $node] } {
621 set ancestor $parent($ancestor)
[all...]

Completed in 473 milliseconds

12345