OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:potentialparent
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/trace-viewer/src/
ui.js
129
function elementIsChildOf(el,
potentialParent
) {
130
if (el ==
potentialParent
)
135
if (cur ==
potentialParent
)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java
272
* @param
potentialParent
the view info to check
275
public boolean isParent(@NonNull CanvasViewInfo
potentialParent
) {
278
if (p ==
potentialParent
) {
[
all
...]
Completed in 281 milliseconds