Searched refs:actuallyAppendChild (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
H A DFrameTree.h75 void actuallyAppendChild(PassRefPtr<Frame>);
H A DFrameTree.cpp81 actuallyAppendChild(child); // Note, on return |child| is null.
89 actuallyAppendChild(child); // Note, on return |child| is null.
92 void FrameTree::actuallyAppendChild(PassRefPtr<Frame> child) function in class:WebCore::FrameTree

Completed in 26 milliseconds