Searched refs:ancestor (Results 76 - 100 of 111) sorted by relevance

12345

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkPanedWindow.c460 * Find the toplevel ancestor of the panedwindow, and make a proxy win as
756 Tk_Window tkwin = NULL, ancestor, parent;
805 for (ancestor = pwPtr->tkwin;;ancestor = Tk_Parent(ancestor)) {
806 if (ancestor == parent) {
809 if (Tk_IsTopLevel(ancestor)) {
753 Tk_Window tkwin = NULL, ancestor, parent; local
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkGrid.c2645 Tk_Window other, slave, parent, ancestor;
2925 * an ancestor of the master, and that the master and slave
2929 for (ancestor = masterPtr->tkwin; ; ancestor = Tk_Parent(ancestor)) {
2930 if (ancestor == parent) {
2933 if (Tk_TopWinHierarchy(ancestor)) {
2620 Tk_Window other, slave, parent, ancestor; local
H A DtkPanedWindow.c415 * Find the toplevel ancestor of the panedwindow, and make a proxy
728 Tk_Window tkwin = NULL, ancestor, parent;
773 for (ancestor = pwPtr->tkwin;;ancestor = Tk_Parent(ancestor)) {
774 if (ancestor == parent) {
777 if (Tk_IsTopLevel(ancestor)) {
725 Tk_Window tkwin = NULL, ancestor, parent; local
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebFrame.h222 /* [in] */ IWebFrame *ancestor,
H A DWebFrame.cpp1975 /* [in] */ IWebFrame *ancestor,
1983 COMPtr<WebFrame> ancestorWebFrame(Query, ancestor);
1974 isDescendantOfFrame( IWebFrame *ancestor, BOOL *result) argument
/macosx-10.10/emacs-93/emacs/lisp/
H A Dmouse.el170 (ancestor (mouse-major-mode-menu-1
175 (newmap (if ancestor
178 (if ancestor
181 (set-keymap-parent newmap ancestor))
H A Dfiles.el3451 ;; (let ((ancestor ".")
3456 ;; ancestor (if (equal ancestor ".")
3458 ;; (concat "../" ancestor))))
3459 ;; ;; Now ancestor is empty, or .., or ../.., etc.
3464 ;; (if (and (equal ancestor ".")
3468 ;; (concat (file-name-as-directory ancestor) rest)))
3470 ;; ancestor))))))
3495 (let ((ancestor ".")
3504 ancestor (i
[all...]
H A Ddiff-mode.el525 (defun diff-merge-strings (ancestor from to)
537 (let ((str (concat ancestor "\n" from "\n" to)))
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderFrameSet.cpp717 for (auto& ancestor : ancestorsOfType<RenderFrameSet>(*this))
718 ancestor.m_isChildResizing = isResizing;
H A DInlineFlowBox.cpp260 static inline bool isLastChildForRenderer(const RenderElement& ancestor, const RenderObject* child) argument
265 if (child == &ancestor)
273 if (parent == &ancestor)
283 static bool isAncestorAndWithinBlock(const RenderInline& ancestor, const RenderObject* child) argument
287 if (object == &ancestor)
1038 // Check any culled ancestor of the final children tested.
H A DRenderBlockFlow.cpp1943 for (auto& ancestor : ancestorsOfType<RenderBlockFlow>(*this)) {
1944 if (ancestor.isRenderView())
1946 if (ancestor.hasOverhangingFloats()) {
1949 if (ancestor.hasOverhangingFloat(renderer)) {
1950 parentBlock = &ancestor;
/macosx-10.10/emacs-93/emacs/lisp/mh-e/
H A Dmh-thread.el39 ;; together implies that the unindented message is an ancestor of the
136 (defun mh-thread-ancestor (&optional thread-root-flag)
137 "Display ancestor of current message.
151 (while (mh-thread-immediate-ancestor))
154 (message "Message has no ancestor"))
155 (t (mh-thread-immediate-ancestor)
267 (defun mh-thread-immediate-ancestor ()
268 "Jump to immediate ancestor in thread tree."
271 (ancestor-level (- (mh-thread-current-indentation-level) 2))
273 (if (< ancestor
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/libusb/os/
H A Dwindows_usb.c515 * Returns the session ID of a device's nth level ancestor
990 usbi_dbg("got bus number from ancestor #%d", i);
997 usbi_err(ctx, "program assertion failed: unable to find ancestor bus number for '%s'", device_id);
1181 unsigned int nb_guids, pass, i, j, ancestor; local
1368 for (ancestor = 1; parent_dev == NULL; ancestor++) {
1369 session_id = get_ancestor_session_id(dev_info_data.DevInst, ancestor);
1376 usbi_dbg("unlisted ancestor for '%s' (newly connected, etc.) - ignoring", dev_id_path);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/blt/
H A Dtree.rb682 def ancestor(node1, node2) method in class:Tk.Tree
683 Tk::BLT::Tree::Node.id2obj(self, tk_call('::blt::tree', 'ancestor',
787 def ancestor?(node1, node2)
788 bool(tk_call('::blt::tree', 'is', 'ancestor',
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomxpath.c1555 } else if (IS_STR('a',"ancestor")) { t = AxisAncestor;
1556 } else if (IS_STR('a',"ancestor-or-self")) { t = AxisAncestorOrSelf;
3843 domNode *node, *child, *startingNode, *ancestor; local
4256 ancestor = node = ((domAttrNode *)ctxNode)->parentNode;
4258 ancestor = node = ctxNode;
4262 ancestor = node;
4275 while (startingNode != ancestor) {
4316 ancestor = node;
/macosx-10.10/WebCore-7600.1.25/loader/
H A DFrameLoader.cpp791 for (Frame* ancestor = &m_frame; ancestor; ancestor = ancestor->tree().parent()) {
792 if (!ancestor->loader().m_isComplete)
2780 // Leaking scroll position to a cross-origin ancestor would permit the so-called "framesniffing" attack.
2863 // ancestor frame SecurityOrigins up through the navigating FrameLoader.
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityRenderObject.cpp621 // Only take help text from an ancestor element if its a group or an unknown role. If help was
2421 for (auto& ancestor : ancestorsOfType<RenderElement>(*m_renderer)) {
2422 if (ancestor.element() && ancestor.element()->hasTagName(tagName))
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeElem.c3889 Tk_Window ancestor, parent; local
3899 for (ancestor = tree->tkwin; ;
3900 ancestor = Tk_Parent(ancestor)) {
3901 if (ancestor == parent) {
3904 if (((Tk_FakeWin *) (ancestor))->flags & TK_TOP_HIERARCHY) {
/macosx-10.10/zlib-55/zlib/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/macosx-10.10/WebCore-7600.1.25/page/
H A DEventHandler.cpp2373 // mouseenter and mouseleave events are only dispatched if there is a capturing eventhandler on an ancestor
2381 RenderElement* ancestor = nearestCommonHoverAncestor(oldHoverRenderer, newHoverRenderer); local
2385 for (RenderElement* curr = oldHoverRenderer; curr && curr != ancestor; curr = curr->hoverAncestor()) {
2397 const Element* ancestorElement = ancestor ? ancestor->element() : nullptr;
/macosx-10.10/libxml2-26/libxml2/
H A Dxpath.c3065 * get the nearest common ancestor.
3357 * get the nearest common ancestor.
8017 * Traversal function for the "ancestor" direction
8018 * the ancestor axis contains the ancestors of the context node; the ancestors
8142 * Traversal function for the "ancestor-or-self" direction
8143 * he ancestor-or-self axis contains the context node and ancestors of
8252 * @ancestor: the ancestor node
8255 * Check that @ancestor is a @node's ancestor
8260 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c72 * gives the ID of the ancestor of the window
4089 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr, **vrPtrPtr;
4161 * Search up the window hierarchy to find the ancestor of this window that
4173 &ancestor, &children, &dummy) == 0) {
4178 if ((ancestor == vRoot) ||
4179 (ancestor == RootWindow(wrapperPtr->display,
4183 wmPtr->reparent = ancestor;
6525 * nearest top-level ancestor, unless the colormaps have been set
6626 * its nearest top-level ancestor, unless the top-level itself is being
6825 * parent or the toplevel ancestor i
4044 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr, **vrPtrPtr; local
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c56 * gives the ID of the ancestor of the window
3780 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr;
3852 * Search up the window hierarchy to find the ancestor of this
3866 &ancestor, &children, &dummy) == 0) {
3871 if ((ancestor == vRoot) ||
3872 (ancestor == RootWindow(wrapperPtr->display,
3876 wmPtr->reparent = ancestor;
6033 * property of its nearest top-level ancestor, unless the
6136 * property of its nearest top-level ancestor, unless the
6337 * parent or the toplevel ancestor i
3739 Window vRoot, ancestor, *children, dummy2, *virtualRootPtr; local
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7898 * Traversal function for the "ancestor" direction
7899 * the ancestor axis contains the ancestors of the context node; the ancestors
8023 * Traversal function for the "ancestor-or-self" direction
8024 * he ancestor-or-self axis contains the context node and ancestors of
8125 * @ancestor: the ancestor node
8128 * Check that @ancestor is a @node's ancestor
8133 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el219 (defcustom sh-ancestor-alist
238 "*Alist showing the direct ancestor of various shells.
1714 - Fall back on successive ancestors (see `sh-ancestor-alist') as long as
1740 (setq sh-shell (cdr (assq sh-shell sh-ancestor-alist))))
1762 ;;(defun sh-abbrevs (ancestor &rest list)
1771 ;; (if (listp ancestor)
1772 ;; (nconc list ancestor))
1774 ;; (if (vectorp ancestor)
1781 ;; ancestor))
1794 (defun sh-append (ancestor
[all...]

Completed in 708 milliseconds

12345