/external/webkit/WebCore/accessibility/ |
AccessibilityRenderObject.h | 197 virtual const AccessibilityChildrenVector& children();
|
AccessibilityRenderObject.cpp | 2892 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityRenderObject::children() function in class:WebCore::AccessibilityRenderObject 2924 AccessibilityChildrenVector children = obj->children(); local [all...] |
/external/webkit/WebCore/history/ |
HistoryItem.h | 156 const HistoryItemVector& children() const;
|
/external/webkit/WebCore/platform/ |
ScrollView.h | 71 const HashSet<RefPtr<Widget> >* children() const { return &m_children; } function in class:WebCore::ScrollView 217 // Widget overrides to ensure that our children's visibility status is kept up to date when we get shown and hidden.
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.h | 188 const Vector<GraphicsLayer*>& children() const { return m_children; } function in class:WebCore::GraphicsLayer 205 // The given layer will replicate this layer and its children; the replica renders behind this layer.
|
/external/webkit/WebCore/plugins/gtk/ |
gtk2xtbin.c | 918 Window *children; local 927 if(!XQueryTree(dpy, win, &root, &parent, &children, &nchildren)) { 936 Widget child = XtWindowToWidget(dpy, children[i]); 940 XFree((void*)children);
|
/external/webkit/WebCore/rendering/ |
RenderObject.h | 160 if (const RenderObjectChildList* children = virtualChildren()) 161 return children->firstChild(); 166 if (const RenderObjectChildList* children = virtualChildren()) 167 return children->lastChild(); 207 // children. 480 * Paint the object and its children, clipped by (x|y|w|h). 502 ListHashSet<RenderInline*>* outlineObjects; // used to list outlines that should be painted by a block with inline children 684 // Whether or not a block has selected children. [all...] |
RenderBlock.cpp | 91 // Our MarginInfo state used when laying out block children. 94 // Whether or not we can collapse our own margins with our children. We don't do this 103 // margins with our children's margins. To do otherwise would be to risk odd visual 104 // effects when the children overflow out of the parent block and yet still collapse 165 // Make sure to destroy anonymous children first while they are still connected to the rest of the tree, so that they will 167 children()->destroyLeftoverChildren(); 169 // Destroy our continuation before anything other than anonymous children. 170 // The reason we don't destroy it before anonymous children is that they may 171 // have continuations of their own that are anonymous children of our continuation. 186 // If we are an anonymous block, then our line boxes might have children [all...] |
/external/webkit/WebCore/wml/ |
WMLPageState.cpp | 96 const HistoryItemVector& childItems = item->children();
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 72 * A #WebKitWebFrame can have any number of children and one child can 632 * Stops any pending loads on @frame's data source, and those of its children. 672 * descendents first, then @frame's parent and its children moving up the 766 GSList* children = NULL; 771 children = g_slist_append(children, client->webFrame()); 774 return children; [all...] |
/external/yaffs2/yaffs2/direct/ |
yaffsfs.c | 1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){ 1204 dsc->nextReturn = list_entry(dsc->dirObj->variant.directoryVariant.children.next, 1219 list_empty(&dsc->dirObj->variant.directoryVariant.children)){ 1224 if( next == &dsc->dirObj->variant.directoryVariant.children)
|
/frameworks/base/core/java/com/google/android/util/ |
AbstractMessageParser.java | 1339 private final HashMap<Character,TrieNode> children = field in class:AbstractMessageParser.TrieNode [all...] |
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
GraphicsPerformanceTests.java | 41 public static String[] children() { method in class:GraphicsPerformanceTests
|
/libcore/xml/src/main/java/org/kxml2/kdom/ |
Element.java | 45 * called when all properties are set, but before children 56 * removes all children and attributes */ 60 children = null; 307 * Writes this element and all children to the given XmlWriter. */
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
device.h | 104 struct list_head children; member in class:__anon13576
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
device.h | 104 struct list_head children; member in class:__anon13930
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
device.h | 104 struct list_head children; member in class:__anon14284
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
device.h | 104 struct list_head children; member in class:__anon14692
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
device.h | 104 struct list_head children; member in class:__anon15066
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
device.h | 104 struct list_head children; member in class:__anon15479
|
/external/webkit/WebKit/chromium/src/js/ |
Tests.js | 435 var node = panel.visibleView.profileDataGridTree.children[0]; [all...] |
/external/elfcopy/ |
dwarf.c | 338 int children; member in struct:abbrev_entry 374 add_abbrev (unsigned long number, unsigned long tag, int children) 386 entry->children = children; 439 int children; local 453 children = *start++; 455 add_abbrev (entry, tag, children); [all...] |
/packages/apps/Email/src/com/android/exchange/adapter/ |
ContactsSyncAdapter.java | 362 ArrayList<String> children = new ArrayList<String>(); local 486 childrenParser(children); 596 if (!children.isEmpty()) { 597 ops.addChildren(entity, children); 643 private void childrenParser(ArrayList<String> children) throws IOException { 647 if (children.size() < EasChildren.MAX_CHILDREN) { 648 children.add(getValue()); [all...] |
/external/bluetooth/glib/gobject/ |
gtype.c | 77 * again. this affects most of the struct TypeNode fields, e.g. ->children or 232 GType *children; member in struct:_TypeNode 456 pnode->children = g_renew (GType, pnode->children, pnode->n_children); 457 pnode->children[i] = type; 462 node->children = NULL; 877 node = find_conforming_child_type_L (lookup_type_node_I (pnode->children[i]), iface); 927 /* check whether one of our children already conforms (or whether the interface 3273 GType *children; local [all...] |
/external/dbus/dbus/ |
dbus-object-tree.c | 186 _dbus_verbose (" searching children of %s for %s\n", 378 * @param fallback #TRUE to handle messages to children of this path 606 char **children; local 653 children = NULL; 654 if (!_dbus_object_tree_list_registered_unlocked (tree, path, &children)) 664 while (children[i] != NULL) 667 children[i])) 710 dbus_free_string_array (children); 1018 * @param child_entries returns #NULL-terminated array of children 1256 _dbus_verbose ("%s (%d children)\n" [all...] |