Home
last modified time | relevance | path

Searched refs:WKUserContentInjectedFrames (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePrivate.h52 enum WKUserContentInjectedFrames { enum
56 typedef enum WKUserContentInjectedFrames WKUserContentInjectedFrames; typedef
58 …WKArrayRef blacklist, WKUserScriptInjectionTime injectionTime, WKUserContentInjectedFrames injecte…
59 …rce, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserContentInjectedFrames injecte…
DWKBundle.cpp91 …yRef blacklistRef, WKUserScriptInjectionTime injectionTimeRef, WKUserContentInjectedFrames injecte… in WKBundleAddUserScript()
96 …LRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, WKUserContentInjectedFrames injecte… in WKBundleAddUserStyleSheet()
DWKBundleAPICast.h117 inline WebCore::UserContentInjectedFrames toUserContentInjectedFrames(WKUserContentInjectedFrames w… in toUserContentInjectedFrames()