Home
last modified time | relevance | path

Searched refs:detachFromPage (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/page/
DFrame.h97 void detachFromPage();
370 inline void Frame::detachFromPage() in detachFromPage() function
DFrame.cpp712 detachFromPage(); in pageDestroyed()
/external/webkit/Source/WebCore/history/
DCachedFrame.cpp232 m_view->frame()->detachFromPage(); in destroy()
/external/webkit/Source/WebCore/
DChangeLog54982 (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 in
55636 (WebCore::Frame::detachFromPage):
DChangeLog-2010-01-2963215 … (WebCore::Frame::detachFromPage): Simply clear the Page pointer without doing any other work.
63216 (WebCore::Frame::pageDestroyed): Use the new detachFromPage().
DChangeLog-2010-05-244755 (WebCore::Frame::detachFromPage): Ditto.