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

  /external/chromium_org/content/browser/browser_plugin/
test_browser_plugin_guest_manager.cc 20 WebContentsImpl* guest_web_contents) {
21 BrowserPluginGuestManager::AddGuest(instance_id, guest_web_contents);
browser_plugin_geolocation_permission_context.cc 54 WebContentsImpl* guest_web_contents = local
56 BrowserPluginGuest* guest = guest_web_contents->GetBrowserPluginGuest();
86 WebContentsImpl* guest_web_contents = local
88 BrowserPluginGuest* guest = guest_web_contents->GetBrowserPluginGuest();
test_browser_plugin_guest_manager.h 43 WebContentsImpl* guest_web_contents) OVERRIDE;
browser_plugin_guest_manager.h 76 // Adds a new |guest_web_contents| to the embedder (overridable in test).
77 virtual void AddGuest(int instance_id, WebContentsImpl* guest_web_contents);
browser_plugin_guest_manager.cc 115 WebContentsImpl* guest_web_contents) {
118 guest_web_contents_by_instance_id_[instance_id] = guest_web_contents;
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.cc 15 AdViewGuest::AdViewGuest(WebContents* guest_web_contents,
17 : GuestView(guest_web_contents, extension_id),
18 WebContentsObserver(guest_web_contents) {
adview_guest.h 22 AdViewGuest(content::WebContents* guest_web_contents,
  /external/chromium_org/chrome/browser/guestview/
guestview.h 46 static GuestView* Create(content::WebContents* guest_web_contents,
78 content::WebContents* guest_web_contents() const { function in class:GuestView
109 GuestView(content::WebContents* guest_web_contents,
guestview.cc 47 GuestView::GuestView(WebContents* guest_web_contents,
49 : guest_web_contents_(guest_web_contents),
53 browser_context_(guest_web_contents->GetBrowserContext()),
54 guest_instance_id_(guest_web_contents->GetEmbeddedInstanceID()),
57 std::make_pair(guest_web_contents, this));
71 GuestView* GuestView::Create(WebContents* guest_web_contents,
76 return new WebViewGuest(guest_web_contents, extension_id);
78 return new AdViewGuest(guest_web_contents, extension_id);
179 webcontents_guestview_map.Get().erase(guest_web_contents());
  /external/chromium_org/chrome/browser/guestview/webview/
webview_guest.cc 117 WebViewGuest::WebViewGuest(WebContents* guest_web_contents,
119 : GuestView(guest_web_contents, extension_id),
120 WebContentsObserver(guest_web_contents),
121 script_executor_(new extensions::ScriptExecutor(guest_web_contents,
128 content::Source<WebContents>(guest_web_contents));
132 content::Source<WebContents>(guest_web_contents));
134 AttachWebViewHelpers(guest_web_contents);
293 guest_web_contents()->GetController().Reload(false);
398 guest_web_contents()->GetRenderProcessHost()->GetID());
405 guest_web_contents()->GetRenderProcessHost()->GetID())
    [all...]
webview_guest.h 29 WebViewGuest(content::WebContents* guest_web_contents,
  /external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc 90 content::WebContents* guest_web_contents,
94 guest_web_contents, embedder_web_contents, extra_params);
95 web_contents_ = guest_web_contents;
563 content::WebContents* guest_web_contents = source->GetWebContents();
564 return guest_web_contents;
1009 content::WebContents* guest_web_contents = new_client.WaitForGuestCreated(); local
1039 content::WebContents* guest_web_contents = local
1546 content::WebContents* guest_web_contents = LoadGuest( local
1676 content::WebContents* guest_web_contents = local
    [all...]
web_view_interactive_browsertest.cc 248 content::WebContents* guest_web_contents() { function in class:WebViewInteractiveTest
302 content::TitleWatcher title_watcher(guest_web_contents(), expected_title);
312 guest_web_contents(),
329 content::TitleWatcher title_watcher(guest_web_contents(), expected_title);
331 EXPECT_TRUE(content::ExecuteScript(guest_web_contents(),
657 ASSERT_TRUE(guest_web_contents());
675 ASSERT_TRUE(guest_web_contents());
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 64 content::WebContents* guest_web_contents,
69 content::WebContents* guest_web_contents,
chrome_content_browser_client.cc 809 WebContents* guest_web_contents,
821 guest_web_contents->GetBrowserContext());
848 GuestView::Create(guest_web_contents,
865 GuestView::Create(guest_web_contents,
    [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.h 152 WebContents* guest_web_contents,
163 WebContents* guest_web_contents,
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 223 return guest ? guest->guest_web_contents() : NULL;
  /external/chromium_org/chrome/browser/devtools/
devtools_targets_ui.cc 171 WebContents* guest_web_contents = local
173 WebContents* embedder = guest_web_contents->GetEmbedderWebContents();

Completed in 283 milliseconds