Searched refs:FrameWillClose (Results 1 – 12 of 12) sorted by relevance
21 virtual void FrameWillClose(blink::WebFrame* frame) OVERRIDE;
740 void PageLoadHistograms::FrameWillClose(WebFrame* frame) { in FrameWillClose() function in PageLoadHistograms
391 TEST_F(UserMediaClientImplTest, FrameWillClose) { in TEST_F() argument395 used_media_impl_->FrameWillClose(); in TEST_F()446 used_media_impl_->FrameWillClose(); in TEST_F()460 used_media_impl_->FrameWillClose(); in TEST_F()472 used_media_impl_->FrameWillClose(); in TEST_F()
92 virtual void FrameWillClose() OVERRIDE;
121 FrameWillClose(); in ~UserMediaClientImpl()911 void UserMediaClientImpl::FrameWillClose() { in FrameWillClose() function in content::UserMediaClientImpl
60 virtual void FrameWillClose() {} in FrameWillClose() function
69 virtual void FrameWillClose(blink::WebFrame* frame) {} in FrameWillClose() function
65 virtual void FrameWillClose(blink::WebFrame* frame) OVERRIDE;
142 virtual void FrameWillClose(blink::WebFrame* frame) OVERRIDE;
190 void AutofillAgent::FrameWillClose(WebFrame* frame) { in FrameWillClose() function in autofill::AutofillAgent
623 void PasswordAutofillAgent::FrameWillClose(blink::WebFrame* frame) { in FrameWillClose() function in autofill::PasswordAutofillAgent
1832 FOR_EACH_OBSERVER(RenderFrameObserver, observers_, FrameWillClose()); in willClose()1834 FrameWillClose(frame)); in willClose()