Lines Matching refs:WebPageGroupProxy
65 class WebPageGroupProxy; variable
93 void overrideXSSAuditorEnabledForTestRunner(WebPageGroupProxy* pageGroup, bool enabled);
94 void overrideAllowUniversalAccessFromFileURLsForTestRunner(WebPageGroupProxy*, bool);
95 void setAllowFileAccessFromFileURLs(WebPageGroupProxy*, bool);
102 …void addUserScript(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& source, const Str…
103 …void addUserStyleSheet(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& source, const…
104 void removeUserScript(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& url);
105 void removeUserStyleSheet(WebPageGroupProxy*, InjectedBundleScriptWorld*, const String& url);
106 void removeUserScripts(WebPageGroupProxy*, InjectedBundleScriptWorld*);
107 void removeUserStyleSheets(WebPageGroupProxy*, InjectedBundleScriptWorld*);
108 void removeAllUserContent(WebPageGroupProxy*);
122 void didInitializePageGroup(WebPageGroupProxy*);