/external/chromium_org/third_party/WebKit/Source/core/editing/ |
ReplaceSelectionCommand.cpp | 663 RefPtrWillBeRawPtr<ContainerNode> ancestor = prpAncestor; local 665 if (!ancestor->parentNode()->hasEditableStyle()) 669 VisiblePosition lastPositionInParagraph(lastPositionInNode(ancestor.get())); 672 if (ancestor->nextSibling()) 673 insertNodeBefore(element, ancestor->nextSibling()); 675 appendNode(element, ancestor->parentNode()); 677 RefPtrWillBeRawPtr<Node> nodeToSplitTo = splitTreeToNode(element.get(), ancestor.get(), true); 681 if (!ancestor->hasChildren()) 682 removeNode(ancestor.release()); [all...] |
EditingStyle.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorDOMAgent.cpp | 944 for (ContainerNode* ancestor = node ? node->parentOrShadowHostNode() : 0; ancestor; ancestor = ancestor->parentOrShadowHostNode()) 945 ancestors.append(ancestor); 950 EventTarget* ancestor = ancestors[i - 1]; local 951 Vector<AtomicString> eventTypes = ancestor->eventTypes(); 954 const EventListenerVector& listeners = ancestor->getEventListeners(type); 962 eventInformation.append(EventListenerInfo(ancestor, type, filteredListeners)); [all...] |
/external/chromium_org/cc/layers/ |
layer_impl.cc | 143 bool LayerImpl::HasAncestor(const LayerImpl* ancestor) const { 144 if (!ancestor) 148 if (layer == ancestor) 189 void LayerImpl::SetClipParent(LayerImpl* ancestor) { 190 if (clip_parent_ == ancestor) 193 clip_parent_ = ancestor; [all...] |
layer_impl.h | 132 bool HasAncestor(const LayerImpl* ancestor) const; 147 void SetClipParent(LayerImpl* ancestor);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
InlineFlowBox.cpp | 271 static inline bool isLastChildForRenderer(RenderObject* ancestor, RenderObject* child) 276 if (child == ancestor) 284 if (parent == ancestor) 294 static bool isAnsectorAndWithinBlock(RenderObject* ancestor, RenderObject* child) 298 if (object == ancestor) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
HeapSnapshotGridNodes.js | 737 var ancestor = this._parentObjectNode; 738 while (ancestor) { 739 if (ancestor.snapshotNodeId === this.snapshotNodeId) 740 return ancestor; 741 ancestor = ancestor._parentObjectNode; [all...] |
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
LoggerTest.java | 2768 Logger ancestor = new MockParentLogger("ancestorLogger", local 2889 Logger ancestor = new MockLogger("ancestorLogger", local 2961 Logger ancestor = new MockLogger("ancestorLogger", local [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BaseTree.cs | 378 /** <summary>Walk upwards looking for ancestor with this token type.</summary> */ 383 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BaseTree.cs | 454 /** <summary>Walk upwards looking for ancestor with this token type.</summary> */ 460 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBaseTree.m | 410 /** Walk upwards looking for ancestor with this token type. */ 416 /** Walk upwards and get first ancestor with this token type. */
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
Constants.java | 186 ATTRNAME_ANCESTOR = "ancestor", 371 ATTRVAL_ANCESTOR = "ancestor", ATTRVAL_ID = "id";
|
/external/chromium_org/cc/trees/ |
damage_tracker.cc | 280 // ancestor surface, ExtendDamageForRenderSurface() must be called instead. 320 // - changes to ancestor layers that propagate their property
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/ |
search.js | 369 * Get the ancestor of node that is a result. 371 * @return {Node} Result ancestor.
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
bookmark_bar_view.h | 444 // If the bookmark bubble is showing, this is the visible ancestor of the URL. 445 // The visible ancestor is either the other_bookmarked_button_,
|
/external/chromium_org/third_party/WebKit/Source/core/xml/ |
XPathParser.cpp | 75 { "ancestor", Step::AncestorAxis }, 76 { "ancestor-or-self", Step::AncestorOrSelfAxis },
|
/external/chromium_org/ui/webui/resources/js/ |
util.js | 182 * Return the first ancestor for which the {@code predicate} returns true. 186 * @return {Node} The found ancestor or null if not found.
|
/external/linux-tools-perf/perf-3.12.0/lib/ |
rbtree.c | 465 * Go up the tree; any time the ancestor is a right-hand child of its 495 * No left-hand children. Go up till we find an ancestor which
|
/external/llvm/docs/ |
HowToSetUpLLVMStyleRTTI.rst | 215 The argument to ``classof`` should always be an *ancestor* class because 393 is some ancestor in the inheritance hierarchy. The argument should
|
/external/llvm/include/llvm/Support/ |
GenericDomTreeConstruction.h | 127 // Process Ancestor first 134 // Update VInfo based on Ancestor info
|
/frameworks/webview/chromium/tools/ |
merge_to_android.py | 143 """Checks whether ref1 is a ancestor of ref2 in the given Git repo.""" 144 cmd = ['git', 'merge-base', '--is-ancestor', ref1, ref2]
|
/external/apache-xml/src/main/java/org/apache/xpath/ |
XPathException.java | 110 * @return null or first ancestor that is not an Expression.
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
OneStepIterator.java | 194 // (preceding-sibling::*|following-sibling::*)/ancestor::*[position()]/*[position()]
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
extension_install_dialog_view.h | 254 // The dialog that owns |this|. It's also an ancestor in the View hierarchy.
|
/external/chromium_org/sync/internal_api/ |
change_reorder_buffer.cc | 26 // nodes, in a top-down fashion, starting from a single common ancestor. A
|