/external/chromium_org/chrome/browser/extensions/api/web_navigation/ |
D | frame_navigation_state.cc | 41 content::RenderFrameHost* frame_host) const { in CanSendEvents() 43 frame_host_state_map_.find(frame_host); in CanSendEvents() 63 void FrameNavigationState::TrackFrame(content::RenderFrameHost* frame_host, in TrackFrame() argument 67 FrameState& frame_state = frame_host_state_map_[frame_host]; in TrackFrame() 76 frame_hosts_.insert(frame_host); in TrackFrame() 79 void FrameNavigationState::FrameDetached(content::RenderFrameHost* frame_host) { in FrameDetached() argument 80 if (frame_host == main_frame_host_) in FrameDetached() 82 frame_host_state_map_.erase(frame_host); in FrameDetached() 83 frame_hosts_.erase(frame_host); in FrameDetached() 103 void FrameNavigationState::UpdateFrame(content::RenderFrameHost* frame_host, in UpdateFrame() argument [all …]
|
D | frame_navigation_state.h | 36 bool CanSendEvents(content::RenderFrameHost* frame_host) const; 43 void TrackFrame(content::RenderFrameHost* frame_host, 49 void FrameDetached(content::RenderFrameHost* frame_host); 57 void UpdateFrame(content::RenderFrameHost* frame_host, const GURL& url); 60 bool IsValidFrame(content::RenderFrameHost* frame_host) const; 65 GURL GetUrl(content::RenderFrameHost* frame_host) const; 72 void SetErrorOccurredInFrame(content::RenderFrameHost* frame_host); 75 bool GetErrorOccurredInFrame(content::RenderFrameHost* frame_host) const; 79 void SetNavigationCompleted(content::RenderFrameHost* frame_host); 82 bool GetNavigationCompleted(content::RenderFrameHost* frame_host) const; [all …]
|
D | web_navigation_api_helpers.cc | 60 int GetFrameId(content::RenderFrameHost* frame_host) { in GetFrameId() argument 61 if (!frame_host) in GetFrameId() 63 return !frame_host->GetParent() ? 0 : frame_host->GetRoutingID(); in GetFrameId() 71 content::RenderFrameHost* frame_host, in DispatchOnBeforeNavigate() argument 77 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID()); in DispatchOnBeforeNavigate() 78 dict->SetInteger(keys::kFrameIdKey, GetFrameId(frame_host)); in DispatchOnBeforeNavigate() 80 GetFrameId(frame_host->GetParent())); in DispatchOnBeforeNavigate() 94 content::RenderFrameHost* frame_host, in DispatchOnCommitted() argument 101 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID()); in DispatchOnCommitted() 102 dict->SetInteger(keys::kFrameIdKey, GetFrameId(frame_host)); in DispatchOnCommitted() [all …]
|
D | web_navigation_api_helpers.h | 28 int GetFrameId(content::RenderFrameHost* frame_host); 32 content::RenderFrameHost* frame_host, 37 content::RenderFrameHost* frame_host, 42 content::RenderFrameHost* frame_host, 46 content::RenderFrameHost* frame_host, 57 content::RenderFrameHost* frame_host,
|
/external/chromium_org/content/browser/renderer_host/ |
D | DEPS | 10 "-content/browser/frame_host", 19 "+content/browser/frame_host", 33 "+content/browser/frame_host/render_frame_message_filter.h", 36 "+content/browser/frame_host", 40 "+content/browser/frame_host", 46 "+content/browser/frame_host/frame_tree.h", 49 "+content/browser/frame_host",
|
/external/chromium_org/content/ |
D | content_browser.gypi | 580 'browser/frame_host/cross_process_frame_connector.cc', 581 'browser/frame_host/cross_process_frame_connector.h', 582 'browser/frame_host/cross_site_transferring_request.cc', 583 'browser/frame_host/cross_site_transferring_request.h', 584 'browser/frame_host/debug_urls.cc', 585 'browser/frame_host/debug_urls.h', 586 'browser/frame_host/frame_accessibility.cc', 587 'browser/frame_host/frame_accessibility.h', 588 'browser/frame_host/frame_tree.cc', 589 'browser/frame_host/frame_tree.h', [all …]
|
D | content_browser.target.linux-mips64.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.linux-arm64.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.darwin-x86_64.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.linux-x86.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.darwin-arm64.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.darwin-mips64.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.darwin-mips.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.linux-arm.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.darwin-x86.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.linux-x86_64.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.darwin-arm.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
D | content_browser.target.linux-mips.mk | 237 content/browser/frame_host/cross_process_frame_connector.cc \ 238 content/browser/frame_host/cross_site_transferring_request.cc \ 239 content/browser/frame_host/debug_urls.cc \ 240 content/browser/frame_host/frame_accessibility.cc \ 241 content/browser/frame_host/frame_tree.cc \ 242 content/browser/frame_host/frame_tree_node.cc \ 243 content/browser/frame_host/interstitial_page_impl.cc \ 244 content/browser/frame_host/interstitial_page_navigator_impl.cc \ 245 content/browser/frame_host/navigation_before_commit_info.cc \ 246 content/browser/frame_host/navigation_controller_android.cc \ [all …]
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_webui_apitest.cc | 124 content::RenderFrameHost* frame_host = NULL; in NavigateToWebUI() local 126 base::Bind(&FindFrame, frame_url, &frame_host)); in NavigateToWebUI() 127 return frame_host; in NavigateToWebUI()
|
/external/chromium_org/content/test/ |
D | accessibility_browser_test_utils.cc | 55 RenderFrameHostImpl* frame_host, in AccessibilityNotificationWaiter() argument 57 : frame_host_(frame_host), in AccessibilityNotificationWaiter()
|
D | accessibility_browser_test_utils.h | 32 RenderFrameHostImpl* frame_host,
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | DEPS | 9 "+content/browser/frame_host",
|
/external/chromium_org/content/browser/browser_plugin/ |
D | browser_plugin_popup_menu_helper_mac.mm | 7 #include "content/browser/frame_host/render_frame_host_impl.h"
|
/external/chromium_org/content/browser/frame_host/ |
D | DEPS | 2 # The frame_host files should only call upwards in the layering via the
|
D | popup_menu_helper_mac.mm | 7 #include "content/browser/frame_host/popup_menu_helper_mac.h" 12 #include "content/browser/frame_host/render_frame_host_impl.h"
|