HomeSort by relevance Sort by last modified time
    Searched refs:isAncestor (Results 1 - 11 of 11) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java 528 if (isAncestor(referenced.getElement(), child)) {
539 if (isAncestor(referenced.getElement(), child)) {
566 if (isAncestor(referenced.getElement(), child)) {
577 if (isAncestor(referenced.getElement(), child)) {
617 if (isAncestor(referenced.getElement(), child)) {
629 if (isAncestor(referenced1.getElement(), child)) {
638 if (isAncestor(referenced1.getElement(), child)) {
653 if (isAncestor(referenced.getElement(), child)) {
667 if (isAncestor(referenced.getElement(), child)) {
679 if (isAncestor(referenced1.getElement(), child))
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
Layer.h 182 bool isAncestor(const Layer*) const;
Layer.cpp 146 ASSERT(isAncestor(ancestor));
221 bool Layer::isAncestor(const Layer* possibleAncestor) const {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
OutlineDropListener.java 197 if (isAncestor(item.getViewInfo().getUiViewNode(), parentNode)) {
207 private boolean isAncestor(UiElementNode parent, UiElementNode child) {
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java     [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 184 if (this._hoverElement === event.target || (this._hoverElement && this._hoverElement.isAncestor(event.target)))