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

/external/chromium_org/content/public/browser/
H A Durl_data_source.h25 // A URLDataSource is an object that can answer requests for WebUI data
26 // asynchronously. An implementation of URLDataSource should handle calls to
30 class CONTENT_EXPORT URLDataSource { class in namespace:content
33 static void Add(BrowserContext* browser_context, URLDataSource* source);
35 virtual ~URLDataSource() {}
42 // URLDataSource which would display resources with URLs on the form
50 // Called by URLDataSource to request data at |path|. The string parameter is
76 // Returns true if the URLDataSource should replace an existing URLDataSource
84 // Returns true if responses from this URLDataSource ca
[all...]

Completed in 228 milliseconds