Home
last modified time | relevance | path

Searched refs:PublicURLManager (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DPublicURLManager.cpp36 PassOwnPtr<PublicURLManager> PublicURLManager::create(ExecutionContext* context) in create()
38 OwnPtr<PublicURLManager> publicURLManager(adoptPtr(new PublicURLManager(context))); in create()
43 PublicURLManager::PublicURLManager(ExecutionContext* context) in PublicURLManager() function in WebCore::PublicURLManager
49 void PublicURLManager::registerURL(SecurityOrigin* origin, const KURL& url, URLRegistrable* registr… in registerURL()
59 void PublicURLManager::revoke(const KURL& url) in revoke()
70 void PublicURLManager::stop() in stop()
DPublicURLManager.h43 class PublicURLManager : public ActiveDOMObject {
46 static PassOwnPtr<PublicURLManager> create(ExecutionContext*);
55 PublicURLManager(ExecutionContext*);
/external/chromium_org/third_party/WebKit/Source/core/dom/
DExecutionContext.h57 class PublicURLManager; variable
90 PublicURLManager& publicURLManager();
157 OwnPtr<PublicURLManager> m_publicURLManager;
DExecutionContext.cpp216 PublicURLManager& ExecutionContext::publicURLManager() in publicURLManager()
219 m_publicURLManager = PublicURLManager::create(this); in publicURLManager()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk133 third_party/WebKit/Source/core/html/PublicURLManager.cpp \
Dwebcore_html.target.darwin-x86.mk133 third_party/WebKit/Source/core/html/PublicURLManager.cpp \
Dwebcore_html.target.linux-mips.mk133 third_party/WebKit/Source/core/html/PublicURLManager.cpp \
Dwebcore_html.target.darwin-mips.mk133 third_party/WebKit/Source/core/html/PublicURLManager.cpp \
Dwebcore_html.target.darwin-arm.mk133 third_party/WebKit/Source/core/html/PublicURLManager.cpp \
Dwebcore_html.target.linux-x86.mk133 third_party/WebKit/Source/core/html/PublicURLManager.cpp \
Dcore.gypi2370 'html/PublicURLManager.h',
2371 'html/PublicURLManager.cpp',