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

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
74 IPA_JF_ANCESTOR /* represented by field ancestor */
93 /* Structure holding data required to describe an ancestor pass-through
98 /* Offset of the field representing the ancestor. */
129 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:jump_func_value
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
74 IPA_JF_ANCESTOR /* represented by field ancestor */
93 /* Structure holding data required to describe an ancestor pass-through
98 /* Offset of the field representing the ancestor. */
129 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:jump_func_value
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
ipa-prop.h 49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
74 IPA_JF_ANCESTOR /* represented by field ancestor */
93 /* Structure holding data required to describe an ancestor pass-through
98 /* Offset of the field representing the ancestor. */
129 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:jump_func_value
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
ipa-prop.h 49 getting addresses of of ancestor fields in C++
51 NULL, ancestor jump function must behave like a simple pass-through.
74 IPA_JF_ANCESTOR /* represented by field ancestor */
93 /* Structure holding data required to describe an ancestor pass-through
98 /* Offset of the field representing the ancestor. */
129 struct ipa_ancestor_jf_data GTY ((tag ("IPA_JF_ANCESTOR"))) ancestor; member in union:jump_func_value
  /external/chromium_org/ppapi/api/
ppb_file_ref.idl 106 * <code>PP_TRUE</code> to make ancestor directories or <code>PP_FALSE</code>
107 * if ancestor directories are not needed.
110 * Succeeds if the directory already exists. Fails if ancestor directories
  /external/chromium_org/ppapi/c/
ppb_file_ref.h 121 * <code>PP_TRUE</code> to make ancestor directories or <code>PP_FALSE</code>
122 * if ancestor directories are not needed.
125 * Succeeds if the directory already exists. Fails if ancestor directories
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathNodeSet.cpp 56 // Find the common ancestor.
78 // One of the nodes is the common ancestor => it is the first in document order.
108 // Children nodes of the common ancestor induce a subdivision of our node-set.
  /external/chromium_org/third_party/WebKit/public/platform/
WebLayer.h 133 // ancestor of the background-filtered layer sets certain properties
169 // its nearest clipping ancestor. Note, the clip parent must be an ancestor.
  /art/runtime/
modifiers.h 52 static const uint32_t kAccClassIsFinalizable = 0x80000000; // class/ancestor overrides finalize()
  /external/apache-xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 236 // ancestor chains, reconcile the lengths, and look for
237 // the lowest common ancestor. If that ancestor is one of
241 // NOTE: If no common ancestor is found, ordering is undefined
244 // Count parents in each ancestor chain
261 // Initially assume scan for common ancestor starts with
265 // If one ancestor chain is longer, adjust its start point
290 // Loop up the ancestor chain looking for common parent
298 // Edge condition: one is the ancestor of the other.
507 * nearest Element ancestor.
    [all...]
UnImplNode.java     [all...]
  /external/chromium/chrome/browser/userfeedback/proto/
dom.proto 92 // ancestor-descendant relationship.
  /external/chromium_org/chrome/browser/feedback/proto/
dom.proto 93 // ancestor-descendant relationship.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_win.h 65 // The closest ancestor HWND.
  /external/chromium_org/ppapi/shared_impl/
var_value_conversions.h 35 // ancestor/descendant.
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameTree.cpp 255 bool FrameTree::isDescendantOf(const Frame* ancestor) const
257 if (!ancestor)
260 if (m_thisFrame->page() != ancestor->page())
264 if (frame == ancestor)
FrameTree.h 57 bool isDescendantOf(const Frame* ancestor) const;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
FramelessScrollView.cpp 61 // FIXME: Look for an ancestor scrollable area that can be scrolled.
  /external/chromium/chrome/browser/resources/shared/js/
util.js 86 * Return the first ancestor for which the {@code predicate} returns true.
90 * @return {Node} The found ancestor or null if not found.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/
util.js 83 * Return the first ancestor for which the {@code predicate} returns true.
87 * @return {Node} The found ancestor or null if not found.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.h 180 PaintingClipRects, // Relative to painting ancestor. Used for painting.
181 RootRelativeClipRects, // Relative to the ancestor treated as the root (e.g. transformed layer). Used for hit testing.
RenderGeometryMap.h 108 // Push geometry info between this renderer and some ancestor. The ancestor must be its container() or some
  /external/chromium_org/ui/aura/
window.h 431 // relative to the nearest ancestor with a layer.
438 // |parent| as well as updating bounds of windows with a layerless ancestor.
448 // Returns true when |ancestor| is a transient ancestor of |this|.
449 bool HasTransientAncestor(const Window* ancestor) const;
534 // Returns the first ancestor (starting at |this|) with a layer. |offset| is
535 // set to the offset from |this| to the first ancestor with a layer. |offset|
545 // of the Layer are relative to the first ancestor with a Layer, where as this
  /frameworks/base/core/java/android/view/
TouchDelegate.java 27 * class should be used by an ancestor of the delegate. To use a TouchDelegate, first create an
31 * The ancestor should then forward all of its touch events received in its
  /frameworks/base/libs/hwui/
Snapshot.h 75 * Indicates that this snapshot or an ancestor snapshot is
213 * The ancestor layer's dirty region.

Completed in 1135 milliseconds

1 2 34 5 6 7 8 91011>>