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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/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))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dstatusbr.cpp415 GtkWidget *ancestor = gtk_widget_get_toplevel( m_widget ); local
417 if (!GTK_IS_WINDOW (ancestor))
428 gtk_window_begin_resize_drag (GTK_WINDOW (ancestor),
437 gtk_window_begin_resize_drag (GTK_WINDOW (ancestor),
462 GtkWidget *ancestor = gtk_widget_get_toplevel( m_widget ); local
464 if (!GTK_IS_WINDOW (ancestor))
473 gtk_window_begin_move_drag (GTK_WINDOW (ancestor),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dminifram.cpp142 GtkWidget *ancestor = gtk_widget_get_toplevel( widget ); local
150 gtk_window_begin_resize_drag (GTK_WINDOW (ancestor),
H A Dwindow.cpp1074 wxWindowGTK *ancestor = win; local
1075 while (ancestor)
1077 int command = ancestor->GetAcceleratorTable()->GetCommand( event );
1081 ret = ancestor->GetEventHandler()->ProcessEvent( menu_event );
1089 ret = ancestor->GetEventHandler()->ProcessEvent( button_event );
1094 if (ancestor->IsTopLevel())
1096 ancestor = ancestor->GetParent();
1143 // Implement OnCharHook by checking ancestor top level windows
1213 // Implement OnCharHook by checking ancestor to
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dapp.cpp1495 wxWindow *ancestor = focus; local
1496 while (ancestor)
1498 int command = ancestor->GetAcceleratorTable()->GetCommand( event );
1502 handled = ancestor->GetEventHandler()->ProcessEvent( command_event );
1506 if (ancestor->IsTopLevel())
1509 ancestor = ancestor->GetParent();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsashevt.tex46 entry in a derived class, a plug-in event handler or an ancestor class.
H A Dsashwin.tex5 as a child of wxSashWindow. The window (or an ancestor) will be notified of a drag
H A Dporting.tex105 the originating window, or an ancestor, or an event handler that has been plugged into the window
106 or its ancestor. Event handlers always have one argument, a derivative of wxEvent.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxpath.in.h379 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
H A Dxpath.c2918 * get the nearest common ancestor.
3209 * get the nearest common ancestor.
7861 * Traversal function for the "ancestor" direction
7862 * the ancestor axis contains the ancestors of the context node; the ancestors
7986 * Traversal function for the "ancestor-or-self" direction
7987 * he ancestor-or-self axis contains the context node and ancestors of
8088 * @ancestor: the ancestor node
8091 * Check that @ancestor is a @node's ancestor
8096 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8940 * Add the annotation to the simple type ancestor.
9165 * of the <schema> ancestor element information item if present,
11529 * Add the annotation to the simple type ancestor.
11626 * Add the facets to the simple type ancestor.
11790 * Add the annotation to the type ancestor.
11916 * Add the annotation to the complex type ancestor.
12002 * Set the 'mixed' on the complex type ancestor.
12011 * Add the annotation to the complex type ancestor.
14785 * @ancestor
14794 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19443 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxpath.h382 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxpath.in.h379 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
H A Dxpath.c2918 * get the nearest common ancestor.
3209 * get the nearest common ancestor.
7861 * Traversal function for the "ancestor" direction
7862 * the ancestor axis contains the ancestors of the context node; the ancestors
7986 * Traversal function for the "ancestor-or-self" direction
7987 * he ancestor-or-self axis contains the context node and ancestors of
8088 * @ancestor: the ancestor node
8091 * Check that @ancestor is a @node's ancestor
8096 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp1965 wxWindow *ancestor = focus; local
1966 while (ancestor)
1968 int command = ancestor->GetAcceleratorTable()->GetCommand( event );
1972 handled = ancestor->GetEventHandler()->ProcessEvent( command_event );
1975 if (ancestor->IsTopLevel())
1977 ancestor = ancestor->GetParent();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devent.cpp1478 wxWindow* wxFindFocusDescendant(wxWindow* ancestor) argument
1488 if (win == ancestor)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dwindow.cpp1105 // Implement OnCharHook by checking ancestor top level windows
1139 wxWindowGTK *ancestor = win; variable
1140 while (ancestor)
1142 int command = ancestor->GetAcceleratorTable()->GetCommand( event );
1146 ret = ancestor->GetEventHandler()->ProcessEvent( command_event );
1149 if (ancestor->IsTopLevel())
1151 ancestor = ancestor->GetParent();
1184 // Implement OnCharHook by checking ancestor top level windows
3211 // and reset colours that have been messed up by a parent's (really ancestor'
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas44 // Abstract ancestor class
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7896 * Traversal function for the "ancestor" direction
7897 * the ancestor axis contains the ancestors of the context node; the ancestors
8021 * Traversal function for the "ancestor-or-self" direction
8022 * he ancestor-or-self axis contains the context node and ancestors of
8123 * @ancestor: the ancestor node
8126 * Check that @ancestor is a @node's ancestor
8131 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxpath.c2931 * get the nearest common ancestor.
3223 * get the nearest common ancestor.
7896 * Traversal function for the "ancestor" direction
7897 * the ancestor axis contains the ancestors of the context node; the ancestors
8021 * Traversal function for the "ancestor-or-self" direction
8022 * he ancestor-or-self axis contains the context node and ancestors of
8123 * @ancestor: the ancestor node
8126 * Check that @ancestor is a @node's ancestor
8131 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]

Completed in 614 milliseconds

12