HomeSort by relevance Sort by last modified time
    Searched refs:ancestor (Results 101 - 125 of 167) sorted by null

1 2 3 45 6 7

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 150 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
153 if (curr == ancestor)
    [all...]
  /system/media/camera/docs/
metadata_model.py 102 Find the first ancestor that matches the predicate.
108 The first ancestor closest to the node for which pred(node) is true.
346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):
347 ancestor._leafs.remove(p)
835 ancestors, call this method on the ancestor nodes.
863 A node corresponding to a <namespace> which is an ancestor of a Kind.
935 ancestors, call this method on the ancestor nodes.
1011 ancestor Kind#name
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.cpp 268 static inline bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child)
273 if (child == ancestor)
281 if (parent == ancestor)
291 static bool isAnsectorAndWithinBlock(RenderObject* ancestor, RenderObject* child)
295 if (object == ancestor)
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/antlr3/
tree.py 134 """Walk upwards looking for ancestor with this token type."""
139 """Walk upwards and get first ancestor with this token type."""
890 """Walk upwards looking for ancestor with this token type."""
894 """Walk upwards and get first ancestor with this token type."""
    [all...]
  /external/chromium_org/ui/aura/
window.cc 143 // ancestor with a layer is found. This is intended to locate a layer to stack
498 // coordinates of the layer are relative to the first ancestor with a layer;
783 // window visible (by way of making a hidden ancestor visible). For this
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java 3865 File ancestor = new File("."); local
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java 3710 File ancestor = new File("."); local
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 44 // Abstract ancestor class
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java     [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 372 * Search an elements ancestor chain for the nearest element that is a member
376 * @return {Element} The first ancestor of the specified class or null.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 481 * Search an elements ancestor chain for the nearest element that is a member
485 * @return {Element} The first ancestor of the specified class or null.
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 618 * Returns the session ID of a device's nth level ancestor
1346 unsigned int nb_guids, pass, i, j, ancestor; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xpath.c     [all...]
xmlschemas.c     [all...]
  /external/libxml2/
xpath.c     [all...]
xmlschemas.c     [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 271 // page that matches our ancestor directories (only for dev guide and resources)
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 577 // current page is an ancestor but not a parent.
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsTreeOutline.js 283 function isAncestorNode(ancestor, node)
285 return ancestor.isAncestor(node);
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 199 // that matches our ancestor directories (only for dev guide and resources)
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 122 I<directory> and any ancestor directories will be created. This is
    [all...]
  /external/chromium_org/ui/views/
view_unittest.cc 50 // Returns true if |ancestor| is an ancestor of |layer|.
51 bool LayerIsAncestor(const ui::Layer* ancestor, const ui::Layer* layer) {
52 while (layer && layer != ancestor)
54 return layer == ancestor;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 4038 milliseconds

1 2 3 45 6 7