Home
last modified time | relevance | path

Searched refs:WKBundleFrameRef (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h51 …static void didStartProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const v…
52 …didReceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, …
53 …static void didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef,…
54 static void didCommitLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
55 static void didFinishLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const void*);
56 …static void didFinishDocumentLoadForFrame(WKBundlePageRef, WKBundleFrameRef, WKTypeRef*, const vo…
57 …static void didFailLoadWithErrorForFrame(WKBundlePageRef, WKBundleFrameRef, WKErrorRef, WKTypeRef*…
58 …static void didReceiveTitleForFrame(WKBundlePageRef, WKStringRef title, WKBundleFrameRef, WKTypeRe…
59 …static void didClearWindowForFrame(WKBundlePageRef, WKBundleFrameRef, WKBundleScriptWorldRef, cons…
60 static void didCancelClientRedirectForFrame(WKBundlePageRef, WKBundleFrameRef, const void*);
[all …]
DInjectedBundlePage.cpp72 static double numericWindowPropertyValue(WKBundleFrameRef frame, const char* propertyName) in numericWindowPropertyValue()
100 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page); in dumpPath()
115 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page); in toStr()
147 static ostream& operator<<(ostream& out, WKBundleFrameRef frame) in operator <<()
286 void InjectedBundlePage::didStartProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef fra… in didStartProvisionalLoadForFrame()
291 …ceiveServerRedirectForProvisionalLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didReceiveServerRedirectForProvisionalLoadForFrame()
296 …Page::didFailProvisionalLoadWithErrorForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKErro… in didFailProvisionalLoadWithErrorForFrame()
301 void InjectedBundlePage::didCommitLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didCommitLoadForFrame()
306 void InjectedBundlePage::didFinishLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKType… in didFinishLoadForFrame()
311 void InjectedBundlePage::didFinishDocumentLoadForFrame(WKBundlePageRef page, WKBundleFrameRef frame… in didFinishDocumentLoadForFrame()
[all …]
DLayoutTestController.cpp70 static JSObjectRef getElementById(WKBundleFrameRef frame, JSStringRef elementId) in getElementById()
160 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in numberOfActiveAnimations()
168 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in pauseAnimationAtTimeOnElementWithId()
174 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in suspendAnimations()
180 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in resumeAnimations()
186 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in layerTreeAsText()
218 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in computedStyleIncludingVisitedInfo()
230 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in counterValueForElementById()
240 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in markerTextForListItem()
259 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in findString()
[all …]
DInjectedBundle.h70 WKBundleFrameRef topLoadingFrame() { return m_topLoadingFrame; } in topLoadingFrame()
71 void setTopLoadingFrame(WKBundleFrameRef frame) { m_topLoadingFrame = frame; } in setTopLoadingFrame()
102 WKBundleFrameRef m_topLoadingFrame;
DEventSendingController.cpp116 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page); in mouseDown()
126 WKBundleFrameRef frame = WKBundlePageGetMainFrame(page); in mouseUp()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleFrame.h40 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, WKBu…
52 WK_EXPORT WKBundleFrameRef WKBundleFrameForJavaScriptContext(JSContextRef context);
54 WK_EXPORT JSValueRef WKBundleFrameGetJavaScriptWrapperForNodeForWorld(WKBundleFrameRef frame, WKBun…
[all …]
DWKBundleFrame.cpp44 bool WKBundleFrameIsMainFrame(WKBundleFrameRef frameRef) in WKBundleFrameIsMainFrame()
49 WKURLRef WKBundleFrameCopyURL(WKBundleFrameRef frameRef) in WKBundleFrameCopyURL()
54 WKURLRef WKBundleFrameCopyProvisionalURL(WKBundleFrameRef frameRef) in WKBundleFrameCopyProvisionalURL()
59 WKFrameLoadState WKBundleFrameGetFrameLoadState(WKBundleFrameRef frameRef) in WKBundleFrameGetFrameLoadState()
82 WKArrayRef WKBundleFrameCopyChildFrames(WKBundleFrameRef frameRef) in WKBundleFrameCopyChildFrames()
87 unsigned WKBundleFrameGetNumberOfActiveAnimations(WKBundleFrameRef frameRef) in WKBundleFrameGetNumberOfActiveAnimations()
92 bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frameRef, WKStringRef name, WKStri… in WKBundleFramePauseAnimationOnElementWithId()
97 void WKBundleFrameSuspendAnimations(WKBundleFrameRef frameRef) in WKBundleFrameSuspendAnimations()
102 void WKBundleFrameResumeAnimations(WKBundleFrameRef frameRef) in WKBundleFrameResumeAnimations()
107 JSGlobalContextRef WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frameRef) in WKBundleFrameGetJavaScriptContext()
[all …]
DWKBundlePage.h76 …ePageDidStartProvisionalLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKType…
77 …erRedirectForProvisionalLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKType…
78 …FailProvisionalLoadWithErrorForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKErro…
79 typedef void (*WKBundlePageDidCommitLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef fr…
80 …dlePageDidDocumentFinishLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKType…
81 typedef void (*WKBundlePageDidFinishLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef fr…
82 …dlePageDidFinishDocumentLoadForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKType…
83 …ndlePageDidFailLoadWithErrorForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKErro…
84 …ageDidSameDocumentNavigationForFrameCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKSame…
85 …eiveTitleForFrameCallback)(WKBundlePageRef page, WKStringRef title, WKBundleFrameRef frame, WKType…
[all …]
DWKBundleFramePrivate.h40 WK_EXPORT WKStringRef WKBundleFrameCopyInnerText(WKBundleFrameRef frame);
41 WK_EXPORT WKStringRef WKBundleFrameCopyCounterValue(WKBundleFrameRef frame, JSObjectRef element);
42 WK_EXPORT WKStringRef WKBundleFrameCopyMarkerText(WKBundleFrameRef frame, JSObjectRef element);
43 WK_EXPORT JSValueRef WKBundleFrameGetComputedStyleIncludingVisitedInfo(WKBundleFrameRef frame, JSOb…
44 WK_EXPORT unsigned WKBundleFrameGetNumberOfActiveAnimations(WKBundleFrameRef frame);
45 WK_EXPORT bool WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frame, WKStringRef name,…
46 WK_EXPORT void WKBundleFrameSuspendAnimations(WKBundleFrameRef frame);
47 WK_EXPORT void WKBundleFrameResumeAnimations(WKBundleFrameRef frame);
48 WK_EXPORT unsigned WKBundleFrameGetPendingUnloadCount(WKBundleFrameRef frame);
49 WK_EXPORT WKStringRef WKBundleFrameCopyLayerTreeAsText(WKBundleFrameRef frame);
[all …]
DWKBundlePrivate.h72 WK_EXPORT int WKBundleNumberOfPages(WKBundleRef bundle, WKBundleFrameRef frameRef, double pageWidth…
73 WK_EXPORT int WKBundlePageNumberForElementById(WKBundleRef bundle, WKBundleFrameRef frameRef, WKStr…
74 WK_EXPORT WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundle, WKBundleFrameRef frame…
75 WK_EXPORT bool WKBundleIsPageBoxVisible(WKBundleRef bundle, WKBundleFrameRef frameRef, int);
DWKBundleNodeHandlePrivate.h64 WK_EXPORT WKBundleFrameRef WKBundleNodeHandleCopyDocumentFrame(WKBundleNodeHandleRef documentHandle…
67 WK_EXPORT WKBundleFrameRef WKBundleNodeHandleCopyHTMLFrameElementContentFrame(WKBundleNodeHandleRef…
70 WK_EXPORT WKBundleFrameRef WKBundleNodeHandleCopyHTMLIFrameElementContentFrame(WKBundleNodeHandleRe…
DWKBundleNodeHandle.cpp101 WKBundleFrameRef WKBundleNodeHandleCopyDocumentFrame(WKBundleNodeHandleRef documentHandleRef) in WKBundleNodeHandleCopyDocumentFrame()
107 WKBundleFrameRef WKBundleNodeHandleCopyHTMLFrameElementContentFrame(WKBundleNodeHandleRef htmlFrame… in WKBundleNodeHandleCopyHTMLFrameElementContentFrame()
113 WKBundleFrameRef WKBundleNodeHandleCopyHTMLIFrameElementContentFrame(WKBundleNodeHandleRef htmlIFra… in WKBundleNodeHandleCopyHTMLIFrameElementContentFrame()
DWKBundleHitTestResult.h40 WK_EXPORT WKBundleFrameRef WKBundleHitTestResultGetFrame(WKBundleHitTestResultRef hitTestResult);
41 WK_EXPORT WKBundleFrameRef WKBundleHitTestResultGetTargetFrame(WKBundleHitTestResultRef hitTestResu…
DWKBundle.cpp156 int WKBundleNumberOfPages(WKBundleRef bundleRef, WKBundleFrameRef frameRef, double pageWidthInPixel… in WKBundleNumberOfPages()
161 int WKBundlePageNumberForElementById(WKBundleRef bundleRef, WKBundleFrameRef frameRef, WKStringRef … in WKBundlePageNumberForElementById()
166 WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundleRef, WKBundleFrameRef frameRef, in… in WKBundlePageSizeAndMarginsInPixels()
171 WK_EXPORT bool WKBundleIsPageBoxVisible(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageI… in WKBundleIsPageBoxVisible()
DWKBundleHitTestResult.cpp47 WKBundleFrameRef WKBundleHitTestResultGetFrame(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultGetFrame()
52 WKBundleFrameRef WKBundleHitTestResultGetTargetFrame(WKBundleHitTestResultRef hitTestResultRef) in WKBundleHitTestResultGetTargetFrame()
DWKBundleAPICast.h61 WK_ADD_API_MAPPING(WKBundleFrameRef, WebFrame) in WK_ADD_API_MAPPING()
DWKBundlePage.cpp140 WKBundleFrameRef WKBundlePageGetMainFrame(WKBundlePageRef pageRef) in WKBundlePageGetMainFrame()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h106 typedef const struct OpaqueWKBundleFrame* WKBundleFrameRef; typedef
/external/webkit/Tools/MiniBrowser/mac/WebBundle/
DWebBundleMain.m40 void didClearWindowObjectForFrame(WKBundlePageRef page, WKBundleFrameRef frame, WKBundleScriptWorld…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-166459 Added a new API call, WKBundleFrameForJavaScriptContext, that gets the WKBundleFrameRef
14756 Need a way to get a WKBundleFrameRef from JS HTMLIFrameElement
31960 … Would like WKBundleFrameRef to turn into WKFrameRef across postMessage boundary, a la PageRef
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1645380 Need a way to get a WKBundleFrameRef from JS HTMLIFrameElement