HomeSort by relevance Sort by last modified time
    Searched refs:WKStringRef (Results 101 - 125 of 126) sorted by null

1 2 3 45 6

  /external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp 85 WKStringRef createInjectedBundlePath()
106 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef wkResponse)
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.h 82 static void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo);
87 void didReceiveMessage(WKStringRef messageName, WKTypeRef messageBody);
LayoutTestController.cpp 187 WKRetainPtr<WKStringRef> text(AdoptWK, WKBundleFrameCopyLayerTreeAsText(mainFrame));
193 WKRetainPtr<WKStringRef> sourceWK = toWK(source);
203 WKRetainPtr<WKStringRef> sourceWK = toWK(source);
234 WKRetainPtr<WKStringRef> value(AdoptWK, WKBundleFrameCopyCounterValue(mainFrame, const_cast<JSObjectRef>(element)));
244 WKRetainPtr<WKStringRef> text(AdoptWK, WKBundleFrameCopyMarkerText(mainFrame, const_cast<JSObjectRef>(element)));
401 WKRetainPtr<WKStringRef> scriptWK = toWK(script);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundle.cpp 48 void WKBundlePostMessage(WKBundleRef bundleRef, WKStringRef messageNameRef, WKTypeRef messageBodyRef)
53 void WKBundlePostSynchronousMessage(WKBundleRef bundleRef, WKStringRef messageNameRef, WKTypeRef messageBodyRef, WKTypeRef* returnDataRef)
91 void WKBundleAddUserScript(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKStringRef sourceRef, WKURLRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, WKUserScriptInjectionTime injectionTimeRef, WKUserContentInjectedFrames injectedFramesRef)
96 void WKBundleAddUserStyleSheet(WKBundleRef bundleRef, WKBundlePageGroupRef pageGroupRef, WKBundleScriptWorldRef scriptWorldRef, WKStringRef sourceRef, WKURLRef urlRef, WKArrayRef whitelistRef, WKArrayRef blacklistRef, WKUserContentInjectedFrames injectedFramesRef)
161 int WKBundlePageNumberForElementById(WKBundleRef bundleRef, WKBundleFrameRef frameRef, WKStringRef idRef, double pageWidthInPixels, double pageHeightInPixels)
166 WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft)
WKBundlePage.cpp 155 WKStringRef WKBundlePageCopyRenderTreeExternalRepresentation(WKBundlePageRef pageRef)
160 void WKBundlePageExecuteEditingCommand(WKBundlePageRef pageRef, WKStringRef name, WKStringRef argument)
165 bool WKBundlePageIsEditingCommandEnabled(WKBundlePageRef pageRef, WKStringRef name)
230 bool WKBundlePageFindString(WKBundlePageRef pageRef, WKStringRef target, WKFindOptions findOptions)
WKBundleNodeHandlePrivate.h 52 WK_EXPORT void WKBundleNodeHandleSetHTMLInputElementValueForUser(WKBundleNodeHandleRef htmlInputElementHandle, WKStringRef value);
WKBundleNodeHandle.cpp 70 void WKBundleNodeHandleSetHTMLInputElementValueForUser(WKBundleNodeHandleRef htmlInputElementHandleRef, WKStringRef valueRef)
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.cpp 84 WKStringRef WKFrameCopyMIMEType(WKFrameRef frameRef)
89 WKStringRef WKFrameCopyTitle(WKFrameRef frameRef)
119 bool WKFrameCanShowMIMEType(WKFrameRef frameRef, WKStringRef mimeTypeRef)
WKPreferencesPrivate.h 96 WK_EXPORT void WKPreferencesSetFTPDirectoryTemplatePath(WKPreferencesRef preferences, WKStringRef path);
97 WK_EXPORT WKStringRef WKPreferencesCopyFTPDirectoryTemplatePath(WKPreferencesRef preferences);
WKCookieManager.cpp 51 void WKCookieManagerDeleteCookiesForHostname(WKCookieManagerRef cookieManagerRef, WKStringRef hostname)
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
ClientImpl.cpp 92 void qt_wk_didReceiveTitleForFrame(WKPageRef page, WKStringRef title, WKFrameRef frame, WKTypeRef userData, const void* clientInfo)
173 void qt_wk_runJavaScriptAlert(WKPageRef page, WKStringRef alertText, WKFrameRef frame, const void* clientInfo)
177 void qt_wk_setStatusText(WKPageRef page, WKStringRef text, const void *clientInfo)
qwkhistory.cpp 75 WKRetainPtr<WKStringRef> title = WKBackForwardListItemCopyTitle(d->m_backForwardListItem.get());
qwkpage.cpp 621 WKRetainPtr<WKStringRef> wkUserAgent(WKStringCreateWithQString(userAgent));
  /external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m 243 WKPageGetSourceForFrame_b(_webView.pageRef, WKPageGetMainFrame(_webView.pageRef), ^(WKStringRef result, WKErrorRef error) {
292 static void didReceiveTitleForFrame(WKPageRef page, WKStringRef title, WKFrameRef frame, WKTypeRef userData, const void *clientInfo)
367 static void decidePolicyForNewWindowAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo)
403 static void runJavaScriptAlert(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo)
424 static bool runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo)
448 static WKStringRef runJavaScriptPrompt(WKPageRef page, WKStringRef message, WKStringRef defaultValue, WKFrameRef frame, const void* clientInfo)
488 static void setStatusText(WKPageRef page, WKStringRef text, const void* clientInfo)
514 static bool runBeforeUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo
    [all...]
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
CanHandleRequest.cpp 38 static void didReceiveMessageFromInjectedBundle(WKContextRef, WKStringRef messageName, WKTypeRef body, const void*)
HitTestResultNodeHandle.cpp 44 static void didReceiveMessageFromInjectedBundle(WKContextRef context, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo)
InjectedBundleBasic.cpp 39 void didReceiveMessageFromInjectedBundle(WKContextRef context, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo)
PreventEmptyUserAgent.cpp 65 WKRetainPtr<WKStringRef> javaScriptString(AdoptWK, WKStringCreateWithUTF8CString("navigator.userAgent"));
ResponsivenessTimerDoesntFireEarly.cpp 37 static void didReceiveMessageFromInjectedBundle(WKContextRef, WKStringRef messageName, WKTypeRef, const void*)
PageLoadBasic.cpp 101 static void decidePolicyForNewWindowAction(WKPageRef page, WKFrameRef frame, WKFrameNavigationType navigationType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKStringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo)
  /external/webkit/Source/WebKit2/Shared/API/c/
WKBase.h 61 typedef const struct OpaqueWKString* WKStringRef;
WKSharedAPICast.h 90 WK_ADD_API_MAPPING(WKStringRef, WebString)
139 inline WKStringRef toCopiedAPI(const String& string)
160 inline String toWTFString(WKStringRef stringRef)
  /external/webkit/Source/WebKit2/UIProcess/
WebDownloadClient.cpp 82 WKRetainPtr<WKStringRef> destination(AdoptWK, m_client.decideDestinationWithSuggestedFilename(toAPI(webContext), toAPI(downloadProxy), toAPI(filename.impl()), &allowOverwrite, m_client.clientInfo));
WebPageProxy.h 110 typedef GenericCallback<WKStringRef, StringImpl*> StringCallback;
116 typedef void (*CallbackFunction)(WKStringRef, bool, int32_t, WKErrorRef, void*);
321 typedef bool (*WebPageProxySessionStateFilterCallback)(WKPageRef, WKStringRef type, WKTypeRef object, void* context);
    [all...]
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 197 static WKRetainPtr<WKStringRef> toWK(const char* string)
199 return WKRetainPtr<WKStringRef>(AdoptWK, WKStringCreateWithUTF8CString(string));

Completed in 387 milliseconds

1 2 3 45 6