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

12345

/macosx-10.10/WebCore-7600.1.25/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 toSVGFontFaceElement(ancestor)->rebuildFontFace();
H A DSVGForeignObjectElement.cpp150 Element* ancestor = parentElement(); local
151 while (ancestor && ancestor->isSVGElement()) {
152 if (ancestor->renderer() && ancestor->renderer()->isSVGHiddenContainer())
155 ancestor = ancestor->parentElement();
/macosx-10.10/tcl-105/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.10/tcl-105/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...]
/macosx-10.10/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.10/WebCore-7600.1.25/editing/
H A DBreakBlockquoteCommand.cpp138 // On exiting this loop, clonedAncestor is the lowest ancestor
162 // Split the tree up the ancestor chain until the topBlockquote
163 // Throughout this loop, clonedParent is the clone of ancestor's parent.
164 // This is so we can clone ancestor's siblings and place the clones
165 // into the clone corresponding to the ancestor's parent.
166 RefPtr<Element> ancestor; local
168 for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement();
169 ancestor && ancestor != topBlockquote;
170 ancestor
[all...]
H A DVisibleSelection.cpp482 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
483 if (ancestor->contains(startContainerNode))
484 return positionAfterNode(ancestor);
485 return positionBeforeNode(ancestor);
500 if (Node* ancestor = treeScope.ancestorInThisScope(currentPosition.containerNode())) {
501 if (ancestor->contains(endContainerNode))
502 return positionBeforeNode(ancestor);
503 return positionAfterNode(ancestor);
580 // The selection ends in editable content or non-editable content inside a different editable ancestor,
581 // move backward until non-editable content inside the same lowest editable ancestor i
[all...]
H A DReplaceSelectionCommand.h93 void moveNodeOutOfAncestor(PassRefPtr<Node>, PassRefPtr<Node> ancestor);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DSVGRenderSupport.cpp214 bool SVGRenderSupport::transformToRootChanged(RenderElement* ancestor) argument
216 while (ancestor && !ancestor->isSVGRoot()) {
217 if (ancestor->isSVGTransformableContainer())
218 return toRenderSVGContainer(ancestor)->didTransformToRootUpdate();
219 if (ancestor->isSVGViewportContainer())
220 return toRenderSVGViewportContainer(ancestor)->didTransformToRootUpdate();
221 ancestor = ancestor->parent();
464 for (auto* ancestor
[all...]
H A DSVGRenderingContext.cpp225 const RenderObject* ancestor = &renderer; local
226 while (ancestor) {
227 absoluteTransform = ancestor->localToParentTransform() * absoluteTransform;
228 if (ancestor->isSVGRoot())
230 ancestor = ancestor->parent();
234 RenderLayer* layer = ancestor ? ancestor->enclosingLayer() : nullptr;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLFormControlElement.cpp105 for (Element* ancestor = parentElement(); ancestor; ancestor = ancestor->parentElement()) {
106 if (isHTMLFieldSetElement(ancestor) && ancestor->hasAttribute(disabledAttr)) {
107 HTMLFieldSetElement& fieldSetAncestor = toHTMLFieldSetElement(*ancestor);
111 previousAncestor = ancestor;
343 for (ContainerNode* ancestor = parentNode(); ancestor; ancesto
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DLegacyBottomUpProfileDataGridTree.js31 // because a root node can represent itself AND an ancestor.
100 var ancestor = nodeInfo.ancestor;
102 var child = this.findChild(ancestor);
114 // If not, add it as a true ancestor.
115 // In heavy mode, we take our visual identity from ancestor node...
116 child = new WebInspector.LegacyBottomUpProfileDataGridNode(ancestor, this.tree, false, this.showTimeAsPercent);
118 if (ancestor !== focusNode) {
128 var parent = ancestor.parent;
130 nodeInfo.ancestor
[all...]
H A DTimelineDataGridNode.js231 // We are not visible, but an ancestor will draw our graph.
304 // We are not visible, but an ancestor will be drawing our graph.
305 // Notify the next visible ancestor that their graph needs to refresh.
306 var ancestor = this;
307 while (ancestor && !ancestor.root) {
308 if (ancestor.revealed && ancestor instanceof WebInspector.TimelineDataGridNode) {
309 ancestor.needsGraphRefresh();
313 ancestor
[all...]
/macosx-10.10/WebCore-7600.1.25/css/
H A DSelectorFilter.cpp97 for (Element* ancestor = parent; ancestor; ancestor = ancestor->parentOrShadowHostElement())
98 ancestors.append(ancestor);
/macosx-10.10/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.10/WebCore-7600.1.25/rendering/
H A DRenderIterator.h118 for (auto ancestor = current.parent(); ancestor; ancestor = ancestor->parent()) {
119 if (isRendererOfType<const T>(*ancestor))
120 return static_cast<T*>(ancestor);
H A DRenderMultiColumnFlowThread.cpp262 for (RenderBox* ancestor = toRenderBox(descendant)->parentBox(); ancestor; ancestor = ancestor->parentBox()) {
263 if (ancestor->isRenderFlowThread()) {
267 return ancestor == flowThread;
269 ASSERT(ancestor->style().columnSpan() != ColumnSpanAll || !isValidColumnSpanner(flowThread, ancestor));
270 if (ancestor->isUnsplittableForPagination())
289 // This isn't our spanner! It shifted here from an ancestor multicolum
[all...]
/macosx-10.10/ruby-106/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.10/WebCore-7600.1.25/dom/
H A DElementIterator.h185 for (Element* ancestor = current.parentElement(); ancestor; ancestor = ancestor->parentElement()) {
186 if (isElementOfType<const ElementType>(*ancestor))
187 return static_cast<ElementType*>(ancestor);
/macosx-10.10/ruby-106/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.10/WebCore-7600.1.25/loader/
H A DNavigationScheduler.cpp346 // Navigation of a subframe during loading of an ancestor frame does not create a new back/forward item.
349 for (Frame* ancestor = targetFrame.tree().parent(); ancestor; ancestor = ancestor->tree().parent()) {
350 Document* document = ancestor->document();
351 if (!ancestor->loader().isComplete() || (document && document->processingLoadEvent()))
/macosx-10.10/tcl-105/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.10/WebCore-7600.1.25/page/
H A DFrameTree.h58 bool isDescendantOf(const Frame* ancestor) const;

Completed in 160 milliseconds

12345