OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listNode
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Nfc/nxp/jni/
com_android_nfc_list.h
26
struct
listNode
29
struct
listNode
* pNext;
34
listNode
* pFirst;
/external/webkit/Source/WebCore/html/
HTMLLIElement.cpp
100
Node*
listNode
= 0;
102
while (!
listNode
&& (n = n->parentNode())) {
104
listNode
= n;
109
if (!
listNode
)
/external/webkit/Source/WebCore/editing/
ModifySelectionListLevel.cpp
263
Element*
listNode
= startListChild->parentElement();
267
insertSiblingNodeRangeBefore(startListChild, endListChild,
listNode
);
270
removeNode(
listNode
);
273
insertSiblingNodeRangeAfter(startListChild, endListChild,
listNode
);
274
} else if (
listNode
) {
276
splitElement(
listNode
, startListChild);
277
insertSiblingNodeRangeBefore(startListChild, endListChild,
listNode
);
IndentOutdentCommand.cpp
63
RefPtr<Element>
listNode
= enclosingList(lastNodeInSelectedParagraph);
64
if (!
listNode
)
78
RefPtr<Element> newList = document()->createElement(
listNode
->tagQName(), false);
InsertListCommand.cpp
40
static Node* enclosingListChild(Node* node, Node*
listNode
)
43
while (listChild && enclosingList(listChild) !=
listNode
)
92
Element*
listNode
= enclosingList(start.deepEquivalent().deprecatedNode());
93
if (!
listNode
|| !
listNode
->hasTagName(listTag))
199
RefPtr<HTMLElement>
listNode
= enclosingList(listChildNode);
200
if (!
listNode
) {
201
listNode
= fixOrphanedListChild(listChildNode);
202
listNode
= mergeWithNeighboringLists(
listNode
);
[
all
...]
CompositeEditCommand.cpp
[
all
...]
/external/icu4c/common/
stringtriebuilder.cpp
281
ListBranchNode *
listNode
=new ListBranchNode();
282
if(
listNode
==NULL) {
293
listNode
->add(unit, getElementValue(start));
295
listNode
->add(unit, makeNode(start, i, unitIndex+1, errorCode));
302
listNode
->add(unit, getElementValue(start));
304
listNode
->add(unit, makeNode(start, limit, unitIndex+1, errorCode));
306
Node *node=registerNode(
listNode
, errorCode);
/external/webkit/Source/WebCore/rendering/
RenderListItem.cpp
391
Node*
listNode
= enclosingList(this);
393
if (
listNode
)
394
listRenderer =
listNode
->renderer();
431
Node*
listNode
= enclosingList(this);
432
ASSERT(
listNode
&&
listNode
->renderer());
433
if (!
listNode
|| !
listNode
->renderer())
436
RenderObject* list =
listNode
->renderer();
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 262 milliseconds