Home | History | Annotate | Download | only in api

Lines Matching full:infobar

138                 "enum": ["tab", "infobar", "notification", "popup"],
140 "description": "The type of view to get. If omitted, returns all views (including background pages and tabs). Valid values: 'tab', 'infobar', 'notification', 'popup'."
1773 "description": "Shows an infobar in the specified tab. The infobar will be closed automatically when the tab navigates. Use window.close() to close the infobar before then.",
1781 "description": "The tab id for the tab to display the infobar in."
1785 "description": "The html file that contains the infobar."
1795 "name": "window", "$ref": "Window", "description": "Contains details about the window in which the infobar was created."