HomeSort by relevance Sort by last modified time
    Searched refs:WK_EXPORT (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/webkit/Source/WebKit2/Shared/API/c/mac/
WKURLResponseNS.h 36 WK_EXPORT WKURLResponseRef WKURLResponseCreateWithNSURLResponse(NSURLResponse* urlResponse);
37 WK_EXPORT NSURLResponse* WKURLResponseCopyNSURLResponse(WKURLResponseRef urlResponse);
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKGeolocationPosition.h 35 WK_EXPORT WKTypeID WKGeolocationPositionGetTypeID();
37 WK_EXPORT WKGeolocationPositionRef WKGeolocationPositionCreate(double timestamp, double latitude, double longitude, double accuracy);
WKIconDatabase.h 47 WK_EXPORT WKTypeID WKIconDatabaseGetTypeID();
49 WK_EXPORT void WKIconDatabaseSetIconDatabaseClient(WKIconDatabaseRef iconDatabase, const WKIconDatabaseClient* client);
51 WK_EXPORT void WKIconDatabaseRetainIconForURL(WKIconDatabaseRef iconDatabase, WKURLRef pageURL);
52 WK_EXPORT void WKIconDatabaseReleaseIconForURL(WKIconDatabaseRef iconDatabase, WKURLRef pageURL);
53 WK_EXPORT void WKIconDatabaseEnableDatabaseCleanup(WKIconDatabaseRef iconDatabase);
55 WK_EXPORT void WKIconDatabaseRemoveAllIcons(WKIconDatabaseRef iconDatabase);
56 WK_EXPORT void WKIconDatabaseCheckIntegrityBeforeOpening(WKIconDatabaseRef iconDatabase);
58 WK_EXPORT void WKIconDatabaseClose(WKIconDatabaseRef iconDatabase);
WKOpenPanelParameters.h 39 WK_EXPORT WKTypeID WKOpenPanelParametersGetTypeID();
41 WK_EXPORT bool WKOpenPanelParametersGetAllowsMultipleFiles(WKOpenPanelParametersRef parameters);
WKResourceCacheManager.h 41 WK_EXPORT WKTypeID WKResourceCacheManagerGetTypeID();
44 WK_EXPORT void WKResourceCacheManagerGetCacheOrigins(WKResourceCacheManagerRef contextRef, void* context, WKResourceCacheManagerGetCacheOriginsFunction function);
46 WK_EXPORT void WKResourceCacheManagerClearCacheForOrigin(WKResourceCacheManagerRef cacheManger, WKSecurityOriginRef origin, WKResourceCachesToClear cachesToClear);
47 WK_EXPORT void WKResourceCacheManagerClearCacheForAllOrigins(WKResourceCacheManagerRef cacheManager, WKResourceCachesToClear cachesToClear);
WKCredential.h 36 WK_EXPORT WKTypeID WKCredentialGetTypeID();
38 WK_EXPORT WKCredentialRef WKCredentialCreate(WKStringRef username, WKStringRef password, WKCredentialPersistence);
39 WK_EXPORT WKStringRef WKCredentialCopyUser(WKCredentialRef);
WKGeolocationManager.h 47 WK_EXPORT WKTypeID WKGeolocationManagerGetTypeID();
49 WK_EXPORT void WKGeolocationManagerSetProvider(WKGeolocationManagerRef geolocationManager, const WKGeolocationProvider* provider);
51 WK_EXPORT void WKGeolocationManagerProviderDidChangePosition(WKGeolocationManagerRef geolocationManager, WKGeolocationPositionRef position);
52 WK_EXPORT void WKGeolocationManagerProviderDidFailToDeterminePosition(WKGeolocationManagerRef geolocationManager);
WKPluginSiteDataManager.h 35 WK_EXPORT WKTypeID WKPluginSiteDataManagerGetTypeID();
38 WK_EXPORT void WKPluginSiteDataManagerGetSitesWithData(WKPluginSiteDataManagerRef manager, void* context, WKPluginSiteDataManagerGetSitesWithDataFunction function);
48 WK_EXPORT void WKPluginSiteDataManagerClearSiteData(WKPluginSiteDataManagerRef manager, WKArrayRef sites, WKClearSiteDataFlags flags, uint64_t maxAgeInSeconds, void* context, WKPluginSiteDataManagerClearSiteDataFunction function);
49 WK_EXPORT void WKPluginSiteDataManagerClearAllSiteData(WKPluginSiteDataManagerRef manager, void* context, WKPluginSiteDataManagerClearSiteDataFunction function);
  /external/webkit/Source/WebKit2/UIProcess/API/cpp/qt/
WKStringQt.h 27 WK_EXPORT WKStringRef WKStringCreateWithQString(const QString& string);
28 WK_EXPORT QString WKStringCopyQString(WKStringRef string);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundlePageGroup.h 35 WK_EXPORT WKTypeID WKBundlePageGroupGetTypeID();
37 WK_EXPORT WKStringRef WKBundlePageGroupCopyIdentifier(WKBundlePageGroupRef bundlePageGroup);
WKBundlePrivate.h 39 WK_EXPORT void WKBundleSetShouldTrackVisitedLinks(WKBundleRef bundle, bool shouldTrackVisitedLinks);
40 WK_EXPORT void WKBundleRemoveAllVisitedLinks(WKBundleRef bundle);
41 WK_EXPORT void WKBundleActivateMacFontAscentHack(WKBundleRef bundle);
42 WK_EXPORT void WKBundleGarbageCollectJavaScriptObjects(WKBundleRef bundle);
43 WK_EXPORT void WKBundleGarbageCollectJavaScriptObjectsOnAlternateThreadForDebugging(WKBundleRef bundle, bool waitUntilDone);
44 WK_EXPORT size_t WKBundleGetJavaScriptObjectsCount(WKBundleRef bundle);
58 WK_EXPORT void WKBundleAddUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserScriptInjectionTime injectionTime, WKUserContentInjectedFrames injectedFrames);
59 WK_EXPORT void WKBundleAddUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKStringRef source, WKURLRef url, WKArrayRef whitelist, WKArrayRef blacklist, WKUserContentInjectedFrames injectedFrames);
60 WK_EXPORT void WKBundleRemoveUserScript(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScriptWorldRef scriptWorld, WKURLRef url);
61 WK_EXPORT void WKBundleRemoveUserStyleSheet(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, WKBundleScri (…)
    [all...]
WKBundleNodeHandle.h 35 WK_EXPORT WKTypeID WKBundleNodeHandleGetTypeID();
WKBundleRangeHandle.h 35 WK_EXPORT WKTypeID WKBundleRangeHandleGetTypeID();
  /external/webkit/Source/WebKit2/Shared/API/c/
WKCertificateInfo.h 35 WK_EXPORT WKTypeID WKCertificateInfoGetTypeID();
WKGraphicsContext.h 35 WK_EXPORT WKTypeID WKGraphicsContextGetTypeID();
WKURLResponse.h 35 WK_EXPORT WKTypeID WKURLResponseGetTypeID();
WKImage.h 41 WK_EXPORT WKTypeID WKImageGetTypeID();
43 WK_EXPORT WKImageRef WKImageCreate(WKSize size, WKImageOptions options);
45 WK_EXPORT WKSize WKImageGetSize(WKImageRef image);
WKSerializedScriptValue.h 36 WK_EXPORT WKTypeID WKSerializedScriptValueGetTypeID();
38 WK_EXPORT WKSerializedScriptValueRef WKSerializedScriptValueCreate(JSContextRef context, JSValueRef value, JSValueRef* exception);
39 WK_EXPORT JSValueRef WKSerializedScriptValueDeserialize(WKSerializedScriptValueRef scriptValue, JSContextRef context, JSValueRef* exception);
WKType.h 35 WK_EXPORT WKTypeID WKGetTypeID(WKTypeRef type);
37 WK_EXPORT WKTypeRef WKRetain(WKTypeRef type);
38 WK_EXPORT void WKRelease(WKTypeRef type);
WKUserContentURLPattern.h 36 WK_EXPORT WKTypeID WKUserContentURLPatternGetTypeID();
38 WK_EXPORT WKUserContentURLPatternRef WKUserContentURLPatternCreate(WKStringRef patternRef);
40 WK_EXPORT bool WKUserContentURLPatternMatchesURL(WKUserContentURLPatternRef urlPatternRef, WKURLRef urlRef);
  /external/webkit/Source/WebKit2/Shared/API/c/win/
WKCertificateInfoWin.h 36 WK_EXPORT WKCertificateInfoRef WKCertificateInfoCreateWithCertificate(PCCERT_CONTEXT certificate);
37 WK_EXPORT size_t WKCertificateInfoGetCertificateChainLength(WKCertificateInfoRef certificateInfo);
38 WK_EXPORT PCCERT_CONTEXT WKCertificateInfoGetCertificateContextAtIndex(WKCertificateInfoRef certificateInfo, size_t index);
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKView.h 59 WK_EXPORT WKTypeID WKViewGetTypeID();
61 WK_EXPORT WKViewRef WKViewCreate(RECT rect, WKContextRef context, WKPageGroupRef pageGroup, HWND parentWindow);
63 WK_EXPORT HWND WKViewGetWindow(WKViewRef view);
65 WK_EXPORT WKPageRef WKViewGetPage(WKViewRef view);
67 WK_EXPORT void WKViewSetViewUndoClient(WKViewRef view, const WKViewUndoClient* client);
68 WK_EXPORT void WKViewReapplyEditCommand(WKViewRef view, WKEditCommandRef command);
69 WK_EXPORT void WKViewUnapplyEditCommand(WKViewRef view, WKEditCommandRef command);
71 WK_EXPORT void WKViewSetParentWindow(WKViewRef view, HWND parentWindow);
72 WK_EXPORT void WKViewWindowAncestryDidChange(WKViewRef view);
73 WK_EXPORT void WKViewSetIsInWindow(WKViewRef view, bool isInWindow)
    [all...]
  /external/webkit/Source/WebKit2/Shared/API/c/gtk/
WKGraphicsContextGtk.h 37 WK_EXPORT cairo_t* WKGraphicsContextGetGtkContext(WKGraphicsContextRef);
  /external/webkit/Source/WebKit2/WebProcess/gtk/
WebProcessMainGtk.h 36 WK_EXPORT int WebProcessMainGtk(int argc, char* argv[]);
  /external/webkit/Source/WebKit2/Shared/API/c/cf/
WKErrorCF.h 36 WK_EXPORT WKErrorRef WKErrorCreateWithCFError(CFErrorRef error);
37 WK_EXPORT CFErrorRef WKErrorCopyCFError(CFAllocatorRef alloc, WKErrorRef error);

Completed in 289 milliseconds

1 23 4