HomeSort by relevance Sort by last modified time
    Searched refs:ContentHandlerConnection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/application_manager/
application_manager.h 108 struct ContentHandlerConnection;
115 typedef std::map<GURL, ContentHandlerConnection*> URLToContentHandlerMap;
application_manager.cc 121 struct ApplicationManager::ContentHandlerConnection {
122 ContentHandlerConnection(ApplicationManager* manager,
242 ContentHandlerConnection* connection = NULL;
248 connection = new ContentHandlerConnection(this, content_handler_url);

Completed in 88 milliseconds