/external/chromium_org/content/browser/renderer_host/ |
D | ime_adapter_android.cc | 272 RenderFrameHost* rfh = GetFocusedFrame(); in SetEditableSelectionOffsets() 282 RenderFrameHost* rfh = GetFocusedFrame(); in SetComposingRegion() 297 static_cast<RenderFrameHostImpl*>(GetFocusedFrame()); in DeleteSurroundingText() 346 RenderFrameHost* ImeAdapterAndroid::GetFocusedFrame() { in GetFocusedFrame() function in content::ImeAdapterAndroid 354 rvh->GetDelegate()->GetFrameTree()->GetFocusedFrame(); in GetFocusedFrame()
|
D | ime_adapter_android.h | 70 RenderFrameHost* GetFocusedFrame();
|
D | render_widget_host_view_aura.h | 481 RenderFrameHostImpl* GetFocusedFrame();
|
D | render_widget_host_view_aura.cc | 708 RenderFrameHostImpl* RenderWidgetHostViewAura::GetFocusedFrame() { in GetFocusedFrame() function in content::RenderWidgetHostViewAura 713 rvh->GetDelegate()->GetFrameTree()->GetFocusedFrame(); in GetFocusedFrame() 1629 RenderFrameHostImpl* rfh = GetFocusedFrame(); in ExtendSelectionAndDelete()
|
/external/chromium_org/chrome/browser/ui/views/tab_contents/ |
D | chrome_web_contents_view_delegate_views_unittest.cc | 19 EXPECT_FALSE(web_contents()->GetFocusedFrame()); in TEST_F()
|
D | chrome_web_contents_view_delegate_views.cc | 119 content::RenderFrameHost* focused_frame = web_contents->GetFocusedFrame(); in BuildMenu()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl.cc | 677 RenderFrameHost* WebContentsImpl::GetFocusedFrame() { in GetFocusedFrame() function in content::WebContentsImpl 678 if (!frame_tree_.GetFocusedFrame()) in GetFocusedFrame() 680 return frame_tree_.GetFocusedFrame()->current_frame_host(); in GetFocusedFrame() 1994 RenderFrameHost* focused_frame = GetFocusedFrame(); in ReloadFocusedFrame() 2003 RenderFrameHost* focused_frame = GetFocusedFrame(); in Undo() 2012 RenderFrameHost* focused_frame = GetFocusedFrame(); in Redo() 2020 RenderFrameHost* focused_frame = GetFocusedFrame(); in Cut() 2029 RenderFrameHost* focused_frame = GetFocusedFrame(); in Copy() 2039 RenderFrameHost* focused_frame = GetFocusedFrame(); in CopyToFindPboard() 2051 RenderFrameHost* focused_frame = GetFocusedFrame(); in Paste() [all …]
|
D | web_contents_impl.h | 210 virtual RenderFrameHost* GetFocusedFrame() OVERRIDE; in NON_EXPORTED_BASE()
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
D | language_options_interactive_uitest.cc | 60 return GetActiveWebContents()->GetFocusedFrame(); in GetActiveFrame()
|
/external/chromium_org/content/browser/frame_host/ |
D | frame_tree.h | 105 FrameTreeNode* GetFocusedFrame();
|
D | frame_tree.cc | 226 FrameTreeNode* FrameTree::GetFocusedFrame() { in GetFocusedFrame() function in content::FrameTree
|
/external/chromium_org/athena/content/ |
D | web_contents_view_delegate_factory_impl.cc | 69 content::RenderFrameHost* focused_frame = web_contents->GetFocusedFrame(); in BuildMenu()
|
/external/chromium_org/chrome/browser/ui/cocoa/tab_contents/ |
D | chrome_web_contents_view_delegate_mac.mm | 68 content::RenderFrameHost* focused_frame = web_contents->GetFocusedFrame();
|
/external/chromium_org/content/public/browser/ |
D | web_contents.h | 188 virtual RenderFrameHost* GetFocusedFrame() = 0;
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_guest.cc | 619 web_contents()->GetFocusedFrame()); in OnExtendSelectionAndDelete()
|
/external/chromium_org/content/browser/android/ |
D | content_view_core_impl.cc | 1295 RenderFrameHost* focused_frame = web_contents_->GetFocusedFrame(); in RequestTextSurroundingSelection()
|