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

1 2 3 4

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKPreferences.h 39 WK_EXPORT WKTypeID WKPreferencesGetTypeID();
41 WK_EXPORT WKPreferencesRef WKPreferencesCreate();
42 WK_EXPORT WKPreferencesRef WKPreferencesCreateWithIdentifier(WKStringRef identifier);
45 WK_EXPORT void WKPreferencesSetJavaScriptEnabled(WKPreferencesRef preferences, bool javaScriptEnabled);
46 WK_EXPORT bool WKPreferencesGetJavaScriptEnabled(WKPreferencesRef preferences);
49 WK_EXPORT void WKPreferencesSetLoadsImagesAutomatically(WKPreferencesRef preferences, bool loadsImagesAutomatically);
50 WK_EXPORT bool WKPreferencesGetLoadsImagesAutomatically(WKPreferencesRef preferences);
53 WK_EXPORT void WKPreferencesSetLoadsSiteIconsIgnoringImageLoadingPreference(WKPreferencesRef preferences, bool loadsSiteIconsIgnoringImageLoadingPreference);
54 WK_EXPORT bool WKPreferencesGetLoadsSiteIconsIgnoringImageLoadingPreference(WKPreferencesRef preferences);
57 WK_EXPORT void WKPreferencesSetOfflineWebApplicationCacheEnabled(WKPreferencesRef preferences, bool offlineW (…)
    [all...]
WKProtectionSpace.h 36 WK_EXPORT WKTypeID WKProtectionSpaceGetTypeID();
38 WK_EXPORT WKStringRef WKProtectionSpaceCopyHost(WKProtectionSpaceRef);
39 WK_EXPORT int WKProtectionSpaceGetPort(WKProtectionSpaceRef);
40 WK_EXPORT WKStringRef WKProtectionSpaceCopyRealm(WKProtectionSpaceRef);
41 WK_EXPORT bool WKProtectionSpaceGetIsProxy(WKProtectionSpaceRef);
42 WK_EXPORT WKProtectionSpaceServerType WKProtectionSpaceGetServerType(WKProtectionSpaceRef);
43 WK_EXPORT bool WKProtectionSpaceGetReceivesCredentialSecurely(WKProtectionSpaceRef);
44 WK_EXPORT WKProtectionSpaceAuthenticationScheme WKProtectionSpaceGetAuthenticationScheme(WKProtectionSpaceRef);
WKInspector.h 41 WK_EXPORT WKTypeID WKInspectorGetTypeID();
43 WK_EXPORT WKPageRef WKInspectorGetPage(WKInspectorRef inspector);
45 WK_EXPORT bool WKInspectorIsVisible(WKInspectorRef inspector);
46 WK_EXPORT void WKInspectorShow(WKInspectorRef inspector);
47 WK_EXPORT void WKInspectorClose(WKInspectorRef inspector);
49 WK_EXPORT void WKInspectorShowConsole(WKInspectorRef inspector);
51 WK_EXPORT bool WKInspectorIsAttached(WKInspectorRef inspector);
52 WK_EXPORT void WKInspectorAttach(WKInspectorRef inspector);
53 WK_EXPORT void WKInspectorDetach(WKInspectorRef inspector);
55 WK_EXPORT bool WKInspectorIsDebuggingJavaScript(WKInspectorRef inspector)
    [all...]
WKPreferencesPrivate.h 56 WK_EXPORT void WKPreferencesSetFontSmoothingLevel(WKPreferencesRef, WKFontSmoothingLevel);
57 WK_EXPORT WKFontSmoothingLevel WKPreferencesGetFontSmoothingLevel(WKPreferencesRef);
60 WK_EXPORT void WKPreferencesSetEditableLinkBehavior(WKPreferencesRef preferencesRef, WKEditableLinkBehavior);
61 WK_EXPORT WKEditableLinkBehavior WKPreferencesGetEditableLinkBehavior(WKPreferencesRef preferencesRef);
64 WK_EXPORT void WKPreferencesSetAcceleratedDrawingEnabled(WKPreferencesRef, bool);
65 WK_EXPORT bool WKPreferencesGetAcceleratedDrawingEnabled(WKPreferencesRef);
68 WK_EXPORT void WKPreferencesSetCanvasUsesAcceleratedDrawing(WKPreferencesRef, bool);
69 WK_EXPORT bool WKPreferencesGetCanvasUsesAcceleratedDrawing(WKPreferencesRef);
72 WK_EXPORT void WKPreferencesSetAcceleratedCompositingEnabled(WKPreferencesRef, bool);
73 WK_EXPORT bool WKPreferencesGetAcceleratedCompositingEnabled(WKPreferencesRef)
    [all...]
WKBackForwardList.h 35 WK_EXPORT WKTypeID WKBackForwardListGetTypeID();
37 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetCurrentItem(WKBackForwardListRef list);
38 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetBackItem(WKBackForwardListRef list);
39 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetForwardItem(WKBackForwardListRef list);
40 WK_EXPORT WKBackForwardListItemRef WKBackForwardListGetItemAtIndex(WKBackForwardListRef list, int index);
42 WK_EXPORT unsigned WKBackForwardListGetBackListCount(WKBackForwardListRef list);
43 WK_EXPORT unsigned WKBackForwardListGetForwardListCount(WKBackForwardListRef list);
45 WK_EXPORT WKArrayRef WKBackForwardListCopyBackListWithLimit(WKBackForwardListRef list, unsigned limit);
46 WK_EXPORT WKArrayRef WKBackForwardListCopyForwardListWithLimit(WKBackForwardListRef list, unsigned limit);
WKAuthenticationChallenge.h 35 WK_EXPORT WKTypeID WKAuthenticationChallengeGetTypeID();
37 WK_EXPORT WKAuthenticationDecisionListenerRef WKAuthenticationChallengeGetDecisionListener(WKAuthenticationChallengeRef);
38 WK_EXPORT WKProtectionSpaceRef WKAuthenticationChallengeGetProtectionSpace(WKAuthenticationChallengeRef);
39 WK_EXPORT WKCredentialRef WKAuthenticationChallengeGetProposedCredential(WKAuthenticationChallengeRef);
40 WK_EXPORT int WKAuthenticationChallengeGetPreviousFailureCount(WKAuthenticationChallengeRef);
WKPageGroup.h 35 WK_EXPORT WKTypeID WKPageGroupGetTypeID();
37 WK_EXPORT WKPageGroupRef WKPageGroupCreateWithIdentifier(WKStringRef identifier);
39 WK_EXPORT WKStringRef WKPageGroupCopyIdentifier(WKPageGroupRef pageGroup);
41 WK_EXPORT void WKPageGroupSetPreferences(WKPageGroupRef pageGroup, WKPreferencesRef preferences);
42 WK_EXPORT WKPreferencesRef WKPageGroupGetPreferences(WKPageGroupRef pageGroup);
WKAuthenticationDecisionListener.h 35 WK_EXPORT WKTypeID WKAuthenticationDecisionListenerGetTypeID();
37 WK_EXPORT void WKAuthenticationDecisionListenerUseCredential(WKAuthenticationDecisionListenerRef authenticationListener, WKCredentialRef credential);
38 WK_EXPORT void WKAuthenticationDecisionListenerCancel(WKAuthenticationDecisionListenerRef authenticationListener);
WKGeolocationPermissionRequest.h 35 WK_EXPORT WKTypeID WKGeolocationPermissionRequestGetTypeID();
37 WK_EXPORT void WKGeolocationPermissionRequestAllow(WKGeolocationPermissionRequestRef geolocationPermissionRequest);
38 WK_EXPORT void WKGeolocationPermissionRequestDeny(WKGeolocationPermissionRequestRef geolocationPermissionRequest);
WKNavigationData.h 35 WK_EXPORT WKTypeID WKNavigationDataGetTypeID();
37 WK_EXPORT WKStringRef WKNavigationDataCopyTitle(WKNavigationDataRef navigationData);
38 WK_EXPORT WKURLRef WKNavigationDataCopyURL(WKNavigationDataRef navigationData);
WKOpenPanelResultListener.h 35 WK_EXPORT WKTypeID WKOpenPanelResultListenerGetTypeID();
37 WK_EXPORT void WKOpenPanelResultListenerChooseFiles(WKOpenPanelResultListenerRef listener, WKArrayRef fileURLs);
38 WK_EXPORT void WKOpenPanelResultListenerCancel(WKOpenPanelResultListenerRef listener);
WKFrame.h 46 WK_EXPORT WKTypeID WKFrameGetTypeID();
48 WK_EXPORT bool WKFrameIsMainFrame(WKFrameRef frame);
49 WK_EXPORT WKFrameLoadState WKFrameGetFrameLoadState(WKFrameRef frame);
50 WK_EXPORT WKURLRef WKFrameCopyProvisionalURL(WKFrameRef frame);
51 WK_EXPORT WKURLRef WKFrameCopyURL(WKFrameRef frame);
52 WK_EXPORT WKURLRef WKFrameCopyUnreachableURL(WKFrameRef frame);
54 WK_EXPORT void WKFrameStopLoading(WKFrameRef frame);
56 WK_EXPORT WKStringRef WKFrameCopyMIMEType(WKFrameRef frame);
57 WK_EXPORT WKStringRef WKFrameCopyTitle(WKFrameRef frame);
59 WK_EXPORT WKPageRef WKFrameGetPage(WKFrameRef frame)
    [all...]
WKFormSubmissionListener.h 35 WK_EXPORT WKTypeID WKFormSubmissionListenerGetTypeID();
37 WK_EXPORT void WKFormSubmissionListenerContinue(WKFormSubmissionListenerRef submissionListener);
  /external/webkit/Source/WebKit2/Shared/API/c/
WKURLRequest.h 35 WK_EXPORT WKTypeID WKURLRequestGetTypeID();
37 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef);
39 WK_EXPORT WKURLRef WKURLRequestCopyURL(WKURLRequestRef);
41 WK_EXPORT void WKURLRequestSetDefaultTimeoutInterval(double);
WKContextMenuItem.h 36 WK_EXPORT WKTypeID WKContextMenuItemGetTypeID();
38 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsAction(WKContextMenuItemTag, WKStringRef title, bool enabled);
39 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsCheckableAction(WKContextMenuItemTag, WKStringRef title, bool enabled, bool checked);
40 WK_EXPORT WKContextMenuItemRef WKContextMenuItemCreateAsSubmenu(WKStringRef title, bool enabled, WKArrayRef submenuItems);
41 WK_EXPORT WKContextMenuItemRef WKContextMenuItemSeparatorItem();
43 WK_EXPORT WKContextMenuItemTag WKContextMenuItemGetTag(WKContextMenuItemRef);
44 WK_EXPORT WKContextMenuItemType WKContextMenuItemGetType(WKContextMenuItemRef);
45 WK_EXPORT WKStringRef WKContextMenuItemCopyTitle(WKContextMenuItemRef);
46 WK_EXPORT bool WKContextMenuItemGetEnabled(WKContextMenuItemRef);
47 WK_EXPORT bool WKContextMenuItemGetChecked(WKContextMenuItemRef)
    [all...]
WKNumber.h 36 WK_EXPORT WKTypeID WKBooleanGetTypeID();
37 WK_EXPORT WKBooleanRef WKBooleanCreate(bool value);
38 WK_EXPORT bool WKBooleanGetValue(WKBooleanRef booleanRef);
41 WK_EXPORT WKTypeID WKDoubleGetTypeID();
42 WK_EXPORT WKDoubleRef WKDoubleCreate(double value);
43 WK_EXPORT double WKDoubleGetValue(WKDoubleRef doubleRef);
46 WK_EXPORT WKTypeID WKUInt64GetTypeID();
47 WK_EXPORT WKUInt64Ref WKUInt64Create(uint64_t value);
48 WK_EXPORT uint64_t WKUInt64GetValue(WKUInt64Ref doubleRef);
WKSecurityOrigin.h 35 WK_EXPORT WKTypeID WKSecurityOriginGetTypeID();
37 WK_EXPORT WKSecurityOriginRef WKSecurityOriginCreateFromIdentifier(WKStringRef identifier);
38 WK_EXPORT WKSecurityOriginRef WKSecurityOriginCreate(WKStringRef protocol, WKStringRef host, int port);
40 WK_EXPORT WKStringRef WKSecurityOriginGetProtocol(WKSecurityOriginRef securityOrigin);
41 WK_EXPORT WKStringRef WKSecurityOriginGetHost(WKSecurityOriginRef securityOrigin);
42 WK_EXPORT unsigned short WKSecurityOriginGetPort(WKSecurityOriginRef securityOrigin);
WKURL.h 35 WK_EXPORT WKTypeID WKURLGetTypeID();
37 WK_EXPORT WKURLRef WKURLCreateWithUTF8CString(const char* string);
39 WK_EXPORT WKStringRef WKURLCopyString(WKURLRef url);
40 WK_EXPORT WKStringRef WKURLCopyHostName(WKURLRef url);
41 WK_EXPORT WKStringRef WKURLCopyScheme(WKURLRef url);
43 WK_EXPORT bool WKURLIsEqual(WKURLRef a, WKURLRef b);
WKSerializedScriptValuePrivate.h 35 WK_EXPORT void* WKSerializedScriptValueGetInternalRepresentation(WKSerializedScriptValueRef scriptValueRef);
36 WK_EXPORT WKSerializedScriptValueRef WKSerializedScriptValueCreateWithInternalRepresentation(void*);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleScriptWorld.h 35 WK_EXPORT WKTypeID WKBundleScriptWorldGetTypeID();
37 WK_EXPORT WKBundleScriptWorldRef WKBundleScriptWorldCreateWorld();
38 WK_EXPORT WKBundleScriptWorldRef WKBundleScriptWorldNormalWorld();
39 WK_EXPORT void WKBundleScriptWorldClearWrappers(WKBundleScriptWorldRef scriptWorld);
WKBundleBackForwardList.h 35 WK_EXPORT WKTypeID WKBundleBackForwardListGetTypeID();
37 WK_EXPORT WKBundleBackForwardListItemRef WKBundleBackForwardListCopyItemAtIndex(WKBundleBackForwardListRef list, int index);
39 WK_EXPORT unsigned WKBundleBackForwardListGetBackListCount(WKBundleBackForwardListRef list);
40 WK_EXPORT unsigned WKBundleBackForwardListGetForwardListCount(WKBundleBackForwardListRef list);
42 WK_EXPORT void WKBundleBackForwardListClear(WKBundleBackForwardListRef list);
WKBundleNavigationAction.h 37 WK_EXPORT WKTypeID WKBundleNavigationActionGetTypeID();
39 WK_EXPORT WKFrameNavigationType WKBundleNavigationActionGetNavigationType(WKBundleNavigationActionRef navigationAction);
40 WK_EXPORT WKEventModifiers WKBundleNavigationActionGetEventModifiers(WKBundleNavigationActionRef navigationAction);
41 WK_EXPORT WKEventMouseButton WKBundleNavigationActionGetEventMouseButton(WKBundleNavigationActionRef navigationAction);
42 WK_EXPORT WKBundleHitTestResultRef WKBundleNavigationActionCopyHitTestResult(WKBundleNavigationActionRef navigationAction);
43 WK_EXPORT WKBundleNodeHandleRef WKBundleNavigationActionCopyFormElement(WKBundleNavigationActionRef navigationAction);
WKBundleBackForwardListItem.h 35 WK_EXPORT WKTypeID WKBundleBackForwardListItemGetTypeID();
37 WK_EXPORT bool WKBundleBackForwardListItemIsSame(WKBundleBackForwardListItemRef item1, WKBundleBackForwardListItemRef item2);
39 WK_EXPORT WKURLRef WKBundleBackForwardListItemCopyOriginalURL(WKBundleBackForwardListItemRef item);
40 WK_EXPORT WKURLRef WKBundleBackForwardListItemCopyURL(WKBundleBackForwardListItemRef item);
41 WK_EXPORT WKStringRef WKBundleBackForwardListItemCopyTitle(WKBundleBackForwardListItemRef item);
43 WK_EXPORT WKStringRef WKBundleBackForwardListItemCopyTarget(WKBundleBackForwardListItemRef item);
44 WK_EXPORT bool WKBundleBackForwardListItemIsTargetItem(WKBundleBackForwardListItemRef item);
46 WK_EXPORT WKArrayRef WKBundleBackForwardListItemCopyChildren(WKBundleBackForwardListItemRef item);
WKBundleFrame.h 38 WK_EXPORT WKTypeID WKBundleFrameGetTypeID();
40 WK_EXPORT bool WKBundleFrameIsMainFrame(WKBundleFrameRef frame);
41 WK_EXPORT WKArrayRef WKBundleFrameCopyChildFrames(WKBundleFrameRef frame);
43 WK_EXPORT WKStringRef WKBundleFrameCopyName(WKBundleFrameRef frame);
44 WK_EXPORT WKURLRef WKBundleFrameCopyURL(WKBundleFrameRef frame);
45 WK_EXPORT WKURLRef WKBundleFrameCopyProvisionalURL(WKBundleFrameRef frame);
47 WK_EXPORT WKFrameLoadState WKBundleFrameGetFrameLoadState(WKBundleFrameRef frame);
49 WK_EXPORT JSGlobalContextRef WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frame);
50 WK_EXPORT JSGlobalContextRef WKBundleFrameGetJavaScriptContextForWorld(WKBundleFrameRef frame, WKBundleScriptWorldRef world);
52 WK_EXPORT WKBundleFrameRef WKBundleFrameForJavaScriptContext(JSContextRef context)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKGrammarDetail.h 35 WK_EXPORT WKTypeID WKGrammarDetailGetTypeID();
36 WK_EXPORT WKGrammarDetailRef WKGrammarDetailCreate(int location, int length, WKArrayRef guesses, WKStringRef userDescription);
38 WK_EXPORT int WKGrammarDetailGetLocation(WKGrammarDetailRef grammarDetailRef);
39 WK_EXPORT int WKGrammarDetailGetLength(WKGrammarDetailRef grammarDetailRef);
40 WK_EXPORT WKArrayRef WKGrammarDetailCopyGuesses(WKGrammarDetailRef grammarDetailRef);
41 WK_EXPORT WKStringRef WKGrammarDetailCopyUserDescription(WKGrammarDetailRef grammarDetailRef);

Completed in 68 milliseconds

1 2 3 4