/external/chromium_org/content/browser/accessibility/ |
browser_accessibility.h | 72 // Return true if this object is equal to or a descendant of |ancestor|. 73 bool IsDescendantOf(BrowserAccessibility* ancestor);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderGeometryMap.cpp | 197 static bool canMapBetweenRenderers(const RenderObject* renderer, const RenderObject* ancestor) 207 if (current == ancestor)
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
SVGRenderingContext.cpp | 230 // or the nearest composited layer that does not paint into its ancestor? 231 // I think this is the nearest composited ancestor since we will inherit its
|
/external/e2fsprogs/lib/ext2fs/ |
rbtree.c | 397 ancestor is a right-hand child of its parent, keep going 422 /* No left-hand children. Go up till we find an ancestor which
|
/system/media/camera/docs/ |
metadata_validate.py | 79 Find the ancestor for an element whose name matches one of those 163 Finds the kind Tag ancestor for an element.
|
/bionic/libc/dns/nameser/ |
ns_samedomain.c | 40 * b - the potential ancestor we're checking against
|
/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
CollectionDemoActivity.java | 86 // If there are ancestor activities, they should be added here.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITree.cs | 68 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
TreeIterator.cs | 113 // if no children, look for next sibling of tree or ancestor
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITree.cs | 72 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
TreeIterator.cs | 134 // if no children, look for next sibling of tree or ancestor
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
Tree.java | 60 /** Walk upwards and get first ancestor with this token type. */
|
TreeIterator.java | 106 // if no children, look for next sibling of tree or ancestor
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 43 /** Walk upwards and get first ancestor with this token type. */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTree.h | 49 /** Walk upwards and get first ancestor with this token type. */
|
ANTLRTreeIterator.m | 158 // if no children, look for next sibling of ancestor
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
ReverseAxesWalker.java | 125 // (preceding-sibling::*|following-sibling::*)/ancestor::*[position()]/*[position()]
|
/external/chromium_org/cc/input/ |
input_handler.h | 87 // layer in the requested direction, its first ancestor layer that can be
|
/external/chromium_org/cc/layers/ |
render_surface_impl.cc | 84 // - all other property changes come from the owning layer (or some ancestor
|
/external/chromium_org/cc/test/ |
layer_tree_json_parser.cc | 106 // But, since a clip layer is always an ancestor of the scrollable layer, we
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
drive.proto | 102 // ancestor is shared (to the user from / by the user to) other accounts.
|
/external/chromium_org/chrome/browser/extensions/api/file_system/ |
file_system_api.h | 162 // |paths|, is or is an ancestor of a sensitive directory. If so, show a
|
/external/chromium_org/chrome/browser/ui/views/accessibility/ |
accessibility_event_router_views.h | 171 // Returns the first ancestor of |view| (including |view|) that is
|