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

/external/chromium_org/mojo/shell/
H A Ddynamic_application_loader.cc199 const GURL& content_handler_url) {
200 mime_type_to_url_[mime_type] = content_handler_url;
197 RegisterContentHandler( const std::string& mime_type, const GURL& content_handler_url) argument
/external/chromium_org/mojo/application_manager/
H A Dapplication_manager.cc68 virtual void LoadWithContentHandler(const GURL& content_handler_url,
73 content_handler_url,
123 const GURL& content_handler_url) {
127 content_handler_url, GURL(), service_provider.Pass());
239 const GURL& content_handler_url,
244 url_to_content_handler_.find(content_handler_url);
248 connection = new ContentHandlerConnection(this, content_handler_url);
249 url_to_content_handler_[content_handler_url] = connection;
122 ContentHandlerConnection(ApplicationManager* manager, const GURL& content_handler_url) argument
236 LoadWithContentHandler( const GURL& content_url, const GURL& requestor_url, const GURL& content_handler_url, URLResponsePtr url_response, ServiceProviderPtr service_provider) argument

Completed in 376 milliseconds