Searched refs:globalURLSchemesWithCustomProtocolHandlers (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMac.mm212 for (const auto& scheme : globalURLSchemesWithCustomProtocolHandlers())
249 for (const auto& scheme : globalURLSchemesWithCustomProtocolHandlers())
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/
H A DWebContext.cpp1008 HashSet<String>& WebContext::globalURLSchemesWithCustomProtocolHandlers() function in class:WebKit::WebContext
1020 globalURLSchemesWithCustomProtocolHandlers().add(schemeLower);
1031 globalURLSchemesWithCustomProtocolHandlers().remove(schemeLower);
H A DWebContext.h339 static HashSet<String>& globalURLSchemesWithCustomProtocolHandlers();

Completed in 88 milliseconds