HomeSort by relevance Sort by last modified time
    Searched full:firstlist (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/editing/
htmlediting.cpp 765 bool canMergeLists(Element* firstList, Element* secondList)
767 if (!firstList || !secondList || !firstList->isHTMLElement() || !secondList->isHTMLElement())
770 return firstList->hasTagName(secondList->tagQName())// make sure the list types match (ol vs. ul)
771 && firstList->rendererIsEditable() && secondList->rendererIsEditable() // both lists are editable
772 && firstList->rootEditableElement() == secondList->rootEditableElement()// don't cross editing boundaries
773 && isVisiblyAdjacent(positionInParentAfterNode(firstList), positionInParentBeforeNode(secondList));
    [all...]
htmlediting.h 211 bool canMergeLists(Element* firstList, Element* secondList);
  /external/grub/stage2/
start.S 74 movw $ABS(firstlist - BOOTSEC_LISTSIZE), %di
409 firstlist: /* this label has to be after the list data!!! */ label
start_eltorito.S 115 mov $ABS(firstlist - BOOTSEC_LISTSIZE), %si
326 firstlist: /* this label has to be after the list data!!! */ label
  /external/grub/docs/
internals.texi 124 recorded between @code{firstlist} and @code{lastlist}. The address of
135 before the @code{firstlist} label. Note that it is always from the
grub.info     [all...]
  /external/grub/
ChangeLog     [all...]

Completed in 227 milliseconds