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

/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/C/
H A DWKPageGroup.h49 WK_EXPORT void WKPageGroupAddUserScript(WKPageGroupRef pageGroup, WKStringRef source, WKURLRef baseURL, WKArrayRef whitelistedURLPatterns, WKArrayRef blacklistedURLPatterns, WKUserContentInjectedFrames, _WKUserScriptInjectionTime);
H A DWKPageGroup.cpp71 void WKPageGroupAddUserScript(WKPageGroupRef pageGroupRef, WKStringRef sourceRef, WKURLRef baseURL, WKArrayRef whitelistedURLPatterns, WKArrayRef blacklistedURLPatterns, WKUserContentInjectedFrames injectedFrames, _WKUserScriptInjectionTime injectionTime) function
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextGroup.mm162 WKPageGroupAddUserScript(toAPI(_pageGroup.get()), wkSource.get(), wkBaseURL.get(), wkWhitelist.get(), wkBlacklist.get(), injectedFrames, injectionTime);

Completed in 127 milliseconds