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

1 2 34 5 6

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.h 56 WK_EXPORT WKStringRef WKFrameCopyMIMEType(WKFrameRef frame);
57 WK_EXPORT WKStringRef WKFrameCopyTitle(WKFrameRef frame);
68 WK_EXPORT bool WKFrameCanShowMIMEType(WKFrameRef frame, WKStringRef mimeType);
WKPage.cpp 68 void WKPageLoadHTMLString(WKPageRef pageRef, WKStringRef htmlStringRef, WKURLRef baseURLRef)
73 void WKPageLoadAlternateHTMLString(WKPageRef pageRef, WKStringRef htmlStringRef, WKURLRef baseURLRef, WKURLRef unreachableURLRef)
78 void WKPageLoadPlainTextString(WKPageRef pageRef, WKStringRef plainTextStringRef)
143 WKStringRef WKPageCopyTitle(WKPageRef pageRef)
180 WKStringRef WKPageCopyUserAgent(WKPageRef pageRef)
185 WKStringRef WKPageCopyApplicationNameForUserAgent(WKPageRef pageRef)
190 void WKPageSetApplicationNameForUserAgent(WKPageRef pageRef, WKStringRef applicationNameRef)
195 WKStringRef WKPageCopyCustomUserAgent(WKPageRef pageRef)
200 void WKPageSetCustomUserAgent(WKPageRef pageRef, WKStringRef userAgentRef)
210 WKStringRef WKPageCopyCustomTextEncodingName(WKPageRef pageRef
    [all...]
WKPagePrivate.h 36 typedef void (*WKPageRenderTreeExternalRepresentationFunction)(WKStringRef, WKErrorRef, void*);
40 typedef void (^WKPageRenderTreeExternalRepresentationBlock)(WKStringRef, WKErrorRef);
WKCookieManager.h 59 WK_EXPORT void WKCookieManagerDeleteCookiesForHostname(WKCookieManagerRef cookieManager, WKStringRef hostname);
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
WKBundleFrame.h 43 WK_EXPORT WKStringRef WKBundleFrameCopyName(WKBundleFrameRef frame);
71 WK_EXPORT WKStringRef WKBundleFrameCopySuggestedFilenameForResourceWithURL(WKBundleFrameRef frame, WKURLRef url);
72 WK_EXPORT WKStringRef WKBundleFrameCopyMIMETypeForResourceWithURL(WKBundleFrameRef frame, WKURLRef url);
WKBundleFrame.cpp 92 bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frameRef, WKStringRef name, WKStringRef elementID, double time)
132 WKStringRef WKBundleFrameCopyName(WKBundleFrameRef frameRef)
142 WKStringRef WKBundleFrameCopyCounterValue(WKBundleFrameRef frameRef, JSObjectRef element)
147 WKStringRef WKBundleFrameCopyMarkerText(WKBundleFrameRef frameRef, JSObjectRef element)
152 WKStringRef WKBundleFrameCopyInnerText(WKBundleFrameRef frameRef)
174 WKStringRef WKBundleFrameCopyLayerTreeAsText(WKBundleFrameRef frameRef)
219 WKStringRef WKBundleFrameCopySuggestedFilenameForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef)
224 WKStringRef WKBundleFrameCopyMIMETypeForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef)
WKBundleInspector.cpp 53 void WKBundleInspectorEvaluateScriptForTest(WKBundleInspectorRef inspectorRef, long callID, WKStringRef script)
WKBundlePrivate.h 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);
73 WK_EXPORT int WKBundlePageNumberForElementById(WKBundleRef bundle, WKBundleFrameRef frameRef, WKStringRef idRef, double pageWidthInPixels, double pageHeightInPixels);
74 WK_EXPORT WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundle, WKBundleFrameRef frameRef, int, int, int, int, int, int, int);
WKBundleHitTestResult.cpp 82 WKStringRef WKBundleHitTestResultCopyLinkLabel(WKBundleHitTestResultRef hitTestResultRef)
87 WKStringRef WKBundleHitTestResultCopyLinkTitle(WKBundleHitTestResultRef hitTestResultRef)
WKBundlePage.h 85 typedef void (*WKBundlePageDidReceiveTitleForFrameCallback)(WKBundlePageRef page, WKStringRef title, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo);
131 typedef WKBundlePagePolicyAction (*WKBundlePageDecidePolicyForNewWindowActionCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKStringRef frameName, WKTypeRef* userData, const void* clientInfo);
169 typedef void (*WKBundlePageWillAddMessageToConsoleCallback)(WKBundlePageRef page, WKStringRef message, uint32_t lineNumber, const void *clientInfo);
170 typedef void (*WKBundlePageWillSetStatusbarTextCallback)(WKBundlePageRef page, WKStringRef statusbarText, const void *clientInfo);
171 typedef void (*WKBundlePageWillRunJavaScriptAlertCallback)(WKBundlePageRef page, WKStringRef alertText, WKBundleFrameRef frame, const void *clientInfo);
172 typedef void (*WKBundlePageWillRunJavaScriptConfirmCallback)(WKBundlePageRef page, WKStringRef message, WKBundleFrameRef frame, const void *clientInfo);
173 typedef void (*WKBundlePageWillRunJavaScriptPromptCallback)(WKBundlePageRef page, WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef frame, const void *clientInfo);
177 typedef WKStringRef (*WKBundlePageGenerateFileForUploadCallback)(WKBundlePageRef page, WKStringRef originalFilePath, const void* clientInfo)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/win/
WKTextChecker.cpp 57 void WKTextCheckerChangeSpellingToWord(WKPageRef page, WKStringRef word)
  /external/webkit/Tools/TestWebKitAPI/
InjectedBundleTest.h 42 virtual void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody) { }
JavaScriptTest.cpp 68 static WKRetainPtr<WKStringRef> wk(const char* utf8String)
70 return WKRetainPtr<WKStringRef>(AdoptWK, WKStringCreateWithUTF8CString(utf8String));
InjectedBundleController.cpp 67 WKStringRef testName = static_cast<WKStringRef>(WKDictionaryGetItemForKey(initializationDictionary, WKStringCreateWithUTF8CString("TestName")));
94 void InjectedBundleController::didReceiveMessage(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo)
InjectedBundleController.h 58 static void didReceiveMessage(WKBundleRef, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo);
  /external/webkit/Tools/TestWebKitAPI/mac/
PlatformUtilitiesMac.mm 49 WKStringRef createInjectedBundlePath()
67 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef wkResponse)
  /external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp 136 WKRetainPtr<WKStringRef> messageName = adoptWK(WKStringCreateWithUTF8CString("BeginTest"));
175 void TestInvocation::didReceiveMessageFromInjectedBundle(WKStringRef messageName, WKTypeRef messageBody)
188 WKStringRef messageBodyString = static_cast<WKStringRef>(messageBody);
202 WKRetainPtr<WKStringRef> textOutputKey(AdoptWK, WKStringCreateWithUTF8CString("TextOutput"));
203 WKStringRef textOutput = static_cast<WKStringRef>(WKDictionaryGetItemForKey(messageBodyDictionary, textOutputKey.get()));
205 WKRetainPtr<WKStringRef> pixelResultKey = adoptWK(WKStringCreateWithUTF8CString("PixelResult"));
228 WKRetainPtr<WKTypeRef> TestInvocation::didReceiveSynchronousMessageFromInjectedBundle(WKStringRef /*messageName*/, WKTypeRef /*messageBody*/)
  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
Find.cpp 43 static void didCountStringMatches(WKPageRef page, WKStringRef string, unsigned numMatches, const void* clientInfo)
75 WKRetainPtr<WKStringRef> findString(AdoptWK, WKStringCreateWithUTF8CString("Hello"));
DocumentStartUserScriptAlertCrash.cpp 37 static void runJavaScriptAlert(WKPageRef page, WKStringRef alertText, WKFrameRef frame, const void* clientInfo)
DocumentStartUserScriptAlertCrash_Bundle.cpp 48 WKRetainPtr<WKStringRef> source(AdoptWK, WKStringCreateWithUTF8CString("alert('an alert');"));
EvaluateJavaScript.cpp 56 WKRetainPtr<WKStringRef> javaScriptString(AdoptWK, WKStringCreateWithUTF8CString("throw 'Hello'"));
WKString.cpp 34 WKStringRef string = WKStringCreateWithUTF8CString("hello");
  /external/webkit/Tools/MiniBrowser/mac/
AppDelegate.m 39 void didRecieveMessageFromInjectedBundle(WKContextRef context, WKStringRef messageName, WKTypeRef messageBody, const void *clientInfo)
45 CFStringRef cfMessageBody = WKStringCopyCFString(0, (WKStringRef)messageBody);
54 WKStringRef newMessageName = WKStringCreateWithCFString(CFSTR("Response"));
55 WKStringRef newMessageBody = WKStringCreateWithCFString(CFSTR("Roger that!"));
67 WKStringRef wkTitle = WKNavigationDataCopyTitle(navigationData);
98 static void didUpdateHistoryTitle(WKContextRef context, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo)
136 WKStringRef bundlePath = WKStringCreateWithCFString(bundlePathCF);
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundlePage.cpp 82 WKRetainPtr<WKStringRef> nodeName = toWK(jsStringNodeName);
149 WKRetainPtr<WKStringRef> name(AdoptWK, WKBundleFrameCopyName(frame));
321 void InjectedBundlePage::didReceiveTitleForFrame(WKBundlePageRef page, WKStringRef title, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo)
432 WKRetainPtr<WKStringRef> name(AdoptWK, WKBundleFrameCopyName(frame));
489 WKRetainPtr<WKStringRef> text(AdoptWK, WKBundleFrameCopyInnerText(frame));
499 WKRetainPtr<WKStringRef> subframeName(AdoptWK, WKBundleFrameCopyName(subframe));
530 WKRetainPtr<WKStringRef> text(AdoptWK, WKBundlePageCopyRenderTreeExternalRepresentation(m_page));
586 void InjectedBundlePage::didReceiveTitleForFrame(WKStringRef title, WKBundleFrameRef frame)
662 WKRetainPtr<WKStringRef> host = adoptWK(WKURLCopyHostName(url.get()));
663 WKRetainPtr<WKStringRef> scheme = adoptWK(WKURLCopyScheme(url.get()))
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qgraphicswkview.h 17 WKStringRef WKStringCreateWithQString(const QString& qString);
18 QString WKStringCopyQString(WKStringRef stringRef);

Completed in 470 milliseconds

1 2 34 5 6