|
| ~InjectedBundle () |
|
bool | initialize (const WebProcessCreationParameters &, API::Object *initializationUserData) |
|
void | setBundleParameter (const String &, const IPC::DataReference &) |
|
void | setBundleParameters (const IPC::DataReference &) |
|
void | initializeClient (const WKBundleClientBase *) |
|
void | postMessage (const String &, API::Object *) |
|
void | postSynchronousMessage (const String &, API::Object *, RefPtr< API::Object > &returnData) |
|
WebConnection * | webConnectionToUIProcess () const |
|
void | overrideBoolPreferenceForTestRunner (WebPageGroupProxy *, const String &preference, bool enabled) |
|
void | setAllowUniversalAccessFromFileURLs (WebPageGroupProxy *, bool) |
|
void | setAllowFileAccessFromFileURLs (WebPageGroupProxy *, bool) |
|
void | setNeedsStorageAccessFromFileURLsQuirk (WebPageGroupProxy *, bool) |
|
void | setMinimumLogicalFontSize (WebPageGroupProxy *, int size) |
|
void | setFrameFlatteningEnabled (WebPageGroupProxy *, bool) |
|
void | setPluginsEnabled (WebPageGroupProxy *, bool) |
|
void | setJavaScriptCanAccessClipboard (WebPageGroupProxy *, bool) |
|
void | setPrivateBrowsingEnabled (WebPageGroupProxy *, bool) |
|
void | setUseDashboardCompatibilityMode (WebPageGroupProxy *, bool) |
|
void | setPopupBlockingEnabled (WebPageGroupProxy *, bool) |
|
void | setAuthorAndUserStylesEnabled (WebPageGroupProxy *, bool) |
|
void | setSpatialNavigationEnabled (WebPageGroupProxy *, bool) |
|
void | addOriginAccessWhitelistEntry (const String &, const String &, const String &, bool) |
|
void | removeOriginAccessWhitelistEntry (const String &, const String &, const String &, bool) |
|
void | resetOriginAccessWhitelists () |
|
void | setAsynchronousSpellCheckingEnabled (WebPageGroupProxy *, bool) |
|
int | numberOfPages (WebFrame *, double, double) |
|
int | pageNumberForElementById (WebFrame *, const String &, double, double) |
|
String | pageSizeAndMarginsInPixels (WebFrame *, int, int, int, int, int, int, int) |
|
bool | isPageBoxVisible (WebFrame *, int) |
|
void | setUserStyleSheetLocation (WebPageGroupProxy *, const String &) |
|
void | setWebNotificationPermission (WebPage *, const String &originString, bool allowed) |
|
void | removeAllWebNotificationPermissions (WebPage *) |
|
uint64_t | webNotificationID (JSContextRef, JSValueRef) |
|
PassRefPtr< API::Data > | createWebDataFromUint8Array (JSContextRef, JSValueRef) |
|
void | addUserScript (WebPageGroupProxy *, InjectedBundleScriptWorld *, const String &source, const String &url, API::Array *whitelist, API::Array *blacklist, WebCore::UserScriptInjectionTime, WebCore::UserContentInjectedFrames) |
|
void | addUserStyleSheet (WebPageGroupProxy *, InjectedBundleScriptWorld *, const String &source, const String &url, API::Array *whitelist, API::Array *blacklist, WebCore::UserContentInjectedFrames) |
|
void | removeUserScript (WebPageGroupProxy *, InjectedBundleScriptWorld *, const String &url) |
|
void | removeUserStyleSheet (WebPageGroupProxy *, InjectedBundleScriptWorld *, const String &url) |
|
void | removeUserScripts (WebPageGroupProxy *, InjectedBundleScriptWorld *) |
|
void | removeUserStyleSheets (WebPageGroupProxy *, InjectedBundleScriptWorld *) |
|
void | removeAllUserContent (WebPageGroupProxy *) |
|
void | garbageCollectJavaScriptObjects () |
|
void | garbageCollectJavaScriptObjectsOnAlternateThreadForDebugging (bool waitUntilDone) |
|
size_t | javaScriptObjectsCount () |
|
void | didCreatePage (WebPage *) |
|
void | willDestroyPage (WebPage *) |
|
void | didInitializePageGroup (WebPageGroupProxy *) |
|
void | didReceiveMessage (const String &, API::Object *) |
|
void | didReceiveMessageToPage (WebPage *, const String &, API::Object *) |
|
void | setTabKeyCyclesThroughElements (WebPage *, bool enabled) |
|
void | setSerialLoadingEnabled (bool) |
|
void | setCSSAnimationTriggersEnabled (bool) |
|
void | setWebAnimationsEnabled (bool) |
|
void | dispatchPendingLoadRequests () |
|
virtual | ~ObjectImpl () |
|
virtual | ~Object () |
|