Searched refs:WKBundlePageGroupRef (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePrivate.h | 58 WK_EXPORT void WKBundleAddUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleSc… 59 WK_EXPORT void WKBundleAddUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBund… 60 WK_EXPORT void WKBundleRemoveUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundl… 61 WK_EXPORT void WKBundleRemoveUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKB… 62 WK_EXPORT void WKBundleRemoveUserScripts(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBund… 63 WK_EXPORT void WKBundleRemoveUserStyleSheets(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WK… 64 WK_EXPORT void WKBundleRemoveAllUserContent(WKBundleRef bundle, WKBundlePageGroupRef pageGroup); 67 …KBundleOverrideXSSAuditorEnabledForTestRunner(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, … 68 …AllowUniversalAccessFromFileURLsForTestRunner(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, … 69 WK_EXPORT void WKBundleSetAllowFileAccessFromFileURLs(WKBundleRef bundle, WKBundlePageGroupRef page…
|
D | WKBundle.cpp | 91 void WKBundleAddUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScript… in WKBundleAddUserScript() 96 void WKBundleAddUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleSc… in WKBundleAddUserStyleSheet() 101 void WKBundleRemoveUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScr… in WKBundleRemoveUserScript() 106 void WKBundleRemoveUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundl… in WKBundleRemoveUserStyleSheet() 111 void WKBundleRemoveUserScripts(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleSc… in WKBundleRemoveUserScripts() 116 void WKBundleRemoveUserStyleSheets(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBund… in WKBundleRemoveUserStyleSheets() 121 void WKBundleRemoveAllUserContent(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef) in WKBundleRemoveAllUserContent() 126 void WKBundleOverrideXSSAuditorEnabledForTestRunner(WKBundleRef bundleRef, WKBundlePageGroupRef pag… in WKBundleOverrideXSSAuditorEnabledForTestRunner() 131 …owUniversalAccessFromFileURLsForTestRunner(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRe… in WKBundleOverrideAllowUniversalAccessFromFileURLsForTestRunner() 136 void WKBundleSetAllowFileAccessFromFileURLs(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRe… in WKBundleSetAllowFileAccessFromFileURLs()
|
D | WKBundlePageGroup.h | 37 WK_EXPORT WKStringRef WKBundlePageGroupCopyIdentifier(WKBundlePageGroupRef bundlePageGroup);
|
D | WKBundlePageGroup.cpp | 40 WKStringRef WKBundlePageGroupCopyIdentifier(WKBundlePageGroupRef bundlePageGroup) in WKBundlePageGroupCopyIdentifier()
|
D | WKBundle.h | 39 typedef void (*WKBundleDidInitializePageGroupCallback)(WKBundleRef bundle, WKBundlePageGroupRef pag…
|
D | WKBundleAPICast.h | 66 WK_ADD_API_MAPPING(WKBundlePageGroupRef, WebPageGroupProxy) in WK_ADD_API_MAPPING()
|
D | WKBundlePage.cpp | 135 WKBundlePageGroupRef WKBundlePageGetPageGroup(WKBundlePageRef pageRef) in WKBundlePageGetPageGroup()
|
D | WKBundlePage.h | 283 WK_EXPORT WKBundlePageGroupRef WKBundlePageGetPageGroup(WKBundlePageRef page);
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | DocumentStartUserScriptAlertCrash_Bundle.cpp | 46 WKBundlePageGroupRef pageGroup = static_cast<WKBundlePageGroupRef>(userData); in initialize() 53 WKBundlePageGroupRef m_pageGroup;
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundle.h | 52 WKBundlePageGroupRef pageGroup() const { return m_pageGroup; } in pageGroup() 81 static void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef, const void* clientInfo); 86 void didInitializePageGroup(WKBundlePageGroupRef); 95 WKBundlePageGroupRef m_pageGroup;
|
D | InjectedBundle.cpp | 67 void InjectedBundle::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, con… in didInitializePageGroup() 113 void InjectedBundle::didInitializePageGroup(WKBundlePageGroupRef pageGroup) in didInitializePageGroup()
|
/external/webkit/Tools/TestWebKitAPI/ |
D | InjectedBundleController.h | 57 static void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef, const void* clientInfo);
|
D | InjectedBundleTest.h | 41 virtual void didInitializePageGroup(WKBundleRef, WKBundlePageGroupRef) { } in didInitializePageGroup() argument
|
D | InjectedBundleController.cpp | 87 void InjectedBundleController::didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef page… in didInitializePageGroup()
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKBase.h | 112 typedef const struct OpaqueWKBundlePageGroup* WKBundlePageGroupRef; typedef
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 16177 - Adds WKPageGroupRef and WKBundlePageGroupRef API objects
|