/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_drag_drop_views.cc | 152 // drop_parent can't accept a child that is an ancestor.
|
/external/chromium_org/content/browser/accessibility/ |
browser_accessibility_cocoa.h | 33 // Invalidate children for a non-ignored ancestor (including self).
|
/external/chromium_org/media/formats/webm/ |
webm_parser.h | 123 // Checks to see if |id_b| is a sibling or ancestor of |id_a|.
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMException.cpp | 61 { "InvalidNodeTypeError", "The supplied node is invalid or has an invalid ancestor for this operation.", 24 },
|
NodeIterator.cpp | 152 // or if removed node is not the reference node, or the ancestor of the reference node.
|
PositionIterator.cpp | 41 // FIXME: This check is inadaquete because any ancestor could be ignored by editing
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLTextFormControlElement.cpp | 698 Element* ancestor = container->shadowHost(); 699 return ancestor && isHTMLTextFormControlElement(*ancestor) && container->containingShadowRoot()->type() == ShadowRoot::UserAgentShadowRoot ? toHTMLTextFormControlElement(ancestor) : 0; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
TouchAdjustment.cpp | 239 if (Node* ancestor = node->parentOrShadowHostNode()) 240 return ancestor; 256 // responder or have an ancestor that is a responder. 263 // Check if we already have a result for a common ancestor from another candidate.
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGResource.cpp | 188 // Invalidate resources in ancestor chain, if needed.
|
/external/chromium_org/ui/aura/ |
window_observer.h | 85 // Invoked when SetTransform() is invoked on an ancestor of the window being
|
/external/chromium_org/ui/views/controls/menu/ |
menu_controller.cc | 140 // there are no focusable children of |ancestor| after |start_at|. 141 static View* GetNextFocusableView(View* ancestor, 144 DCHECK(ancestor->Contains(start_at)); 156 } while (parent != ancestor); 1528 const MenuItemView* ancestor = state_.item; local [all...] |
/external/chromium_org/ui/views/controls/native/ |
native_view_host.cc | 136 // know when the position of any ancestor changes, or our visibility relative
|
/external/objenesis/tck/src/org/objenesis/tck/candidates/ |
candidates.properties | 65 org.objenesis.tck.candidates.SerializableWithAncestorThrowingException = Serializable with ancestor throwing exception
|
/external/valgrind/main/docs/lib/ |
vg-fo.xsl | 161 <xsl:with-param name="node" select="ancestor-or-self::set[1]"/> 214 <xsl:with-param name="node" select="ancestor-or-self::book[1]"/> 270 select="count(ancestor::*)-count($toc-context/ancestor::*)"/>
|
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodeappendchildnodeancestor.java | 36 * an ancestor node(root node) to it.
|
hc_nodereplacechildnodeancestor.java | 36 * one of its children with an ancestor node(root node).
|
nodeappendchildnodeancestor.java | 36 * an ancestor node(root node) to it.
|
nodereplacechildnodeancestor.java | 36 * one of its children with an ancestor node(root node).
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
OutlineDropListener.java | 207 /** Returns true if the given parent node is an ancestor of the given child node */
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
LogFactoryImpl.java | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoader.cpp | 447 for (Frame* ancestor = m_frame; ancestor; ancestor = ancestor->tree().parent()) { 448 if (ancestor->isLocalFrame() && !toLocalFrame(ancestor)->document()->loadEventFinished()) [all...] |
/external/chromium_org/tools/binary_size/template/ |
D3SymbolTreeMap.js | 221 var ancestor = stack[i]; 222 if (!ancestor.symbol_stats) ancestor.symbol_stats = {}; 223 if (ancestor.symbol_stats[node.t] === undefined) { 225 ancestor.symbol_stats[node.t] = {'count': 1, 229 ancestor.symbol_stats[node.t].count++; 230 ancestor.symbol_stats[node.t].size += node.value; [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
treeoutline.js | 309 // Walk down to populate each ancestor's children, to fill in the tree and the cache. 796 * @param {?TreeElement} ancestor 799 TreeElement.prototype.hasAncestor = function(ancestor) { 800 if (!ancestor) 805 if (ancestor === currentNode)
|
/external/llvm/lib/Analysis/ |
LoopInfo.cpp | 466 // For reducible loops, NL is now an ancestor of Unloop. 519 assert(OldParent && "new loop is not an ancestor of the original"); 554 // Find the subloop ancestor that is directly contained within Unloop. 557 assert(Subloop && "subloop is not an ancestor of the original loop"); 664 // Remove blocks from former ancestor loops.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
WalkerFactory.java | 322 return Axis.ANCESTOR; 350 * @param axis One of Axis.ANCESTOR, etc. 357 case Axis.ANCESTOR : 874 // If we don't do the magic below, then "@*/ancestor-or-self::*" gets [all...] |