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

  /external/chromium_org/extensions/browser/guest_view/
guest_view_base.cc 35 typedef std::map<std::string, GuestViewBase::GuestCreationCallback>
40 typedef std::map<WebContents*, GuestViewBase*> WebContentsGuestViewMap;
46 GuestViewBase::Event::Event(const std::string& name,
51 GuestViewBase::Event::~Event() {
54 scoped_ptr<base::DictionaryValue> GuestViewBase::Event::GetArguments() {
58 // This observer ensures that the GuestViewBase destroys itself when its
60 class GuestViewBase::EmbedderWebContentsObserver : public WebContentsObserver {
62 explicit EmbedderWebContentsObserver(GuestViewBase* guest)
88 GuestViewBase* guest_;
102 GuestViewBase::GuestViewBase(content::BrowserContext* browser_context
    [all...]
guest_view_base.h 22 // A GuestViewBase is the base class browser-side API implementation for a
23 // <*view> tag. GuestViewBase maintains an association between a guest
25 // the guest and relays them to the embedder. GuestViewBase tracks the lifetime
29 class GuestViewBase : public content::BrowserPluginGuestDelegate,
57 typedef base::Callback<GuestViewBase*(
62 static GuestViewBase* Create(content::BrowserContext* browser_context,
66 static GuestViewBase* FromWebContents(content::WebContents* web_contents);
68 static GuestViewBase* From(int embedder_process_id, int instance_id);
81 // This method is called after this GuestViewBase has been initiated.
151 // task prefix to show for a task produced by this GuestViewBase's derive
    [all...]

Completed in 38 milliseconds