Searched defs:HasAncestor (Results 1 - 8 of 8) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs66 bool HasAncestor(int ttype); method in interface:Antlr.Runtime.Tree.ITree
H A DBaseTree.cs379 public virtual bool HasAncestor(int ttype) { method in class:Antlr.Runtime.Tree.BaseTree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs455 public virtual bool HasAncestor( int ttype ) method in class:Antlr.Runtime.Tree.BaseTree
H A DITree.cs70 bool HasAncestor( int ttype ); method in interface:Antlr.Runtime.Tree.ITree
/external/chromium_org/ui/views/corewm/
H A Dwindow_modality_controller.cc31 bool HasAncestor(aura::Window* window, aura::Window* ancestor) { function in namespace:views::corewm::__anon15436
36 return HasAncestor(window->parent(), ancestor);
60 (HasAncestor(original, GetModalParent(transient)))));
/external/chromium_org/ui/base/models/
H A Dtree_node_model.h161 bool HasAncestor(const NodeType* ancestor) const { function in class:ui::TreeNode
166 return parent_ ? parent_->HasAncestor(ancestor) : false;
/external/chromium_org/cc/layers/
H A Dlayer.cc225 DCHECK(!layer || !layer->HasAncestor(this));
363 bool Layer::HasAncestor(const Layer* ancestor) const { function in class:cc::Layer
H A Dlayer_impl.cc139 bool LayerImpl::HasAncestor(const LayerImpl* ancestor) const { function in class:cc::LayerImpl

Completed in 2325 milliseconds