HomeSort by relevance Sort by last modified time
    Searched defs:GuestViewBase (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/guest_view/
guest_view_base.cc 26 typedef std::map<WebContents*, GuestViewBase*> WebContentsGuestViewMap;
32 GuestViewBase::Event::Event(const std::string& name,
37 GuestViewBase::Event::~Event() {
40 scoped_ptr<base::DictionaryValue> GuestViewBase::Event::GetArguments() {
44 // This observer ensures that the GuestViewBase destroys itself when its
46 class GuestViewBase::EmbedderWebContentsObserver : public WebContentsObserver {
48 explicit EmbedderWebContentsObserver(GuestViewBase* guest)
64 GuestViewBase* guest_;
69 GuestViewBase::GuestViewBase(int guest_instance_id
    [all...]
guest_view_base.h 19 // A GuestViewBase is the base class browser-side API implementation for a
20 // <*view> tag. GuestViewBase maintains an association between a guest
23 class GuestViewBase : public content::BrowserPluginGuestDelegate,
50 static GuestViewBase* Create(int guest_instance_id,
55 static GuestViewBase* FromWebContents(content::WebContents* web_contents);
57 static GuestViewBase* From(int embedder_process_id, int instance_id);
119 base::WeakPtr<GuestViewBase> AsWeakPtr();
159 GuestViewBase* GetOpener() const {
163 void SetOpener(GuestViewBase* opener);
175 explicit GuestViewBase(int guest_instance_id)
    [all...]

Completed in 349 milliseconds