Home
last modified time | relevance | path

Searched refs:prpChild (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/html/parser/
DHTMLConstructionSite.cpp86 …r<ChildType> HTMLConstructionSite::attach(ContainerNode* rawParent, PassRefPtr<ChildType> prpChild) in attach() argument
88 RefPtr<ChildType> child = prpChild; in attach()
112 void HTMLConstructionSite::attachAtSite(const AttachmentSite& site, PassRefPtr<Node> prpChild) in attachAtSite() argument
117 RefPtr<Node> child = prpChild; in attachAtSite()
/external/webkit/Source/JavaScriptCore/profiler/
DProfileNode.cpp114 void ProfileNode::addChild(PassRefPtr<ProfileNode> prpChild) in addChild() argument
116 RefPtr<ProfileNode> child = prpChild; in addChild()
DProfileNode.h105 void addChild(PassRefPtr<ProfileNode> prpChild);
/external/webkit/Source/WebCore/platform/
DScrollView.cpp77 void ScrollView::addChild(PassRefPtr<Widget> prpChild) in addChild() argument
79 Widget* child = prpChild.get(); in addChild()
82 m_children.add(prpChild); in addChild()