HomeSort by relevance Sort by last modified time
    Searched defs:refElement (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
FormatBlockCommand.cpp 65 Element* refElement = enclosingBlockFlowElement(VisiblePosition(end));
68 if (!root || !refElement)
76 if (isElementForFormatBlock(refElement->tagQName()) && VisiblePosition(start) == startOfBlock(VisiblePosition(start))
77 && (VisiblePosition(end) == endOfBlock(VisiblePosition(end)) || isNodeVisiblyContainedWithin(*refElement, *range))
78 && refElement != root && !root->isDescendantOf(refElement)) {
80 if (refElement->hasTagName(tagName()))
82 nodeAfterInsertionPosition = refElement;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 291 milliseconds