Searched refs:BrowserPluginGuest (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/content/browser/browser_plugin/
H A Dbrowser_plugin_guest.cc46 class BrowserPluginGuest::EmbedderWebContentsObserver
49 explicit EmbedderWebContentsObserver(BrowserPluginGuest* guest)
67 BrowserPluginGuest* browser_plugin_guest_;
72 BrowserPluginGuest::BrowserPluginGuest(bool has_render_view, function in class:content::BrowserPluginGuest
97 base::Bind(&BrowserPluginGuest::WillDestroy, AsWeakPtr()));
100 void BrowserPluginGuest::WillDestroy() {
105 base::WeakPtr<BrowserPluginGuest> BrowserPluginGuest::AsWeakPtr() {
109 void BrowserPluginGuest
[all...]
H A Dbrowser_plugin_embedder.h34 class BrowserPluginGuest;
60 void DragEnteredGuest(BrowserPluginGuest* guest);
62 void DragLeftGuest(BrowserPluginGuest* guest);
64 void StartDrag(BrowserPluginGuest* guest);
98 base::WeakPtr<BrowserPluginGuest> guest_dragging_over_;
102 base::WeakPtr<BrowserPluginGuest> guest_started_drag_;
H A Dbrowser_plugin_embedder.cc44 void BrowserPluginEmbedder::DragEnteredGuest(BrowserPluginGuest* guest) {
48 void BrowserPluginEmbedder::DragLeftGuest(BrowserPluginGuest* guest) {
56 void BrowserPluginEmbedder::StartDrag(BrowserPluginGuest* guest) {
143 BrowserPluginGuest* guest = static_cast<WebContentsImpl*>(guest_web_contents)
H A Dbrowser_plugin_message_filter.cc32 // Any message requested by a BrowserPluginGuest should be routed through
34 if (BrowserPluginGuest::ShouldForwardToBrowserPluginGuest(message)) {
50 if (BrowserPluginGuest::ShouldForwardToBrowserPluginGuest(message))
H A Dbrowser_plugin_guest.h5 // A BrowserPluginGuest is the browser side of a browser <--> embedder
9 // BrowserPluginGuest lives on the UI thread of the browser process. Any
13 // BrowserPluginGuest is a WebContentsObserver for the guest WebContents.
14 // BrowserPluginGuest operates under the assumption that the guest will be
76 // A BrowserPluginGuest is said to be "attached" if it has an embedder.
77 // A BrowserPluginGuest can also create a new unattached guest via
80 class CONTENT_EXPORT BrowserPluginGuest : public WebContentsObserver { class in namespace:content
82 virtual ~BrowserPluginGuest();
86 // BrowserPluginGuest must be constructed and installed into a WebContents
91 static BrowserPluginGuest* Creat
[all...]
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_guest.h20 class BrowserPluginGuest;
31 BrowserPluginGuest* guest,
89 BrowserPluginGuest* guest_;
H A Dweb_contents_impl.h50 class BrowserPluginGuest;
142 BrowserPluginGuest* GetBrowserPluginGuest() const;
144 // Sets a BrowserPluginGuest object for this WebContents. If this WebContents
145 // has a BrowserPluginGuest then that implies that it is being hosted by
147 void SetBrowserPluginGuest(BrowserPluginGuest* guest);
1192 scoped_ptr<BrowserPluginGuest> browser_plugin_guest_;
H A Dweb_contents_view_guest.cc36 BrowserPluginGuest* guest,
H A Dweb_contents_impl.cc471 // For more info, see comment above class BrowserPluginGuest.
472 BrowserPluginGuest::Create(new_contents, params.guest_delegate);
1491 bool is_guest = BrowserPluginGuest::IsGuest(this);
1706 BrowserPluginGuest* guest = GetBrowserPluginGuest();
1761 if (BrowserPluginGuest::IsGuest(new_contents))
3041 // BrowserPluginGuest.
4295 BrowserPluginGuest* WebContentsImpl::GetBrowserPluginGuest() const {
4299 void WebContentsImpl::SetBrowserPluginGuest(BrowserPluginGuest* guest) {
H A Dweb_contents_view_aura.cc111 if (BrowserPluginGuest::IsGuest(web_contents))
1102 if (!BrowserPluginGuest::IsGuest(web_contents_))
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_guest.h22 class BrowserPluginGuest;
43 BrowserPluginGuest* guest,
178 // BrowserPluginGuest and RenderWidgetHostViewGuest's lifetimes are not tied
180 base::WeakPtr<BrowserPluginGuest> guest_;
H A Drender_widget_host_view_guest.cc48 BrowserPluginGuest* guest,
52 guest_(guest ? guest->AsWeakPtr() : base::WeakPtr<BrowserPluginGuest>()),
116 // InterstitialPages are not WebContents, and so BrowserPluginGuest does not
279 // ViewHostMsg_SetCursor for interstitial pages in BrowserPluginGuest.
375 // after recovering from a crash so we let BrowserPluginGuest store it.
/external/chromium_org/content/browser/speech/
H A Dspeech_recognition_dispatcher_host.cc99 BrowserPluginGuest* guest = web_contents->GetBrowserPluginGuest();
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc226 if (BrowserPluginGuest::IsGuest(rvh) ||

Completed in 742 milliseconds