Home | History | Annotate | Download | only in browser

Lines Matching refs:Application

58   //       releasing it if the associated background application is unloaded.
87 // Contains data associated with a background application that is not
89 class Application;
91 // Associates extension id strings with Application objects.
92 typedef std::map<std::string, Application*> ApplicationMap;
100 // Returns the Application associated with |extension| or NULL.
101 const Application* FindApplication(const Extension* extension) const;
103 // Returns the Application associated with |extension| or NULL.
104 Application* FindApplication(const Extension* extension);
112 // application, e. g. the Icon, has changed.
115 // Notifies observers that at least one background application has been added