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

12 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/common/extensions/docs/js/
sidebar.js 35 * Reveals the hidden ancestor of the passed node, adjusts toggles as needed.
37 * @param {Node} node The node whose ancestor is a hidden toggleable element.
57 * If a list item possesses the class "leftNavSelected" its ancestor <ul> is
  /external/chromium_org/ui/webui/resources/js/cr/ui/
context_menu_button.js 14 * Helper function for ContextMenuButton to find the first ancestor of the
28 * ancestor that has a {@code contextMenu} property.
39 * Override to return the contextMenu for the ancestor.
  /external/chromium/webkit/glue/
webaccessibility.h 201 // Returns true if |ancestor| is the first unignored parent of |child|,
203 // |ancestor| is the *first* ancestor that isn't marked as
205 bool IsParentUnignoredOf(const WebKit::WebAccessibilityObject& ancestor,
  /external/chromium_org/chrome/browser/
platform_util_common_linux.cc 12 // A detached widget won't have a toplevel window as an ancestor, so we can't
  /external/chromium_org/third_party/WebKit/ManualTests/
nested-plug-ins.html 21 non-displaying ancestor, and that making an ancestor visible and displaying shows only its descendants the are visible and displaying.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp 211 for (Node* ancestor = parentNode(); ancestor; ancestor = ancestor->parentNode()) {
212 if (ancestor->hasTagName(objectTag) && toHTMLObjectElement(ancestor)->isExposed())
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 59 #define ANCESTOR(i) (data[(i) + 1 * count])
69 INFO("ANCESTOR(%i) = %i\n", i, ANCESTOR(i));
88 SEMI(i) = ANCESTOR(i) = -1;
111 if (ANCESTOR(ANCESTOR(v)) >= 0) {
112 squash(ANCESTOR(v));
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
116 ANCESTOR(v) = ANCESTOR(ANCESTOR(v))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 59 #define ANCESTOR(i) (data[(i) + 1 * count])
69 INFO("ANCESTOR(%i) = %i\n", i, ANCESTOR(i));
88 SEMI(i) = ANCESTOR(i) = -1;
111 if (ANCESTOR(ANCESTOR(v)) >= 0) {
112 squash(ANCESTOR(v));
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
116 ANCESTOR(v) = ANCESTOR(ANCESTOR(v))
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 376 @Nullable K key, List<V> list, @Nullable WrappedCollection ancestor) {
378 ? new RandomAccessWrappedList(key, list, ancestor)
379 : new WrappedList(key, list, ancestor);
387 * <p>Full collections, identified by a null ancestor field, contain all
394 * given key. Its ancestor field points to the full wrapped collection with
402 final WrappedCollection ancestor; field in class:AbstractMultimap.WrappedCollection
406 @Nullable WrappedCollection ancestor) {
409 this.ancestor = ancestor;
411 = (ancestor == null) ? null : ancestor.getDelegate()
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/
fake_remote_change_processor.cc 71 base::FilePath ancestor = fileapi::VirtualPath::DirName(url.path()); local
74 CreateSyncableFileSystemURL(url.origin(), ancestor);
89 base::FilePath ancestor_parent = fileapi::VirtualPath::DirName(ancestor);
90 if (ancestor == ancestor_parent)
92 ancestor = ancestor_parent;
  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorFilter.cpp 95 for (Element* ancestor = &parent; ancestor; ancestor = ancestor->parentOrShadowHostElement())
96 ancestors.append(ancestor);
  /external/chromium_org/ui/views/controls/
native_control_win.cc 182 View *ancestor = this; local
183 while (ancestor) {
184 const Background* background = ancestor->background();
190 ancestor = ancestor->parent();
native_control.cc 134 // We need to find an ancestor with a non-null background, and
140 const View *ancestor = parent_; local
141 while (ancestor) {
142 const Background *background = ancestor->background();
148 ancestor = ancestor->parent();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CompositedLayerMapping.h 102 // Layer to get clipped by ancestor
125 // paints into some ancestor layer.
128 // Updates whether a backing store is needed based on the layer's compositing ancestor's
129 // properties; returns true if the need for a backing store for ancestor reasons changed.
279 // We need an ancestor clipping layer if our clipping ancestor is not our ancestor in the
282 // Let A = the clipping ancestor,
284 // SC = the stacking context that is the ancestor of A and B in the stacking tree.
296 // In this case B is clipped by another layer that doesn't happen to be its ancestor: A
    [all...]
RenderLayerStackingNode.cpp 164 // Any siblings in the ancestor stacking context could also be affected.
560 // a = positioned ancestor of currentLayer
568 // that the layer has a positioned ancestor, it will paint directly after the
569 // positioned ancestor. In example (a), the current layer would be painted in
638 RenderLayer* ancestor = layer()->parent(); local
639 while (ancestor && !ancestor->stackingNode()->isStackingContainer())
640 ancestor = ancestor->parent();
641 if (ancestor)
648 RenderLayer* ancestor = layer()->parent(); local
    [all...]
TextAutosizer.cpp 94 RenderObject* ancestor = renderer->parent(); local
95 while (ancestor && (ancestor->isRenderInline() || ancestor->isAnonymousBlock()))
96 ancestor = ancestor->parent();
98 return (ancestor && ancestor->isListItem()) ? toRenderListItem(ancestor) : 0;
103 // FIXME: Add support for <menu> elements as a possible ancestor of an <li> element
    [all...]
  /external/libvpx/libvpx/nestegg/src/
nestegg.c 274 struct list_node * ancestor; member in struct:saved_state
292 struct list_node * ancestor; member in struct:nestegg
756 ne_is_ancestor_element(uint64_t id, struct list_node * ancestor)
760 for (; ancestor; ancestor = ancestor->previous)
761 for (element = ancestor->node; element->id; ++element)
781 ne_ctx_push(nestegg * ctx, struct ebml_element_desc * ancestor, void * data)
786 item->previous = ctx->ancestor;
787 item->node = ancestor;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_drag_drop_views.h 43 // |data| are an ancestor of |drop_parent| and one of the nodes isn't already
  /external/chromium_org/media/tools/layout_tests/testname/
media.csv 5 compositing/overflow/scroll-ancestor-update.html,
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
fixed-position.html 24 ancestor. To make sure this test covers the intended scenario, we force the
  /external/chromium_org/ui/base/gtk/
focus_store_gtk.cc 23 // A detached widget won't have a toplevel window as an ancestor, so we
gtk_windowing.cc 23 // find a similar ancestor for the toplevel window (which might have been
  /external/libvpx/libvpx/examples/includes/HTML-Toc-0.91/
Changes 19 the ancestor call to HTML::TocGenerator only when '_doDeleteTokens'
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Keywords.java 44 /** ancestor axes string. */
45 private static final String FROM_ANCESTORS_STRING = "ancestor";
47 /** ancestor-or-self axes string. */
49 "ancestor-or-self";
60 /** ancestor axes string. */
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
ViewLoader.java 300 View ancestor = (View) parent; local
301 while (ancestor.getParent() != null) {
302 ancestor = (View) ancestor.getParent();
304 ancestor.clearFocus();

Completed in 1149 milliseconds

12 3 4 5 6 7 8 91011>>