OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstlist
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
htmlediting.cpp
742
bool canMergeLists(Element*
firstList
, Element* secondList)
744
if (!
firstList
|| !secondList || !
firstList
->isHTMLElement() || !secondList->isHTMLElement())
747
return
firstList
->hasTagName(secondList->tagQName()) // make sure the list types match (ol vs. ul)
748
&&
firstList
->rendererIsEditable() && secondList->rendererIsEditable() // both lists are editable
749
&&
firstList
->rootEditableElement() == secondList->rootEditableElement() // don't cross editing boundaries
750
&& isVisiblyAdjacent(positionInParentAfterNode(
firstList
), positionInParentBeforeNode(secondList));
[
all
...]
htmlediting.h
227
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 118 milliseconds