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

  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_embedder.cc 69 WebContents* guest_web_contents) {
71 guest_web_contents->GetRenderViewHost())->SendScreenRects();
122 WebContents* guest_web_contents) {
123 BrowserPluginGuest* guest = guest_web_contents ?
124 static_cast<WebContentsImpl*>(guest_web_contents)->
129 guest_web_contents = GetBrowserPluginGuestManager()->CreateGuest(
133 guest = guest_web_contents
134 ? static_cast<WebContentsImpl*>(guest_web_contents)
browser_plugin_embedder.h 75 bool DidSendScreenRectsCallback(WebContents* guest_web_contents);
77 bool SetZoomLevelCallback(double level, WebContents* guest_web_contents);
87 WebContents* guest_web_contents);
browser_plugin_message_filter.cc 63 WebContents* guest_web_contents) {
64 if (!guest_web_contents)
66 static_cast<WebContentsImpl*>(guest_web_contents)->GetBrowserPluginGuest()->
  /external/chromium_org/chrome/browser/guest_view/
guest_view_base.cc 79 void GuestViewBase::Init(WebContents* guest_web_contents,
84 browser_context_ = guest_web_contents->GetBrowserContext();
87 WebContentsObserver::Observe(guest_web_contents);
88 guest_web_contents->SetDelegate(this);
90 std::make_pair(guest_web_contents, this));
92 AddGuest(guest_instance_id_, guest_web_contents);
98 WebContents* guest_web_contents,
103 guest_web_contents,
125 content::WebContents* guest_web_contents =
128 if (!guest_web_contents)
    [all...]
guest_view_base.h 51 content::WebContents* guest_web_contents,
111 // GuestView with |guest_web_contents|.
112 void Init(content::WebContents* guest_web_contents,
126 content::WebContents* guest_web_contents() const { function in class:GuestViewBase
guest_view_manager.cc 136 content::WebContents* guest_web_contents = local
138 callback.Run(guest_web_contents);
169 WebContents* guest_web_contents) {
172 guest_web_contents_by_instance_id_[guest_instance_id] = guest_web_contents;
guest_view_manager.h 73 content::WebContents* guest_web_contents);
  /external/chromium_org/chrome/browser/guest_view/web_view/
web_view_guest.cc 190 WebContents* guest_web_contents,
193 script_executor_(new extensions::ScriptExecutor(guest_web_contents,
202 Init(guest_web_contents, embedder_extension_id);
205 content::Source<WebContents>(guest_web_contents));
209 content::Source<WebContents>(guest_web_contents));
220 AttachWebViewHelpers(guest_web_contents);
420 if (new_window_info.changed || !guest_web_contents()->HasOpener())
509 ContextMenuDelegate::FromWebContents(guest_web_contents());
512 pending_menu_ = menu_delegate->BuildMenu(guest_web_contents(), params);
548 args->SetString(guestview::kUrl, guest_web_contents()->GetURL().spec())
    [all...]
web_view_find_helper.h 39 void Find(content::WebContents* guest_web_contents,
web_view_find_helper.cc 85 content::WebContents* guest_web_contents,
132 guest_web_contents->Find(current_find_request_id_,
web_view_guest.h 48 content::WebContents* guest_web_contents,
  /external/chromium_org/chrome/browser/apps/
web_view_interactive_browsertest.cc 56 content::WebContents* guest_web_contents) OVERRIDE{
57 GuestViewManager::AddGuest(guest_instance_id, guest_web_contents);
58 web_contents_ = guest_web_contents;
306 content::WebContents* guest_web_contents() { function in class:WebViewInteractiveTest
414 content::TitleWatcher title_watcher(guest_web_contents(), expected_title);
425 guest_web_contents(), ui::VKEY_DOWN, false, false, alt, false);
451 guest_web_contents(), ui::VKEY_ESCAPE, false, false, false, false);
814 ASSERT_TRUE(guest_web_contents());
825 ASSERT_TRUE(guest_web_contents());
    [all...]
web_view_browsertest.cc 115 content::WebContents* guest_web_contents) OVERRIDE{
116 GuestViewManager::AddGuest(guest_instance_id, guest_web_contents);
117 web_contents_ = guest_web_contents;
643 content::WebContents* guest_web_contents = source->GetWebContents(); local
644 return guest_web_contents;
1230 content::WebContents* guest_web_contents = local
1250 content::WebContents* guest_web_contents = local
1754 content::WebContents* guest_web_contents = GetGuestWebContents(); local
1834 content::WebContents* guest_web_contents = LoadGuest( local
1995 content::WebContents* guest_web_contents = local
    [all...]
  /external/chromium_org/content/public/browser/
content_browser_client.h 157 WebContents* guest_web_contents,
  /external/chromium_org/chrome/browser/
chrome_content_browser_client.h 75 content::WebContents* guest_web_contents,
chrome_content_browser_client.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 353 return guest ? guest->guest_web_contents() : NULL;

Completed in 944 milliseconds