Searched defs:prpChild (Results 1 - 3 of 3) sorted by relevance

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

Completed in 82 milliseconds