Searched defs:frame_name (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/browser/background/
H A Dbackground_contents_service.h107 // |frame_name| and |application_id| values, using the passed |profile| as the
113 const base::string16& frame_name,
180 // creates an associated RenderView with the name specified by |frame_name|,
184 const base::string16& frame_name,
227 base::string16 frame_name; member in struct:BackgroundContentsService::BackgroundContentsInfo
H A Dbackground_contents_service_unittest.cc80 base::string16 frame_name = base::ASCIIToUTF16("background"); local
82 this, frame_name, appid_ };
H A Dbackground_contents_service.cc254 // <appid_1>: { "url": <url1>, "name": <frame_name> },
255 // <appid_2>: { "url": <url2>, "name": <frame_name> },
589 base::string16 frame_name;
592 dict->GetString(kFrameNameKey, &frame_name);
595 frame_name,
620 const base::string16& frame_name,
634 frame_name,
649 const base::string16& frame_name,
659 frame_name,
694 dict->SetString(kFrameNameKey, contents_map_[appid].frame_name);
617 LoadBackgroundContents( Profile* profile, const GURL& url, const base::string16& frame_name, const base::string16& application_id) argument
645 CreateBackgroundContents( SiteInstance* site, int routing_id, Profile* profile, const base::string16& frame_name, const base::string16& application_id, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
[all...]
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_message_filter.cc18 const std::string& frame_name,
26 render_frame_host->OnCreateChildFrame(new_routing_id, frame_name);
54 const std::string& frame_name,
60 parent_routing_id, frame_name, *new_routing_id));
16 CreateChildFrameOnUI(int process_id, int parent_routing_id, const std::string& frame_name, int new_routing_id) argument
52 OnCreateChildFrame( int parent_routing_id, const std::string& frame_name, int* new_routing_id) argument
H A Dframe_tree_node.h68 const std::string& frame_name() const { function in class:content::FrameTreeNode
H A Dframe_tree.cc148 const std::string& frame_name) {
158 render_widget_delegate_, manager_delegate_, frame_name));
145 AddFrame(FrameTreeNode* parent, int process_id, int new_routing_id, const std::string& frame_name) argument
H A Dnavigation_entry_impl.cc313 void NavigationEntryImpl::SetFrameToNavigate(const std::string& frame_name) { argument
314 frame_to_navigate_ = frame_name;
/external/chromium_org/chrome/browser/tab_contents/
H A Dbackground_contents.h99 const base::string16& frame_name; member in struct:BackgroundContentsOpenedDetails
/external/chromium_org/content/renderer/
H A Drender_view_impl_params.cc18 const base::string16& frame_name,
37 frame_name(frame_name),
9 RenderViewImplParams( int32 opener_id, bool window_was_created_with_opener, const RendererPreferences& renderer_prefs, const WebPreferences& webkit_prefs, int32 routing_id, int32 main_frame_routing_id, int32 surface_id, int64 session_storage_namespace_id, const base::string16& frame_name, bool is_renderer_created, bool swapped_out, int32 proxy_routing_id, bool hidden, bool never_visible, int32 next_page_id, const ViewMsg_Resize_Params& initial_size, bool enable_auto_resize, const gfx::Size& min_size, const gfx::Size& max_size) argument
H A Drender_view_impl_params.h35 const base::string16& frame_name,
56 const base::string16& frame_name; member in struct:content::RenderViewImplParams
/external/chromium_org/content/test/
H A Dtest_render_frame_host.cc60 const std::string& frame_name) {
61 OnCreateChildFrame(GetProcess()->GetNextRoutingID(), frame_name);
59 AppendChild( const std::string& frame_name) argument
/external/chromium_org/android_webview/native/
H A Daw_web_contents_delegate.cc171 const base::string16& frame_name,
168 WebContentsCreated( WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/chrome/browser/android/
H A Dchrome_web_contents_delegate_android.cc342 const base::string16& frame_name, const GURL& target_url,
350 base::android::ConvertUTF16ToJavaString(env, frame_name).Release(),
340 WebContentsCreated( content::WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, content::WebContents* new_contents) argument
/external/chromium_org/content/browser/webui/
H A Dweb_ui_impl.cc129 void WebUIImpl::OverrideJavaScriptFrame(const std::string& frame_name) { argument
130 frame_name_ = frame_name;
/external/chromium_org/content/public/browser/
H A Dnavigation_controller.h162 std::string frame_name; member in struct:content::NavigationController::LoadURLParams
H A Dweb_contents_delegate.cc136 const base::string16& frame_name,
132 ShouldCreateWebContents( WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, SessionStorageNamespace* session_storage_namespace) argument
H A Dweb_contents_delegate.h313 const base::string16& frame_name,
322 const base::string16& frame_name,
320 WebContentsCreated(WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, WebContents* new_contents) argument
/external/chromium_org/extensions/browser/guest_view/extension_options/
H A Dextension_options_guest.cc199 const base::string16& frame_name,
195 ShouldCreateWebContents( content::WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/chrome/browser/chromeos/first_run/
H A Ddrive_first_run_controller.cc171 const base::string16& frame_name,
284 const base::string16& frame_name,
313 frame_name,
280 ShouldCreateWebContents( content::WebContents* web_contents, int route_id, WindowContainerType window_container_type, const base::string16& frame_name, const GURL& target_url, const std::string& partition_id, content::SessionStorageNamespace* session_storage_namespace) argument
/external/chromium_org/content/public/test/
H A Dmock_render_thread.cc225 const std::string& frame_name,
224 OnCreateChildFrame(int new_frame_routing_id, const std::string& frame_name, int* new_render_frame_id) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_test_proxy.h165 const blink::WebString& frame_name,
338 const blink::WebString& frame_name,
342 creator, request, features, frame_name, policy, suppress_opener))
345 creator, request, features, frame_name, policy, suppress_opener);
335 createView(blink::WebLocalFrame* creator, const blink::WebURLRequest& request, const blink::WebWindowFeatures& features, const blink::WebString& frame_name, blink::WebNavigationPolicy policy, bool suppress_opener) argument
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_browsertest.cc268 void SetFrameHost(const std::string& frame_name);
370 void GeolocationBrowserTest::SetFrameHost(const std::string& frame_name) { argument
375 if (frame_name.empty()) {
379 web_contents, base::Bind(&content::FrameMatchesName, frame_name));
/external/chromium_org/content/shell/browser/
H A Dshell.cc172 void Shell::LoadURLForFrame(const GURL& url, const std::string& frame_name) { argument
176 params.frame_name = frame_name;
H A Dwebkit_test_controller.cc607 const std::string& frame_name) {
608 main_window_->LoadURLForFrame(url, frame_name);
606 OnLoadURLForFrame(const GURL& url, const std::string& frame_name) argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc860 const base::string16& frame_name,
858 WebContentsCreated(WebContents* source_contents, int opener_render_frame_id, const base::string16& frame_name, const GURL& target_url, WebContents* new_contents) argument

Completed in 5863 milliseconds

12