HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 301 - 325 of 522) sorted by null

<<11121314151617181920>>

  /external/chromium_org/ui/webui/resources/js/cr/ui/
tree.js 26 * Helper function that finds the first ancestor tree item.
  /external/clang/include/clang/AST/
DeclBase.h 386 /// Find the innermost non-closure ancestor of this declaration,
387 /// walking up through blocks, lambdas, etc. If that ancestor is
    [all...]
  /external/zlib/src/contrib/delphi/
ZLib.pas 44 // Abstract ancestor class
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 208 VALUE the common ancestor with this binding_level's namespace. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 208 VALUE the common ancestor with this binding_level's namespace. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 208 VALUE the common ancestor with this binding_level's namespace. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 208 VALUE the common ancestor with this binding_level's namespace. */
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
prototype-1.7.js 125 var ancestor = this.superclass && this.superclass.prototype,
137 if (ancestor && Object.isFunction(value) &&
141 return function() { return ancestor[m].apply(this, arguments); };
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java 157 * A text node is preserved if an ancestor element of the text node
159 * no closer ancestor element has xml:space with a value of default.
    [all...]
  /external/chromium/chrome/browser/resources/options/
options_page.js 874 // (e.g., if an ancestor is made visible after a child).
969 * Checks whether this page is an ancestor of the given page in terms of
  /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/net/base/
dnssec_chain_verifier.cc 86 This replaces the target domain with a new domain. The new domain is the target of the CNAME with _ssl prepended. The verifier is now in the zone that is the greatest common ancestor of the old and new target domains. (For example, when switching from _ssl.www.example.com to _ssl.www.example2.com, the verifier is now in com.)
684 // and unwind the chain to the closest common ancestor.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py 686 """Returns true if the current token has an object literal ancestor.
689 True if the current token has an object literal ancestor.
  /external/chromium_org/cc/layers/
layer_position_constraint_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model.cc 336 // Can't make an ancestor of the node be a child of the node.
375 // Can't make an ancestor of the node be a child of the node.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsPanel.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayer.cpp 150 bool GraphicsLayer::hasAncestor(GraphicsLayer* ancestor) const
153 if (curr == ancestor)
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/
statetracker.py 686 """Returns true if the current token has an object literal ancestor.
689 True if the current token has an object literal ancestor.
  /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/ui/aura/
root_window.cc 583 // If the ancestor of the capture window is hidden,
595 // If the ancestor of any event handler windows are invisible, release the
    [all...]
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 542 /// DCA(A,B) is the deepest common ancestor of A and B.
714 // Walk out the scope chain until we reach the common ancestor.
  /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/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/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]

Completed in 2932 milliseconds

<<11121314151617181920>>