Searched defs:WebUI (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/public/browser/
H A Dweb_ui.h30 // A WebUI sets up the datasources and message handlers for a given HTML-based
32 class CONTENT_EXPORT WebUI { class in namespace:content
34 // An opaque identifier used to identify a WebUI. This can only be compared to
35 // kNoWebUI or other WebUI types. See GetWebUIType.
38 // A special WebUI type that signifies that a given page would not use the
48 virtual ~WebUI() {}
56 // Whenever possible, WebUI should push resources with this scale factor to
76 // Sets the path for the iframe if this WebUI is embedded in a page.
79 // Takes ownership of |handler|, which will be destroyed when the WebUI is.
90 // then later wants to undo that, or to route it to a different WebUI objec
[all...]

Completed in 188 milliseconds