Searched defs:GetFocusedFrame (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/frame_host/
H A Dframe_tree.cc226 FrameTreeNode* FrameTree::GetFocusedFrame() { function in class:content::FrameTree
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.cc272 RenderFrameHost* rfh = GetFocusedFrame();
282 RenderFrameHost* rfh = GetFocusedFrame();
297 static_cast<RenderFrameHostImpl*>(GetFocusedFrame());
346 RenderFrameHost* ImeAdapterAndroid::GetFocusedFrame() { function in class:content::ImeAdapterAndroid
354 rvh->GetDelegate()->GetFrameTree()->GetFocusedFrame();
H A Drender_widget_host_view_aura.cc708 RenderFrameHostImpl* RenderWidgetHostViewAura::GetFocusedFrame() { function in class:content::RenderWidgetHostViewAura
713 rvh->GetDelegate()->GetFrameTree()->GetFocusedFrame();
1629 RenderFrameHostImpl* rfh = GetFocusedFrame();
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.cc677 RenderFrameHost* WebContentsImpl::GetFocusedFrame() { function in class:content::WebContentsImpl
678 if (!frame_tree_.GetFocusedFrame())
680 return frame_tree_.GetFocusedFrame()->current_frame_host();
1994 RenderFrameHost* focused_frame = GetFocusedFrame();
2003 RenderFrameHost* focused_frame = GetFocusedFrame();
2012 RenderFrameHost* focused_frame = GetFocusedFrame();
2020 RenderFrameHost* focused_frame = GetFocusedFrame();
2029 RenderFrameHost* focused_frame = GetFocusedFrame();
2039 RenderFrameHost* focused_frame = GetFocusedFrame();
2051 RenderFrameHost* focused_frame = GetFocusedFrame();
[all...]

Completed in 132 milliseconds