HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 226 - 250 of 546) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/frame/
SmartClip.cpp 144 // This loop appears to find the nearest ancestor of minNode (in DOM order)
  /external/chromium_org/third_party/polymer/components-chromium/core-selector/
core-selector-extracted.js 337 // find first ancestor of target (including itself) that
  /external/chromium_org/third_party/sqlite/src/test/
corruptB.test 16 # when there exists a page that is both an a descendent or ancestor of
fuzz_common.tcl 155 # The ::SelectDepth variable contains the number of ancestor SELECT
  /external/chromium_org/ui/base/models/
tree_node_model_unittest.cc 191 // Verifies whether a specified node has or not an ancestor.
  /external/chromium_org/ui/views/controls/menu/
submenu_view.h 200 // Ancestor of the SubmenuView, lazily created.
  /external/clang/docs/
IntroductionToTheClangAST.rst 96 common ancestor. Instead, there are multiple larger hierarchies for
  /external/clang/lib/StaticAnalyzer/Checkers/
StackAddrEscapeChecker.cpp 140 // Return stack memory in an ancestor stack frame is fine.
  /external/fio/lib/
rbtree.c 325 * Go up the tree; any time the ancestor is a right-hand child of its
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 162 // undefined ancestor and unrelated type
  /external/valgrind/main/docs/internals/
notes.txt 87 (It was a 3-way merge, using the most recent common ancestor
  /frameworks/base/docs/html/training/design-navigation/
ancestral-temporal.jd 34 ancestor screens. Additionally, we should ensure that temporal navigation via the <em>Back</em>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 20 """Create a directory and any missing ancestor directories.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dir_util.py 20 """Create a directory and any missing ancestor directories.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
RelativeLayoutRuleTest.java 165 // TODO: Test error (dragging on ancestor)
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
StepPattern.java 142 * parent or ancestor.
179 * parent or ancestor.
195 * parent or ancestor.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_editor_base_controller.mm 473 // of ancestor nodes. Then crawl down the folderTreeArray looking
474 // for each ancestor in order while building up the selectionPath.
567 // For safety's sake, in case deleted node was an ancestor of selection,
  /external/chromium_org/content/browser/accessibility/
browser_accessibility.cc 74 BrowserAccessibility* ancestor) {
75 if (this == ancestor) {
78 return GetParent()->IsDescendantOf(ancestor);
  /external/chromium_org/media/formats/mp4/
box_definitions.cc 438 << "handler type recovered in its Media ancestor.";
516 << "handler type recovered in its Media ancestor.";
594 // information from its strict ancestor tree). We thus copy the handler type
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Fullscreen.cpp 93 // inclusive ancestor of |element|.
99 // |element| has no ancestor element whose local name is iframe and namespace is the HTML
244 // 3. Let docs be all doc's ancestor browsing context's documents (if any) and doc.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp 79 // FIXME: We should consider whether it is OK propagating to ancestor RenderInlines.
171 // the closest non-anonymous ancestor box is used instead.
624 // to just subtract the delta between the ancestor and o.
RenderBlock.cpp     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 287 View ancestor = ancestorChain.get(i); local
290 pt[0] += ancestor.getScrollX();
291 pt[1] += ancestor.getScrollY();
  /external/chromium_org/extensions/renderer/
dispatcher.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 298 // If you call node->hasEditableStyle() since that will return true if an ancestor is editable.
    [all...]

Completed in 2360 milliseconds

1 2 3 4 5 6 7 8 91011>>