Searched refs:frameRef (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKFrame.cpp43 bool WKFrameIsMainFrame(WKFrameRef frameRef) argument
45 return toImpl(frameRef)->isMainFrame();
48 WKFrameLoadState WKFrameGetFrameLoadState(WKFrameRef frameRef) argument
50 WebFrameProxy* frame = toImpl(frameRef);
64 WKURLRef WKFrameCopyProvisionalURL(WKFrameRef frameRef) argument
66 return toCopiedURLAPI(toImpl(frameRef)->provisionalURL());
69 WKURLRef WKFrameCopyURL(WKFrameRef frameRef) argument
71 return toCopiedURLAPI(toImpl(frameRef)->url());
74 WKURLRef WKFrameCopyUnreachableURL(WKFrameRef frameRef) argument
76 return toCopiedURLAPI(toImpl(frameRef)
79 WKFrameStopLoading(WKFrameRef frameRef) argument
84 WKFrameCopyMIMEType(WKFrameRef frameRef) argument
89 WKFrameCopyTitle(WKFrameRef frameRef) argument
94 WKFrameGetPage(WKFrameRef frameRef) argument
99 WKFrameCopyChildFrames(WKFrameRef frameRef) argument
104 WKFrameGetParentFrame(WKFrameRef frameRef) argument
109 WKFrameGetCertificateInfo(WKFrameRef frameRef) argument
114 WKFrameCanProvideSource(WKFrameRef frameRef) argument
119 WKFrameCanShowMIMEType(WKFrameRef frameRef, WKStringRef mimeTypeRef) argument
124 WKFrameIsDisplayingStandaloneImageDocument(WKFrameRef frameRef) argument
129 WKFrameIsDisplayingMarkupDocument(WKFrameRef frameRef) argument
134 WKFrameIsFrameSet(WKFrameRef frameRef) argument
139 WKFrameGetMainResourceData(WKFrameRef frameRef, WKFrameGetResourceDataFunction callback, void* context) argument
144 WKFrameGetResourceData(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataFunction callback, void* context) argument
157 WKFrameGetMainResourceData_b(WKFrameRef frameRef, WKFrameGetResourceDataBlock block) argument
162 WKFrameGetResourceData_b(WKFrameRef frameRef, WKURLRef resourceURL, WKFrameGetResourceDataBlock block) argument
168 WKFrameGetWebArchive(WKFrameRef frameRef, WKFrameGetWebArchiveFunction callback, void* context) argument
181 WKFrameGetWebArchive_b(WKFrameRef frameRef, WKFrameGetWebArchiveBlock block) argument
[all...]
H A DWKPage.cpp438 void WKPageGetSourceForFrame(WKPageRef pageRef, WKFrameRef frameRef, void* context, WKPageGetSourceForFrameFunction callback) argument
440 toImpl(pageRef)->getSourceForFrame(toImpl(frameRef), StringCallback::create(context, callback));
451 void WKPageGetSourceForFrame_b(WKPageRef pageRef, WKFrameRef frameRef, WKPageGetSourceForFrameBlock block) argument
453 WKPageGetSourceForFrame(pageRef, frameRef, Block_copy(block), callGetSourceForFrameBlockBlockAndDispose);
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleFrame.cpp44 bool WKBundleFrameIsMainFrame(WKBundleFrameRef frameRef) argument
46 return toImpl(frameRef)->isMainFrame();
49 WKURLRef WKBundleFrameCopyURL(WKBundleFrameRef frameRef) argument
51 return toCopiedURLAPI(toImpl(frameRef)->url());
54 WKURLRef WKBundleFrameCopyProvisionalURL(WKBundleFrameRef frameRef) argument
56 return toCopiedURLAPI(toImpl(frameRef)->provisionalURL());
59 WKFrameLoadState WKBundleFrameGetFrameLoadState(WKBundleFrameRef frameRef) argument
61 Frame* coreFrame = toImpl(frameRef)->coreFrame();
82 WKArrayRef WKBundleFrameCopyChildFrames(WKBundleFrameRef frameRef) argument
84 return toAPI(toImpl(frameRef)
87 WKBundleFrameGetNumberOfActiveAnimations(WKBundleFrameRef frameRef) argument
92 WKBundleFramePauseAnimationOnElementWithId(WKBundleFrameRef frameRef, WKStringRef name, WKStringRef elementID, double time) argument
97 WKBundleFrameSuspendAnimations(WKBundleFrameRef frameRef) argument
102 WKBundleFrameResumeAnimations(WKBundleFrameRef frameRef) argument
107 WKBundleFrameGetJavaScriptContext(WKBundleFrameRef frameRef) argument
117 WKBundleFrameGetJavaScriptContextForWorld(WKBundleFrameRef frameRef, WKBundleScriptWorldRef worldRef) argument
122 WKBundleFrameGetJavaScriptWrapperForNodeForWorld(WKBundleFrameRef frameRef, WKBundleNodeHandleRef nodeHandleRef, WKBundleScriptWorldRef worldRef) argument
127 WKBundleFrameGetJavaScriptWrapperForRangeForWorld(WKBundleFrameRef frameRef, WKBundleRangeHandleRef rangeHandleRef, WKBundleScriptWorldRef worldRef) argument
132 WKBundleFrameCopyName(WKBundleFrameRef frameRef) argument
137 WKBundleFrameGetComputedStyleIncludingVisitedInfo(WKBundleFrameRef frameRef, JSObjectRef element) argument
142 WKBundleFrameCopyCounterValue(WKBundleFrameRef frameRef, JSObjectRef element) argument
147 WKBundleFrameCopyMarkerText(WKBundleFrameRef frameRef, JSObjectRef element) argument
152 WKBundleFrameCopyInnerText(WKBundleFrameRef frameRef) argument
157 WKBundleFrameGetPendingUnloadCount(WKBundleFrameRef frameRef) argument
162 WKBundleFrameGetPage(WKBundleFrameRef frameRef) argument
167 WKBundleFrameClearOpener(WKBundleFrameRef frameRef) argument
174 WKBundleFrameCopyLayerTreeAsText(WKBundleFrameRef frameRef) argument
179 WKBundleFrameAllowsFollowingLink(WKBundleFrameRef frameRef, WKURLRef urlRef) argument
184 WKBundleFrameGetContentBounds(WKBundleFrameRef frameRef) argument
189 WKBundleFrameGetVisibleContentBounds(WKBundleFrameRef frameRef) argument
194 WKBundleFrameGetVisibleContentBoundsExcludingScrollbars(WKBundleFrameRef frameRef) argument
199 WKBundleFrameGetScrollOffset(WKBundleFrameRef frameRef) argument
204 WKBundleFrameHasHorizontalScrollbar(WKBundleFrameRef frameRef) argument
209 WKBundleFrameHasVerticalScrollbar(WKBundleFrameRef frameRef) argument
214 WKBundleFrameGetDocumentBackgroundColor(WKBundleFrameRef frameRef, double* red, double* green, double* blue, double* alpha) argument
219 WKBundleFrameCopySuggestedFilenameForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef) argument
224 WKBundleFrameCopyMIMETypeForResourceWithURL(WKBundleFrameRef frameRef, WKURLRef urlRef) argument
[all...]
H A DWKBundlePrivate.h72 WK_EXPORT int WKBundleNumberOfPages(WKBundleRef bundle, WKBundleFrameRef frameRef, double pageWidthInPixels, double pageHeightInPixels);
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);
75 WK_EXPORT bool WKBundleIsPageBoxVisible(WKBundleRef bundle, WKBundleFrameRef frameRef, int);
H A DWKBundle.cpp156 int WKBundleNumberOfPages(WKBundleRef bundleRef, WKBundleFrameRef frameRef, double pageWidthInPixels, double pageHeightInPixels) argument
158 return toImpl(bundleRef)->numberOfPages(toImpl(frameRef), pageWidthInPixels, pageHeightInPixels);
161 int WKBundlePageNumberForElementById(WKBundleRef bundleRef, WKBundleFrameRef frameRef, WKStringRef idRef, double pageWidthInPixels, double pageHeightInPixels) argument
163 return toImpl(bundleRef)->pageNumberForElementById(toImpl(frameRef), toImpl(idRef)->string(), pageWidthInPixels, pageHeightInPixels);
166 WKStringRef WKBundlePageSizeAndMarginsInPixels(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex, int width, int height, int marginTop, int marginRight, int marginBottom, int marginLeft) argument
168 return toCopiedAPI(toImpl(bundleRef)->pageSizeAndMarginsInPixels(toImpl(frameRef), pageIndex, width, height, marginTop, marginRight, marginBottom, marginLeft));
171 WK_EXPORT bool WKBundleIsPageBoxVisible(WKBundleRef bundleRef, WKBundleFrameRef frameRef, int pageIndex) argument
173 return toImpl(bundleRef)->isPageBoxVisible(toImpl(frameRef), pageIndex);
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DWKView.h40 - (NSPrintOperation *)printOperationWithPrintInfo:(NSPrintInfo *)printInfo forFrame:(WKFrameRef)frameRef;
41 - (BOOL)canChangeFrameLayout:(WKFrameRef)frameRef;
H A DWKView.mm1908 - (BOOL)canChangeFrameLayout:(WKFrameRef)frameRef
1911 return !toImpl(frameRef)->isMainFrame() || !_data->_pdfViewController;
1914 - (NSPrintOperation *)printOperationWithPrintInfo:(NSPrintInfo *)printInfo forFrame:(WKFrameRef)frameRef
1916 LOG(View, "Creating an NSPrintOperation for frame '%s'", toImpl(frameRef)->url().utf8().data());
1920 if (!toImpl(frameRef)->isMainFrame())
1924 RetainPtr<WKPrintingView> printingView(AdoptNS, [[WKPrintingView alloc] initWithFrameProxy:toImpl(frameRef) view:self]);
1928 [printOperation setJobTitle:toImpl(frameRef)->title()];

Completed in 76 milliseconds