OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:children
(Results
1076 - 1100
of
2686
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/webkit/Source/WebKit/chromium/public/
WebHistoryItem.h
120
WEBKIT_API WebVector<WebHistoryItem>
children
() const;
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebviewprivate.h
67
HashSet<GtkWidget*>
children
;
member in struct:_WebKitWebViewPrivate
/external/webkit/Source/WebKit/mac/DOM/
WebDOMOperations.h
40
@result A WebArchive representing the node and the
children
of the node.
/external/webkit/Source/WebKit/win/
AccessibleBase.cpp
149
*count = static_cast<long>(m_object->
children
().size());
541
// Navigating to next and previous is allowed from self or any of our
children
.
703
if (childIndex >= m_object->
children
().size())
705
childObj = m_object->
children
().at(childIndex).get();
/external/webkit/Tools/MiniBrowser/mac/
BrowserWindow.xib
539
<reference key="
children
" ref="1000"/>
563
<object class="NSMutableArray" key="
children
">
573
<object class="NSMutableArray" key="
children
">
587
<object class="NSMutableArray" key="
children
">
600
<object class="NSMutableArray" key="
children
">
609
<object class="NSMutableArray" key="
children
">
623
<object class="NSMutableArray" key="
children
">
632
<object class="NSMutableArray" key="
children
">
646
<object class="NSMutableArray" key="
children
">
655
<object class="NSMutableArray" key="
children
">
[
all
...]
/frameworks/base/core/java/android/animation/
LayoutTransition.java
57
* follows: when an item is being added to a layout, the other
children
of that container will
60
* animation to remove it will run first, then the animations of the other
children
in the
220
* This hashmap is used to track the listeners that have been added to the
children
of
320
* By default, a LayoutTransition listens for changes in
children
being
[
all
...]
/frameworks/base/core/java/android/widget/
BaseExpandableListAdapter.java
28
* are correct in generating unique IDs from the group/
children
IDs.
ExpandableListPosition.java
130
* PositionMetadata will handle recycling its own
children
.
TwoLineListItem.java
28
* <p>A view group with two
children
, intended for use in ListViews. This item has two
/frameworks/base/core/tests/coretests/src/android/widget/focus/
FocusAfterRemovalTest.java
70
// if a parent layout becomes GONE when one of its
children
has focus,
/frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithOffScreenNextSelectableTest.java
50
assertEquals("only 4
children
should be on screen (so that next selectable is off " +
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DelegateViewHelper.java
110
* a container widget on
children
over which the initial touch should be detected. Note this
/frameworks/base/services/java/com/android/server/wm/
WindowToken.java
28
* the parent window to manage its
children
.
/frameworks/base/tools/preload/
Root.java
124
parent.
children
.add(proc);
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
elementgetelementsbytagnameaccessnodelist.java
32
* "5" in the order the
children
were encountered.
hc_nodeappendchild.java
32
* node to the list of
children
. The last node in the list
hc_nodechildnodes.java
33
* that contains all
children
of this node.
hc_nodehaschildnodesfalse.java
32
* does not have any
children
.
hc_nodeinsertbeforerefchildnull.java
33
* node "newChild" at the end of the list of
children
.
hc_nodelistindexequalzero.java
31
* Create a list of all the
children
elements of the third
hc_nodelistindexgetlength.java
34
* Create a list of all the
children
elements of the third
hc_nodelistindexgetlengthofemptylist.java
34
* Create a list of all the
children
of the Text node
hc_nodelistindexnotzero.java
35
* Create a list of all the
children
elements of the third
hc_nodelistreturnfirstitem.java
31
* Create a list of all the
children
elements of the third
hc_nodelistreturnlastitem.java
31
* Create a list of all the
children
elements of the third
Completed in 345 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>