Lines Matching refs:content
48 /** makes it possible to query/register/deregister content providers.
57 /** registers a content provider for a specific URL template.
62 the content provider to register.
67 will simply return <NULL/>. These "dummy" content providers are useful
68 in combination with other content providers that are registered on a
70 http URLs to a HTTP content provider, but want to block all URLs for
72 the HTTP content provider on the <var>Scheme</var> <code>http</code>,
73 and to register a "dummy" (i.e., <NULL/>) content provider on the
130 the replaced content provider, if there was one.
139 /** deregisters a content provider.
142 a content provider to deregister.
155 /** returns a list of information on all registered content providers.
158 a list information on content providers.
163 /** returns the currently active content provider for a content
167 a content identifier (i.e., a URL).
170 a content provider.