Searched refs:detachFromPage (Results 1 – 6 of 6) sorted by relevance
97 void detachFromPage();370 inline void Frame::detachFromPage() in detachFromPage() function
712 detachFromPage(); in pageDestroyed()
232 m_view->frame()->detachFromPage(); in destroy()
54982 (WebCore::Frame::detachFromPage):55602 Frame::pageDestroyed() method. This calls Frame::detachFromPage,55603 where we extend the call chain to Geolocation::detachFromPage()55608 We also now call detachFromPage when the frame reparented in55636 (WebCore::Frame::detachFromPage):
63215 … (WebCore::Frame::detachFromPage): Simply clear the Page pointer without doing any other work.63216 (WebCore::Frame::pageDestroyed): Use the new detachFromPage().
4755 (WebCore::Frame::detachFromPage): Ditto.