HomeSort by relevance Sort by last modified time
    Searched refs:frame_host (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
frame_navigation_state.h 36 bool CanSendEvents(content::RenderFrameHost* frame_host) const;
42 // Starts to track a |frame_host| showing the URL |url|.
43 void TrackFrame(content::RenderFrameHost* frame_host,
48 // Marks |frame_host| as detached and stops tracking it.
49 void FrameDetached(content::RenderFrameHost* frame_host);
56 // Update the URL associated with |frame_host|.
57 void UpdateFrame(content::RenderFrameHost* frame_host, const GURL& url);
59 // Returns true if |frame_host| is a known frame host.
60 bool IsValidFrame(content::RenderFrameHost* frame_host) const;
62 // Returns the URL corresponding to a tracked |frame_host|
    [all...]
frame_navigation_state.cc 41 content::RenderFrameHost* frame_host) const {
43 frame_host_state_map_.find(frame_host);
63 void FrameNavigationState::TrackFrame(content::RenderFrameHost* frame_host,
67 FrameState& frame_state = frame_host_state_map_[frame_host];
76 frame_hosts_.insert(frame_host);
79 void FrameNavigationState::FrameDetached(content::RenderFrameHost* frame_host) {
80 if (frame_host == main_frame_host_)
82 frame_host_state_map_.erase(frame_host);
83 frame_hosts_.erase(frame_host);
103 void FrameNavigationState::UpdateFrame(content::RenderFrameHost* frame_host,
    [all...]
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,
web_navigation_api_helpers.cc 60 int GetFrameId(content::RenderFrameHost* frame_host) {
61 if (!frame_host)
63 return !frame_host->GetParent() ? 0 : frame_host->GetRoutingID();
71 content::RenderFrameHost* frame_host,
77 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID());
78 dict->SetInteger(keys::kFrameIdKey, GetFrameId(frame_host));
80 GetFrameId(frame_host->GetParent()));
94 content::RenderFrameHost* frame_host,
101 dict->SetInteger(keys::kProcessIdKey, frame_host->GetProcess()->GetID())
    [all...]
web_navigation_api.h 100 bool IsReferenceFragmentNavigation(content::RenderFrameHost* frame_host,
web_navigation_api.cc 177 content::RenderFrameHost* frame_host = content::RenderFrameHost::FromID( local
180 if (!frame_navigation_state.CanSendEvents(frame_host))
188 frame_host,
195 frame_host,
  /external/chromium_org/content/test/
accessibility_browser_test_utils.h 32 RenderFrameHostImpl* frame_host,
accessibility_browser_test_utils.cc 11 #include "content/browser/frame_host/render_frame_host_impl.h"
55 RenderFrameHostImpl* frame_host,
57 : frame_host_(frame_host),
  /external/chromium_org/content/
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...]
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...]
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...]
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...]
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...]
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...]
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...]
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...]
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...]
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...]
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...]
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...]
  /external/chromium_org/chrome/browser/extensions/
extension_webui_apitest.cc 124 content::RenderFrameHost* frame_host = NULL;
126 base::Bind(&FindFrame, frame_url, &frame_host));
127 return frame_host;
  /external/chromium_org/chrome/browser/geolocation/
geolocation_browsertest.cc 255 content::RenderFrameHost* frame_host() const { return render_frame_host_; } function in class:GeolocationBrowserTest
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.cc 32 #include "content/browser/frame_host/cross_process_frame_connector.h"
33 #include "content/browser/frame_host/interstitial_page_impl.h"
34 #include "content/browser/frame_host/navigation_entry_impl.h"
35 #include "content/browser/frame_host/navigator_impl.h"
36 #include "content/browser/frame_host/render_frame_host_impl.h"
37 #include "content/browser/frame_host/render_widget_host_view_child_frame.h"
249 RenderFrameHost* frame_host) {
250 static_cast<RenderFrameHostImpl*>(frame_host)->SetAccessibilityMode(mode);
    [all...]

Completed in 926 milliseconds