Home | History | Annotate | Download | only in html

Lines Matching refs:publicURLManager

28 #include "core/html/PublicURLManager.h"
38 PassOwnPtr<PublicURLManager> PublicURLManager::create(ExecutionContext* context)
40 OwnPtr<PublicURLManager> publicURLManager(adoptPtr(new PublicURLManager(context)));
41 publicURLManager->suspendIfNeeded();
42 return publicURLManager.release();
45 PublicURLManager::PublicURLManager(ExecutionContext* context)
51 void PublicURLManager::registerURL(SecurityOrigin* origin, const KURL& url, URLRegistrable* registrable, const String& uuid)
61 void PublicURLManager::revoke(const KURL& url)
72 void PublicURLManager::revoke(const String& uuid)
93 void PublicURLManager::stop()