HomeSort by relevance Sort by last modified time
    Searched full:getancestor (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/ui/views/
native_focus_tracker_views_win.cc 12 HWND root = GetAncestor(view, GA_ROOT);
user_data_dir_dialog_view.cc 60 GetAncestor(message_box_view_->GetWidget()->GetNativeView(), GA_ROOT);
  /external/chromium/chrome/browser/ui/views/
user_data_dir_dialog.cc 75 GetAncestor(message_box_view_->GetWidget()->GetNativeView(), GA_ROOT);
external_protocol_dialog.cc 154 root_hwnd = GetAncestor(tab_contents_->GetContentNativeView(), GA_ROOT);
  /external/chromium_org/ui/shell_dialogs/
base_shell_dialog_win.cc 35 // DCHECK(!owner || owner == GetAncestor(owner, GA_ROOT));
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBaseTree.h 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.h 75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
ANTLRTree.h 50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 194 ::GetAncestor(plugin_window, GA_ROOTOWNER) !=
195 ::GetAncestor(focus, GA_ROOTOWNER)) {
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 560 WrappedCollection getAncestor() {
688 (getAncestor() == null) ? this : getAncestor());
696 (getAncestor() == null) ? this : getAncestor());
704 (getAncestor() == null) ? this : getAncestor());
797 (getAncestor() == null) ? this : getAncestor());
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
Tree.as 28 function getAncestor(ttype:int):Tree;
BaseTree.as 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; }
269 public function getAncestor(ttype:int):Tree {
  /external/chromium_org/ui/base/win/
mouse_wheel_util.cc 111 window_under_wheel = GetAncestor(window_under_wheel, GA_PARENT);
  /external/chromium_org/ui/gfx/win/
hwnd_util.cc 126 HWND top_window = ::GetAncestor(window, GA_ROOT);
130 HWND active_top_window = ::GetAncestor(::GetForegroundWindow(), GA_ROOT);
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
BaseTree.java 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; }
316 public Tree getAncestor(int ttype) {
TreeParser.java 202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal);
222 protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goal) {
Tree.java 61 public Tree getAncestor(int ttype);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ITree.cs 69 ITree GetAncestor(int ttype);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ITree.cs 73 ITree GetAncestor( int ttype );
  /external/chromium/chrome/browser/
platform_util_win.cc 165 return ::GetAncestor(view, GA_ROOT);

Completed in 3608 milliseconds

1 2 3