Home
last modified time | relevance | path

Searched refs:frame_host (Results 1 – 25 of 33) sorted by relevance

12

/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dframe_navigation_state.cc41 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 …]
Dframe_navigation_state.h36 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 …]
Dweb_navigation_api_helpers.cc60 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 …]
Dweb_navigation_api_helpers.h28 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/
DDEPS10 "-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/
Dcontent_browser.gypi580 '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 …]
Dcontent_browser.target.linux-mips64.mk237 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 …]
Dcontent_browser.target.linux-arm64.mk237 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 …]
Dcontent_browser.target.darwin-x86_64.mk237 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 …]
Dcontent_browser.target.linux-x86.mk237 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 …]
Dcontent_browser.target.darwin-arm64.mk237 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 …]
Dcontent_browser.target.darwin-mips64.mk237 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 …]
Dcontent_browser.target.darwin-mips.mk237 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 …]
Dcontent_browser.target.linux-arm.mk237 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 …]
Dcontent_browser.target.darwin-x86.mk237 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 …]
Dcontent_browser.target.linux-x86_64.mk237 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 …]
Dcontent_browser.target.darwin-arm.mk237 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 …]
Dcontent_browser.target.linux-mips.mk237 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/
Dextension_webui_apitest.cc124 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/
Daccessibility_browser_test_utils.cc55 RenderFrameHostImpl* frame_host, in AccessibilityNotificationWaiter() argument
57 : frame_host_(frame_host), in AccessibilityNotificationWaiter()
Daccessibility_browser_test_utils.h32 RenderFrameHostImpl* frame_host,
/external/chromium_org/content/browser/renderer_host/media/
DDEPS9 "+content/browser/frame_host",
/external/chromium_org/content/browser/browser_plugin/
Dbrowser_plugin_popup_menu_helper_mac.mm7 #include "content/browser/frame_host/render_frame_host_impl.h"
/external/chromium_org/content/browser/frame_host/
DDEPS2 # The frame_host files should only call upwards in the layering via the
Dpopup_menu_helper_mac.mm7 #include "content/browser/frame_host/popup_menu_helper_mac.h"
12 #include "content/browser/frame_host/render_frame_host_impl.h"

12