Searched defs:children (Results 1 - 25 of 166) sorted by relevance

1234567

/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebRenderNode.h35 NSArray *children; variable
H A DWebRenderLayer.h36 NSArray *children; variable
/macosx-10.10/WebKit2-7600.1.25/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.cpp35 PassRefPtr<API::Array> InjectedBundleBackForwardListItem::children() const function in class:WebKit::InjectedBundleBackForwardListItem
37 Vector<RefPtr<API::Object>> children; local
/macosx-10.10/WebCore-7600.1.25/editing/
H A DRemoveNodePreservingChildrenCommand.cpp44 Vector<RefPtr<Node>> children; local
H A DMergeIdenticalElementsCommand.cpp50 Vector<RefPtr<Node>> children; local
H A DReplaceNodeWithSpanCommand.cpp58 NodeVector children; local
H A DWrapContentsInDummySpanCommand.cpp43 Vector<RefPtr<Node>> children; local
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A Dpolicytree.h58 policy_tree_t children; member in struct:policy_tree
/macosx-10.10/WebCore-7600.1.25/css/
H A DStyleInvalidationAnalysis.cpp104 auto children = childrenOfType<Element>(element); local
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixFocus.c48 Window window, root, parent, *children; local
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixFocus.c51 Window window, root, parent, *children; local
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityList.cpp124 const auto& children = this->children(); local
H A DAccessibilityListBox.cpp84 void AccessibilityListBox::setSelectedChildren(const AccessibilityChildrenVector& children) argument
/macosx-10.10/WebCore-7600.1.25/accessibility/atk/
H A DWebKitAccessibleInterfaceHypertext.cpp44 const AccessibilityObject::AccessibilityChildrenVector& children = core(hypertext)->children(); local
72 const AccessibilityObject::AccessibilityChildrenVector& children = core(hypertext)->children(); local
H A DWebKitAccessibleInterfaceTableCell.cpp33 static GPtrArray* convertToGPtrArray(const AccessibilityObject::AccessibilityChildrenVector& children) argument
H A DWebKitAccessibleInterfaceSelection.cpp68 const AccessibilityObject::AccessibilityChildrenVector& children = coreSelection->children(); local
250 const AccessibilityObject::AccessibilityChildrenVector& children = coreSelection->children(); local
/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dftwalk.c57 register int children; local
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dspec.rb148 def self.children singleton method in class:MiniTest
/macosx-10.10/vim-55/src/
H A Dgui_gtk_f.h34 GList *children; member in struct:_GtkForm
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dadd.c33 AttributeDescription *children = slap_schema.si_ad_children; local
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTableRowElement.cpp123 RefPtr<HTMLCollection> children = cells(); local
146 RefPtr<HTMLCollection> children = cells(); local
H A DHTMLTableSectionElement.cpp62 RefPtr<HTMLCollection> children = rows(); local
84 RefPtr<HTMLCollection> children = rows(); local
/macosx-10.10/WebCore-7600.1.25/page/scrolling/
H A DScrollingTreeNode.h64 ScrollingTreeChildrenVector* children() { return m_children.get(); } function in class:WebCore::ScrollingTreeNode
/macosx-10.10/WebKit2-7600.1.25/Shared/
H A DWebRenderObject.cpp59 PassRefPtr<WebRenderObject> WebRenderObject::create(const String& name, const String& elementTagName, const String& elementID, PassRefPtr<API::Array> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<API::Array> children) argument
123 WebRenderObject::WebRenderObject(const String& name, const String& elementTagName, const String& elementID, PassRefPtr<API::Array> elementClassNames, WebCore::IntPoint absolutePosition, WebCore::IntRect frameRect, PassRefPtr<API::Array> children) argument
H A DWebRenderObject.h58 API::Array* children() const { return m_children.get(); } function in class:WebKit::WebRenderObject

Completed in 231 milliseconds

1234567