/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | ClientImpl.cpp | 34 static QWKPage* toQWKPage(const void* clientInfo) in toQWKPage() argument 36 if (clientInfo) in toQWKPage() 37 return reinterpret_cast<QWKPage*>(const_cast<void*>(clientInfo)); in toQWKPage() 41 static void loadFinished(WKFrameRef frame, const void* clientInfo, bool ok) in loadFinished() argument 45 emit toQWKPage(clientInfo)->loadFinished(ok); in loadFinished() 46 QWKPagePrivate::get(toQWKPage(clientInfo))->updateNavigationActions(); in loadFinished() 49 …ovisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* clientInfo) in qt_wk_didStartProvisionalLoadForFrame() argument 53 emit toQWKPage(clientInfo)->loadStarted(); in qt_wk_didStartProvisionalLoadForFrame() 54 QWKPagePrivate::get(toQWKPage(clientInfo))->updateNavigationActions(); in qt_wk_didStartProvisionalLoadForFrame() 57 …ovisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* clientInfo) in qt_wk_didReceiveServerRedirectForProvisionalLoadForFrame() argument [all …]
|
D | ClientImpl.h | 30 void qt_wk_didStartProvisionalLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo… 31 …ServerRedirectForProvisionalLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo); 32 …isionalLoadWithErrorForFrame(WKPageRef, WKFrameRef, WKErrorRef, WKTypeRef, const void* clientInfo); 33 void qt_wk_didCommitLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo); 34 void qt_wk_didFinishDocumentLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo); 35 void qt_wk_didFinishLoadForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo); 36 …didFailLoadWithErrorForFrame(WKPageRef, WKFrameRef, WKErrorRef, WKTypeRef, const void* clientInfo); 37 …dReceiveTitleForFrame(WKPageRef, WKStringRef title, WKFrameRef, WKTypeRef, const void* clientInfo); 38 void qt_wk_didFirstLayoutForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo); 39 …k_didFirstVisuallyNonEmptyLayoutForFrame(WKPageRef, WKFrameRef, WKTypeRef, const void* clientInfo); [all …]
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.h | 76 …llback)(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); 77 …llback)(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); 78 …geRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef* userData, const void *clientInfo); 79 …llback)(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); 80 …llback)(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); 81 …llback)(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); 82 …llback)(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); 83 …geRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef* userData, const void *clientInfo); 84 …dleFrameRef frame, WKSameDocumentNavigationType type, WKTypeRef* userData, const void *clientInfo); 85 …eRef page, WKStringRef title, WKBundleFrameRef frame, WKTypeRef* userData, const void *clientInfo); [all …]
|
D | WKBundlePageOverlay.h | 44 …eToPageCallback)(WKBundlePageOverlayRef pageOverlay, WKBundlePageRef page, const void* clientInfo); 45 …eToPageCallback)(WKBundlePageOverlayRef pageOverlay, WKBundlePageRef page, const void* clientInfo); 46 …BundlePageOverlayRef pageOverlay, void* graphicsContext, WKRect dirtyRect, const void* clientInfo); 47 …eOverlayRef pageOverlay, WKPoint position, WKEventMouseButton mouseButton, const void* clientInfo); 48 …eOverlayRef pageOverlay, WKPoint position, WKEventMouseButton mouseButton, const void* clientInfo); 49 …yMouseMovedCallback)(WKBundlePageOverlayRef pageOverlay, WKPoint position, const void* clientInfo); 50 …eOverlayRef pageOverlay, WKPoint position, WKEventMouseButton mouseButton, const void* clientInfo); 54 const void * clientInfo; member
|
D | WKBundlePageOverlay.cpp | 64 m_client.willMoveToPage(toAPI(pageOverlay), toAPI(page), m_client.clientInfo); in willMoveToWebPage() 72 m_client.didMoveToPage(toAPI(pageOverlay), toAPI(page), m_client.clientInfo); in didMoveToWebPage() 80 …Rect(toAPI(pageOverlay), graphicsContext.platformContext(), toAPI(dirtyRect), m_client.clientInfo); in drawRect() 90 …mouseDown(toAPI(pageOverlay), toAPI(event.position()), toAPI(event.button()), m_client.clientInfo); in mouseEvent() 96 …t.mouseUp(toAPI(pageOverlay), toAPI(event.position()), toAPI(event.button()), m_client.clientInfo); in mouseEvent() 103 … return m_client.mouseMoved(toAPI(pageOverlay), toAPI(event.position()), m_client.clientInfo); in mouseEvent() 110 …seDragged(toAPI(pageOverlay), toAPI(event.position()), toAPI(event.button()), m_client.clientInfo); in mouseEvent()
|
D | WKBundle.h | 37 …(*WKBundleDidCreatePageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo); 38 …WKBundleWillDestroyPageCallback)(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo); 39 …lizePageGroupCallback)(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo); 40 …sageCallback)(WKBundleRef bundle, WKStringRef name, WKTypeRef messageBody, const void* clientInfo); 44 const void * clientInfo; member
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/cfnet/ |
D | DownloadCFNet.cpp | 45 static void didStartCallback(CFURLDownloadRef download, const void* clientInfo); 46 …f download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void* clientInfo); 47 …llengeCallback(CFURLDownloadRef download, CFURLAuthChallengeRef challenge, const void* clientInfo); 48 …eiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void* clientInfo); 49 …CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void* clientInfo); 50 …tic void didReceiveDataCallback(CFURLDownloadRef download, CFIndex length, const void* clientInfo); 51 …ataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void* clientInfo); 52 …estedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void* clientInfo); 53 …oid didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void* clientInfo); 54 static void didFinishCallback(CFURLDownloadRef download, const void* clientInfo); [all …]
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 50 typedef void (*WKPageCallback)(WKPageRef page, const void* clientInfo); 53 …oadForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); 54 …oadForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); 55 …k)(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientInfo); 56 …oadForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); 57 …oadForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); 58 …oadForFrameCallback)(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); 59 …k)(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientInfo); 60 …, WKFrameRef frame, WKSameDocumentNavigationType type, WKTypeRef userData, const void *clientInfo); 61 …)(WKPageRef page, WKStringRef title, WKFrameRef frame, WKTypeRef userData, const void *clientInfo); [all …]
|
D | WKContext.h | 43 …llback)(WKContextRef page, WKStringRef messageName, WKTypeRef messageBody, const void *clientInfo); 44 …ge, WKStringRef messageName, WKTypeRef messageBody, WKTypeRef* returnData, const void *clientInfo); 48 const void * clientInfo; member 55 …ext, WKPageRef page, WKNavigationDataRef navigationData, WKFrameRef frame, const void *clientInfo); 56 …geRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo); 57 …geRef page, WKURLRef sourceURL, WKURLRef destinationURL, WKFrameRef frame, const void *clientInfo); 58 …ontext, WKPageRef page, WKStringRef title, WKURLRef URL, WKFrameRef frame, const void *clientInfo); 59 typedef void (*WKContextPopulateVisitedLinksCallback)(WKContextRef context, const void *clientInfo); 63 const void * clientInfo; member 73 …extDownloadDidStartCallback)(WKContextRef context, WKDownloadRef download, const void *clientInfo); [all …]
|
/external/webkit/Source/WebKit2/UIProcess/API/C/win/ |
D | WKTextChecker.h | 36 typedef bool (*WKTextCheckerContinousSpellCheckingAllowed)(const void *clientInfo); 37 typedef bool (*WKTextCheckerContinousSpellCheckingEnabled)(const void *clientInfo); 38 typedef void (*WKTextCheckerSetContinousSpellCheckingEnabled)(bool enabled, const void *clientInfo); 39 typedef bool (*WKTextCheckerGrammarCheckingEnabled)(const void *clientInfo); 40 typedef void (*WKTextCheckerSetGrammarCheckingEnabled)(bool enabled, const void *clientInfo); 41 typedef uint64_t (*WKTextCheckerUniqueSpellDocumentTag)(WKPageRef page, const void *clientInfo); 42 typedef void (*WKTextCheckerCloseSpellDocumentWithTag)(uint64_t tag, const void *clientInfo); 43 …KStringRef text, int32_t* misspellingLocation, int32_t* misspellingLength, const void *clientInfo); 44 …f* grammarDetails, int32_t* badGrammarLocation, int32_t* badGrammarLength, const void *clientInfo); 45 typedef bool (*WKTextCheckerSpellingUIIsShowing)(const void *clientInfo); [all …]
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebUIClient.cpp | 68 …age(toAPI(page), toAPI(featuresMap.get()), toAPI(modifiers), toAPI(button), m_client.clientInfo))); in createNewPage() 76 m_client.showPage(toAPI(page), m_client.clientInfo); in showPage() 84 m_client.close(toAPI(page), m_client.clientInfo); in close() 92 m_client.takeFocus(toAPI(page), direction, m_client.clientInfo); in takeFocus() 100 m_client.focus(toAPI(page), m_client.clientInfo); in focus() 108 m_client.unfocus(toAPI(page), m_client.clientInfo); in unfocus() 116 …m_client.runJavaScriptAlert(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo); in runJavaScriptAlert() 124 …client.runJavaScriptConfirm(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo); in runJavaScriptConfirm() 132 …oAPI(page), toAPI(message.impl()), toAPI(defaultValue.impl()), toAPI(frame), m_client.clientInfo)); in runJavaScriptPrompt() 147 m_client.setStatusText(toAPI(page), toAPI(text.impl()), m_client.clientInfo); in setStatusText() [all …]
|
D | WebLoaderClient.cpp | 43 …t.didStartProvisionalLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didStartProvisionalLoadForFrame() 51 …edirectForProvisionalLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didReceiveServerRedirectForProvisionalLoadForFrame() 59 …adWithErrorForFrame(toAPI(page), toAPI(frame), toAPI(error), toAPI(userData), m_client.clientInfo); in didFailProvisionalLoadWithErrorForFrame() 67 m_client.didCommitLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didCommitLoadForFrame() 75 …ent.didFinishDocumentLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didFinishDocumentLoadForFrame() 83 m_client.didFinishLoadForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didFinishLoadForFrame() 91 …adWithErrorForFrame(toAPI(page), toAPI(frame), toAPI(error), toAPI(userData), m_client.clientInfo); in didFailLoadWithErrorForFrame() 99 …ntNavigationForFrame(toAPI(page), toAPI(frame), toAPI(type), toAPI(userData), m_client.clientInfo); in didSameDocumentNavigationForFrame() 107 …itleForFrame(toAPI(page), toAPI(title.impl()), toAPI(frame), toAPI(userData), m_client.clientInfo); in didReceiveTitleForFrame() 115 … m_client.didFirstLayoutForFrame(toAPI(page), toAPI(frame), toAPI(userData), m_client.clientInfo); in didFirstLayoutForFrame() [all …]
|
D | WebDownloadClient.cpp | 42 m_client.didStart(toAPI(webContext), toAPI(downloadProxy), m_client.clientInfo); in didStart() 50 …toAPI(webContext), toAPI(downloadProxy), toAPI(authenticationChallengeProxy), m_client.clientInfo); in didReceiveAuthenticationChallenge() 58 …ontext), toAPI(downloadProxy), toAPI(WebURLResponse::create(response).get()), m_client.clientInfo); in didReceiveResponse() 66 m_client.didReceiveData(toAPI(webContext), toAPI(downloadProxy), length, m_client.clientInfo); in didReceiveData() 74 …taOfMIMEType(toAPI(webContext), toAPI(downloadProxy), toAPI(mimeType.impl()), m_client.clientInfo); in shouldDecodeSourceDataOfMIMEType() 82 …(webContext), toAPI(downloadProxy), toAPI(filename.impl()), &allowOverwrite, m_client.clientInfo)); in decideDestinationWithSuggestedFilename() 91 …reateDestination(toAPI(webContext), toAPI(downloadProxy), toAPI(path.impl()), m_client.clientInfo); in didCreateDestination() 99 m_client.didFinish(toAPI(webContext), toAPI(downloadProxy), m_client.clientInfo); in didFinish() 107 m_client.didFail(toAPI(webContext), toAPI(downloadProxy), toAPI(error), m_client.clientInfo); in didFail() 115 m_client.didCancel(toAPI(webContext), toAPI(downloadProxy), m_client.clientInfo); in didCancel() [all …]
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.cpp | 286 …ionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) in didStartProvisionalLoadForFrame() argument 288 …static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didStartProvisionalLoadForFrame(f… in didStartProvisionalLoadForFrame() 291 …ionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) in didReceiveServerRedirectForProvisionalLoadForFrame() argument 293 …static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didReceiveServerRedirectForProvis… in didReceiveServerRedirectForProvisionalLoadForFrame() 296 …WKBundlePageRef page, WKBundleFrameRef frame, WKErrorRef error, WKTypeRef*, const void *clientInfo) in didFailProvisionalLoadWithErrorForFrame() argument 298 …static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didFailProvisionalLoadWithErrorFo… in didFailProvisionalLoadWithErrorForFrame() 301 …ommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) in didCommitLoadForFrame() argument 303 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didCommitLoadForFrame(frame); in didCommitLoadForFrame() 306 …inishLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKTypeRef*, const void *clientInfo) in didFinishLoadForFrame() argument 308 static_cast<InjectedBundlePage*>(const_cast<void*>(clientInfo))->didFinishLoadForFrame(frame); in didFinishLoadForFrame() [all …]
|
D | InjectedBundlePage.h | 108 …essageToConsole(WKBundlePageRef, WKStringRef message, uint32_t lineNumber, const void* clientInfo); 109 …atic void willSetStatusbarText(WKBundlePageRef, WKStringRef statusbarText, const void* clientInfo); 110 …aScriptAlert(WKBundlePageRef, WKStringRef message, WKBundleFrameRef frame, const void* clientInfo); 111 …criptConfirm(WKBundlePageRef, WKStringRef message, WKBundleFrameRef frame, const void* clientInfo); 112 …ef, WKStringRef message, WKStringRef defaultValue, WKBundleFrameRef frame, const void* clientInfo); 127 static bool shouldBeginEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo); 128 static bool shouldEndEditing(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo); 129 …eNodeHandleRef, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType, const void* clientInfo); 130 …f, WKStringRef, WKBundleRangeHandleRef rangeToReplace, WKInsertActionType, const void* clientInfo); 131 static bool shouldDeleteRange(WKBundlePageRef, WKBundleRangeHandleRef, const void* clientInfo); [all …]
|
/external/webkit/Source/WebKit2/UIProcess/win/ |
D | WebTextCheckerClient.cpp | 43 return m_client.continuousSpellCheckingAllowed(m_client.clientInfo); in continuousSpellCheckingAllowed() 51 return m_client.continuousSpellCheckingEnabled(m_client.clientInfo); in continuousSpellCheckingEnabled() 59 m_client.setContinuousSpellCheckingEnabled(enabled, m_client.clientInfo); in setContinuousSpellCheckingEnabled() 67 return m_client.grammarCheckingEnabled(m_client.clientInfo); in grammarCheckingEnabled() 75 m_client.setGrammarCheckingEnabled(enabled, m_client.clientInfo); in setGrammarCheckingEnabled() 83 return m_client.uniqueSpellDocumentTag(toAPI(page), m_client.clientInfo); in uniqueSpellDocumentTag() 91 m_client.closeSpellDocumentWithTag(tag, m_client.clientInfo); in closeSpellDocumentWithTag() 99 …ngOfString(tag, toAPI(text.impl()), &misspellingLocation, &misspellingLength, m_client.clientInfo); in checkSpellingOfString() 108 …I(text.impl()), &wkGrammarDetailsRef, &badGrammarLocation, &badGrammarLength, m_client.clientInfo); in checkGrammarOfString() 121 return m_client.spellingUIIsShowing(m_client.clientInfo); in spellingUIIsShowing() [all …]
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 252 …ovisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo) 254 [(BrowserWindowController *)clientInfo didStartProvisionalLoadForFrame:frame]; 257 …ovisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo) 259 … [(BrowserWindowController *)clientInfo didReceiveServerRedirectForProvisionalLoadForFrame:frame]; 262 …ame(WKPageRef page, WKFrameRef frame, WKErrorRef error, WKTypeRef userData, const void *clientInfo) 264 [(BrowserWindowController *)clientInfo didFailProvisionalLoadWithErrorForFrame:frame]; 267 …didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo) 269 [(BrowserWindowController *)clientInfo didCommitLoadForFrame:frame]; 272 …hDocumentLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo) 277 …didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void *clientInfo) [all …]
|
/external/webkit/Tools/WebKitTestRunner/ |
D | TestController.cpp | 80 static WKRect getWindowFrameMainPage(WKPageRef page, const void* clientInfo) in getWindowFrameMainPage() argument 82 …PlatformWebView* view = static_cast<TestController*>(const_cast<void*>(clientInfo))->mainWebView(); in getWindowFrameMainPage() 86 static void setWindowFrameMainPage(WKPageRef page, WKRect frame, const void* clientInfo) in setWindowFrameMainPage() argument 88 …PlatformWebView* view = static_cast<TestController*>(const_cast<void*>(clientInfo))->mainWebView(); in setWindowFrameMainPage() 92 static WKRect getWindowFrameOtherPage(WKPageRef page, const void* clientInfo) in getWindowFrameOtherPage() argument 94 PlatformWebView* view = static_cast<PlatformWebView*>(const_cast<void*>(clientInfo)); in getWindowFrameOtherPage() 98 static void setWindowFrameOtherPage(WKPageRef page, WKRect frame, const void* clientInfo) in setWindowFrameOtherPage() argument 100 PlatformWebView* view = static_cast<PlatformWebView*>(const_cast<void*>(clientInfo)); in setWindowFrameOtherPage() 104 …reUnloadConfirmPanel(WKPageRef page, WKStringRef message, WKFrameRef frame, const void *clientInfo) in runBeforeUnloadConfirmPanel() argument 117 void TestController::runModal(WKPageRef page, const void* clientInfo) in runModal() argument [all …]
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | PageLoadBasic.cpp | 50 …ovisionalLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* clientInfo) in didStartProvisionalLoadForFrame() argument 52 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); in didStartProvisionalLoadForFrame() 65 …didCommitLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* clientInfo) in didCommitLoadForFrame() argument 67 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); in didCommitLoadForFrame() 77 …didFinishLoadForFrame(WKPageRef page, WKFrameRef frame, WKTypeRef userData, const void* clientInfo) in didFinishLoadForFrame() argument 79 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); in didFinishLoadForFrame() 90 …LRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo) in decidePolicyForNavigationAction() argument 92 State* state = reinterpret_cast<State*>(const_cast<void*>(clientInfo)); in decidePolicyForNavigationAction() 101 …StringRef frameName, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo) in decidePolicyForNewWindowAction() argument 106 …LRequestRef request, WKFramePolicyListenerRef listener, WKTypeRef userData, const void* clientInfo) in decidePolicyForResponse() argument [all …]
|
/external/webkit/Source/WebKit/win/ |
D | WebDownloadCFNet.cpp | 61 static void didStartCallback(CFURLDownloadRef download, const void *clientInfo); 62 …f download, CFURLRequestRef request, CFURLResponseRef redirectionResponse, const void *clientInfo); 63 …llengeCallback(CFURLDownloadRef download, CFURLAuthChallengeRef challenge, const void *clientInfo); 64 …eiveResponseCallback(CFURLDownloadRef download, CFURLResponseRef response, const void *clientInfo); 65 …CFURLDownloadRef download, CFURLResponseRef response, UInt64 startingByte, const void *clientInfo); 66 …tic void didReceiveDataCallback(CFURLDownloadRef download, CFIndex length, const void *clientInfo); 67 …ataOfMIMETypeCallback(CFURLDownloadRef download, CFStringRef encodingType, const void *clientInfo); 68 …estedObjectNameCallback(CFURLDownloadRef download, CFStringRef objectName, const void *clientInfo); 69 …oid didCreateDestinationCallback(CFURLDownloadRef download, CFURLRef path, const void *clientInfo); 70 static void didFinishCallback(CFURLDownloadRef download, const void *clientInfo); [all …]
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundlePageLoaderClient.cpp | 45 …t.didStartProvisionalLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didStartProvisionalLoadForFrame() 55 …edirectForProvisionalLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didReceiveServerRedirectForProvisionalLoadForFrame() 65 …adWithErrorForFrame(toAPI(page), toAPI(frame), toAPI(error), &userDataToPass, m_client.clientInfo); in didFailProvisionalLoadWithErrorForFrame() 75 m_client.didCommitLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didCommitLoadForFrame() 85 …ent.didFinishDocumentLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didFinishDocumentLoadForFrame() 95 m_client.didFinishLoadForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didFinishLoadForFrame() 105 …adWithErrorForFrame(toAPI(page), toAPI(frame), toAPI(error), &userDataToPass, m_client.clientInfo); in didFailLoadWithErrorForFrame() 115 …ntNavigationForFrame(toAPI(page), toAPI(frame), toAPI(type), &userDataToPass, m_client.clientInfo); in didSameDocumentNavigationForFrame() 125 …itleForFrame(toAPI(page), toAPI(title.impl()), toAPI(frame), &userDataToPass, m_client.clientInfo); in didReceiveTitleForFrame() 135 … m_client.didFirstLayoutForFrame(toAPI(page), toAPI(frame), &userDataToPass, m_client.clientInfo); in didFirstLayoutForFrame() [all …]
|
D | InjectedBundlePageEditorClient.cpp | 43 … return m_client.shouldBeginEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo); in shouldBeginEditing() 52 … return m_client.shouldEndEditing(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo); in shouldEndEditing() 62 …), toAPI(nodeHandle.get()), toAPI(rangeToReplaceHandle.get()), toAPI(action), m_client.clientInfo); in shouldInsertNode() 71 …t(toAPI(page), toAPI(text), toAPI(rangeToReplaceHandle.get()), toAPI(action), m_client.clientInfo); in shouldInsertText() 80 … return m_client.shouldDeleteRange(toAPI(page), toAPI(rangeHandle.get()), m_client.clientInfo); in shouldDeleteRange() 90 …geHandle.get()), toAPI(toRangeHandle.get()), toAPI(affinity), stillSelecting, m_client.clientInfo); in shouldChangeSelectedRange() 99 …_client.shouldApplyStyle(toAPI(page), toAPI(style), toAPI(rangeHandle.get()), m_client.clientInfo); in shouldApplyStyle() 107 m_client.didBeginEditing(toAPI(page), toAPI(notificationName), m_client.clientInfo); in didBeginEditing() 113 m_client.didEndEditing(toAPI(page), toAPI(notificationName), m_client.clientInfo); in didEndEditing() 119 m_client.didChange(toAPI(page), toAPI(notificationName), m_client.clientInfo); in didChange() [all …]
|
D | InjectedBundlePageUIClient.cpp | 42 …lient.willAddMessageToConsole(toAPI(page), toAPI(message.impl()), lineNumber, m_client.clientInfo); in willAddMessageToConsole() 48 … m_client.willSetStatusbarText(toAPI(page), toAPI(statusbarText.impl()), m_client.clientInfo); in willSetStatusbarText() 54 …nt.willRunJavaScriptAlert(toAPI(page), toAPI(alertText.impl()), toAPI(frame), m_client.clientInfo); in willRunJavaScriptAlert() 60 …nt.willRunJavaScriptConfirm(toAPI(page), toAPI(message.impl()), toAPI(frame), m_client.clientInfo); in willRunJavaScriptConfirm() 66 …toAPI(page), toAPI(message.impl()), toAPI(defaultValue.impl()), toAPI(frame), m_client.clientInfo); in willRunJavaScriptPrompt() 77 …t(toAPI(page), toAPI(hitTestResult.get()), toAPI(modifiers), &userDataToPass, m_client.clientInfo); in mouseDidMoveOverElement() 86 m_client.pageDidScroll(toAPI(page), m_client.clientInfo); in pageDidScroll() 99 …toAPI(horizontalOverhangArea), toAPI(verticalOverhangArea), toAPI(dirtyRect), m_client.clientInfo); in paintCustomOverhangArea() 106 …nt.shouldGenerateFileForUpload(toAPI(page), toAPI(originalFilePath.impl()), m_client.clientInfo))); in shouldGenerateFileForUpload() 114 …m_client.generateFileForUpload(toAPI(page), toAPI(originalFilePath.impl()), m_client.clientInfo))); in generateFileForUpload()
|
/external/webkit/Tools/MiniBrowser/win/ |
D | BrowserView.cpp | 42 …ryRef features, WKEventModifiers modifiers, WKEventMouseButton mouseButton, const void* clientInfo) in createNewPage() argument 50 static void showPage(WKPageRef page, const void *clientInfo) in showPage() argument 52 static_cast<BrowserWindow*>(const_cast<void*>(clientInfo))->showWindow(); in showPage() 55 static void closePage(WKPageRef page, const void *clientInfo) in closePage() argument 59 …runJavaScriptAlert(WKPageRef page, WKStringRef alertText, WKFrameRef frame, const void* clientInfo) in runJavaScriptAlert() argument 63 …runJavaScriptConfirm(WKPageRef page, WKStringRef message, WKFrameRef frame, const void* clientInfo) in runJavaScriptConfirm() argument 68 …eRef page, WKStringRef message, WKStringRef defaultValue, WKFrameRef frame, const void* clientInfo) in runJavaScriptPrompt() argument 73 static void setStatusText(WKPageRef page, WKStringRef text, const void* clientInfo) in setStatusText() argument 77 …OverElement(WKPageRef page, WKEventModifiers modifiers, WKTypeRef userData, const void *clientInfo) in mouseDidMoveOverElement() argument
|
/external/webkit/Tools/TestWebKitAPI/ |
D | InjectedBundleController.cpp | 73 …edBundleController::didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) in didCreatePage() argument 75 …ctedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientInfo)); in didCreatePage() 80 …BundleController::willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo) in willDestroyPage() argument 82 …ctedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientInfo)); in willDestroyPage() 87 …:didInitializePageGroup(WKBundleRef bundle, WKBundlePageGroupRef pageGroup, const void* clientInfo) in didInitializePageGroup() argument 89 …ctedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientInfo)); in didInitializePageGroup() 94 …Message(WKBundleRef bundle, WKStringRef messageName, WKTypeRef messageBody, const void* clientInfo) in didReceiveMessage() argument 96 …ctedBundleController* self = static_cast<InjectedBundleController*>(const_cast<void*>(clientInfo)); in didReceiveMessage()
|