OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ancestors
(Results
51 - 75
of
222
) sorted by null
1
2
3
4
5
6
7
8
9
/external/chromium_org/cc/trees/
tree_synchronizer.cc
241
// ensure that their
ancestors
know about them for the next PushProperties
/external/chromium_org/media/webm/
webm_parser.h
117
// signal the end of the current list's
ancestors
if the current list happens
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Panel.js
135
// Should be implemented by
ancestors
.
treeoutline.js
297
var
ancestors
= [];
299
ancestors
.push(currentObject);
308
for (var i =
ancestors
.length - 1; i >= 0; --i) {
309
var treeElement = this.getCachedTreeElement(
ancestors
[i]);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
49
// used to make QueryInterface know the IIDs of the interface and its
ancestors
/external/chromium_org/third_party/mesa/src/src/glsl/
glsl_parser_extras.h
64
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
glsl_symbol_table.cpp
30
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
ast.h
53
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
342
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
/external/droiddriver/src/com/google/android/droiddriver/instrumentation/
ViewElement.java
118
// isShown() checks the visibility flag of this view and
ancestors
; it needs
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
ConstraintInverseKinematics.java
135
* the skeleton owning the bone and its
ancestors
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp
49
// used to make QueryInterface know the IIDs of the interface and its
ancestors
/external/mesa3d/src/glsl/
glsl_parser_extras.h
64
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
glsl_symbol_table.cpp
30
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
ast.h
53
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
342
* easier to just ralloc_free 'ctx' (or any of its
ancestors
). */
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeappendchildnodeancestor.java
33
* append is one of this node's
ancestors
.
hc_nodereplacechildnodeancestor.java
33
* in is one of this node's
ancestors
.
nodeappendchildnodeancestor.java
33
* append is one of this node's
ancestors
.
nodereplacechildnodeancestor.java
33
* in is one of this node's
ancestors
.
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java
339
* this delivers only a single node; if you want all the
ancestors
,
[
all
...]
/external/chromium_org/chrome/browser/chromeos/drive/
change_list_processor.cc
220
// Start from entry_map_.begin() and traverse
ancestors
using the
229
// - The new parent and its
ancestors
will no longer move during this apply.
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/
v8_interface.py
404
# FIXME: support distant
ancestors
(but don't parse all
ancestors
!)
/frameworks/base/core/java/android/view/
ViewParent.java
171
* Bring up a context menu for the specified view or its
ancestors
.
214
* Called when a child does not want this parent and its
ancestors
to
/external/chromium_org/chrome/browser/bookmarks/
bookmark_tag_model.h
21
// to its view of the world by considering all the titles of all the
ancestors
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorCheckerFastPath.cpp
66
// Rewind to the topmost child or subselector and the element it matched, continue checking
ancestors
.
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResource.cpp
205
// This will process the rest of the
ancestors
.
Completed in 426 milliseconds
1
2
3
4
5
6
7
8
9