Searched refs:frameWindowDiscarded (Results 1 – 5 of 5) sorted by relevance
93 void frameWindowDiscarded(DOMWindow*);
250 void InspectorConsoleAgent::frameWindowDiscarded(DOMWindow* window) in frameWindowDiscarded() function in WebCore::InspectorConsoleAgent
110 void frameWindowDiscarded(Frame*, DOMWindow* domWindow);
292 InspectorInstrumentation::frameWindowDiscarded(m_frame, m_frame->domWindow()); in clear()
546 InspectorInstrumentation::frameWindowDiscarded(m_frame, this); in willDetachPage()