OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAncestor
(Results
1 - 11
of
11
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/
Layer.h
139
bool
isAncestor
(const Layer*) const;
Layer.cpp
144
ASSERT(
isAncestor
(ancestor));
219
bool Layer::
isAncestor
(const Layer* possibleAncestor) const {
/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
...]
/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)))
Drawer.js
154
if (this.element === WebInspector.currentFocusElement || this.element.
isAncestor
(WebInspector.currentFocusElement))
treeoutline.js
281
TreeOutline.prototype.findTreeElement = function(representedObject,
isAncestor
, getParent)
296
if (item.representedObject === representedObject ||
isAncestor
(item.representedObject, representedObject)) {
324
item = this.findTreeElement(ancestors[i],
isAncestor
, getParent);
TextViewer.js
[
all
...]
ResourcesPanel.js
727
function
isAncestor
(ancestor, object)
739
return this.sidebarTree.findTreeElement(resource,
isAncestor
, getParent);
[
all
...]
utilities.js
353
Node.prototype.
isAncestor
= function(node)
Completed in 1577 milliseconds