HomeSort by relevance Sort by last modified time
    Searched defs:HasAncestor (Results 1 - 8 of 8) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 66 bool HasAncestor(int ttype);
BaseTree.cs 379 public virtual bool HasAncestor(int ttype) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 70 bool HasAncestor( int ttype );
BaseTree.cs 455 public virtual bool HasAncestor( int ttype )
  /external/chromium_org/ui/wm/core/
window_modality_controller.cc 30 bool HasAncestor(aura::Window* window, aura::Window* ancestor) {
35 return HasAncestor(window->parent(), ancestor);
59 (HasAncestor(original, GetModalParent(transient)))));
  /external/chromium_org/ui/base/models/
tree_node_model.h 161 bool HasAncestor(const NodeType* ancestor) const {
166 return parent_ ? parent_->HasAncestor(ancestor) : false;
  /external/chromium_org/cc/layers/
layer.cc 219 DCHECK(!layer || !layer->HasAncestor(this));
361 bool Layer::HasAncestor(const Layer* ancestor) const {
    [all...]
layer_impl.cc 143 bool LayerImpl::HasAncestor(const LayerImpl* ancestor) const {
    [all...]

Completed in 637 milliseconds