OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rootList
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ViewHierarchy.java
156
List<ViewInfo>
rootList
= session.getRootViews();
160
if (
rootList
== null ||
rootList
.size() == 0) {
172
if (
rootList
.size() > 1 && hasMergeRoot()) {
174
mergeRoot.setChildren(
rootList
);
177
ViewInfo root =
rootList
.get(0);
/external/webkit/Source/WebCore/editing/
htmlediting.h
192
HTMLElement* outermostEnclosingList(Node*, Node*
rootList
= 0);
htmlediting.cpp
750
HTMLElement* outermostEnclosingList(Node* node, Node*
rootList
)
757
if (nextList ==
rootList
)
[
all
...]
Completed in 418 milliseconds