Lines Matching refs:toImpl
50 return toAPI(toImpl(pageRef)->process()->context()); in WKPageGetContext()
55 return toAPI(toImpl(pageRef)->pageGroup()); in WKPageGetPageGroup()
60 toImpl(pageRef)->loadURL(toWTFString(URLRef)); in WKPageLoadURL()
65 toImpl(pageRef)->loadURLRequest(toImpl(urlRequestRef)); in WKPageLoadURLRequest()
70 toImpl(pageRef)->loadHTMLString(toWTFString(htmlStringRef), toWTFString(baseURLRef)); in WKPageLoadHTMLString()
75 …toImpl(pageRef)->loadAlternateHTMLString(toWTFString(htmlStringRef), toWTFString(baseURLRef), toWT… in WKPageLoadAlternateHTMLString()
80 toImpl(pageRef)->loadPlainTextString(toWTFString(plainTextStringRef)); in WKPageLoadPlainTextString()
85 toImpl(pageRef)->stopLoading(); in WKPageStopLoading()
90 toImpl(pageRef)->reload(false); in WKPageReload()
95 toImpl(pageRef)->reload(true); in WKPageReloadFromOrigin()
100 return toImpl(pageRef)->tryClose(); in WKPageTryClose()
105 toImpl(pageRef)->close(); in WKPageClose()
110 return toImpl(pageRef)->isClosed(); in WKPageIsClosed()
115 toImpl(pageRef)->goForward(); in WKPageGoForward()
120 return toImpl(pageRef)->canGoForward(); in WKPageCanGoForward()
125 toImpl(pageRef)->goBack(); in WKPageGoBack()
130 return toImpl(pageRef)->canGoBack(); in WKPageCanGoBack()
135 toImpl(pageRef)->goToBackForwardItem(toImpl(itemRef)); in WKPageGoToBackForwardListItem()
140 return toAPI(toImpl(pageRef)->backForwardList()); in WKPageGetBackForwardList()
145 return toCopiedAPI(toImpl(pageRef)->pageTitle()); in WKPageCopyTitle()
150 return toAPI(toImpl(pageRef)->mainFrame()); in WKPageGetMainFrame()
155 return toAPI(toImpl(pageRef)->focusedFrame()); in WKPageGetFocusedFrame()
160 return toAPI(toImpl(pageRef)->frameSetLargestFrame()); in WKPageGetFrameSetLargestFrame()
166 return toAPI(toImpl(pageRef)->inspector()); in WKPageGetInspector()
172 return toImpl(pageRef)->estimatedProgress(); in WKPageGetEstimatedProgress()
177 toImpl(pageRef)->setMemoryCacheClientCallsEnabled(memoryCacheClientCallsEnabled); in WKPageSetMemoryCacheClientCallsEnabled()
182 return toCopiedAPI(toImpl(pageRef)->userAgent()); in WKPageCopyUserAgent()
187 return toCopiedAPI(toImpl(pageRef)->applicationNameForUserAgent()); in WKPageCopyApplicationNameForUserAgent()
192 toImpl(pageRef)->setApplicationNameForUserAgent(toWTFString(applicationNameRef)); in WKPageSetApplicationNameForUserAgent()
197 return toCopiedAPI(toImpl(pageRef)->customUserAgent()); in WKPageCopyCustomUserAgent()
202 toImpl(pageRef)->setCustomUserAgent(toWTFString(userAgentRef)); in WKPageSetCustomUserAgent()
207 return toImpl(pageRef)->supportsTextEncoding(); in WKPageSupportsTextEncoding()
212 return toCopiedAPI(toImpl(pageRef)->customTextEncodingName()); in WKPageCopyCustomTextEncodingName()
217 toImpl(pageRef)->setCustomTextEncodingName(toWTFString(encodingNameRef)); in WKPageSetCustomTextEncodingName()
222 toImpl(pageRef)->terminateProcess(); in WKPageTerminate()
233 return toAPI(toImpl(pageRef)->sessionStateData(filter, context).releaseRef()); in WKPageCopySessionState()
238 toImpl(pageRef)->restoreFromSessionStateData(toImpl(sessionStateData)); in WKPageRestoreFromSessionState()
243 return toImpl(pageRef)->textZoomFactor(); in WKPageGetTextZoomFactor()
248 return toImpl(pageRef)->supportsTextZoom(); in WKPageSupportsTextZoom()
253 toImpl(pageRef)->setTextZoomFactor(zoomFactor); in WKPageSetTextZoomFactor()
258 return toImpl(pageRef)->pageZoomFactor(); in WKPageGetPageZoomFactor()
263 toImpl(pageRef)->setPageZoomFactor(zoomFactor); in WKPageSetPageZoomFactor()
268 toImpl(pageRef)->setPageAndTextZoomFactors(pageZoomFactor, textZoomFactor); in WKPageSetPageAndTextZoomFactors()
273 toImpl(pageRef)->scaleWebView(scale, toIntPoint(origin)); in WKPageSetScaleFactor()
278 return toImpl(pageRef)->viewScaleFactor(); in WKPageGetScaleFactor()
283 toImpl(pageRef)->setUseFixedLayout(fixed); in WKPageSetUseFixedLayout()
288 toImpl(pageRef)->setFixedLayoutSize(toIntSize(size)); in WKPageSetFixedLayoutSize()
293 return toImpl(pageRef)->useFixedLayout(); in WKPageUseFixedLayout()
298 return toAPI(toImpl(pageRef)->fixedLayoutSize()); in WKPageFixedLayoutSize()
303 return toImpl(pageRef)->hasHorizontalScrollbar(); in WKPageHasHorizontalScrollbar()
308 return toImpl(pageRef)->hasVerticalScrollbar(); in WKPageHasVerticalScrollbar()
313 return toImpl(pageRef)->isPinnedToLeftSide(); in WKPageIsPinnedToLeftSide()
318 return toImpl(pageRef)->isPinnedToRightSide(); in WKPageIsPinnedToRightSide()
323 return toImpl(pageRef)->canDelete(); in WKPageCanDelete()
328 return toImpl(pageRef)->hasSelectedRange(); in WKPageHasSelectedRange()
333 return toImpl(pageRef)->isContentEditable(); in WKPageIsContentEditable()
338 toImpl(pageRef)->findString(toImpl(string)->string(), toFindOptions(options), maxMatchCount); in WKPageFindString()
343 toImpl(pageRef)->hideFindUI(); in WKPageHideFindUI()
348 …toImpl(pageRef)->countStringMatches(toImpl(string)->string(), toFindOptions(options), maxMatchCoun… in WKPageCountStringMatches()
355 toImpl(pageRef)->initializeContextMenuClient(wkClient); in WKPageSetPageContextMenuClient()
362 toImpl(pageRef)->initializeFindClient(wkClient); in WKPageSetPageFindClient()
369 toImpl(pageRef)->initializeFormClient(wkClient); in WKPageSetPageFormClient()
376 toImpl(pageRef)->initializeLoaderClient(wkClient); in WKPageSetPageLoaderClient()
383 toImpl(pageRef)->initializePolicyClient(wkClient); in WKPageSetPagePolicyClient()
390 toImpl(pageRef)->initializeResourceLoadClient(wkClient); in WKPageSetPageResourceLoadClient()
397 toImpl(pageRef)->initializeUIClient(wkClient); in WKPageSetPageUIClient()
402 …toImpl(pageRef)->runJavaScriptInMainFrame(toImpl(scriptRef)->string(), ScriptValueCallback::create… in WKPageRunJavaScriptInMainFrame()
421 toImpl(pageRef)->getRenderTreeExternalRepresentation(StringCallback::create(context, callback)); in WKPageRenderTreeExternalRepresentation()
440 toImpl(pageRef)->getSourceForFrame(toImpl(frameRef), StringCallback::create(context, callback)); in WKPageGetSourceForFrame()
459 toImpl(pageRef)->getContentsAsString(StringCallback::create(context, callback)); in WKPageGetContentsAsString()
478 toImpl(pageRef)->forceRepaint(VoidCallback::create(context, callback)); in WKPageForceRepaint()
483 if (toImpl(pageRef)->pendingAPIRequestURL().isNull()) in WKPageCopyPendingAPIRequestURL()
485 return toCopiedURLAPI(toImpl(pageRef)->pendingAPIRequestURL()); in WKPageCopyPendingAPIRequestURL()
500 …toImpl(pageRef)->validateCommand(toImpl(command)->string(), ValidateCommandCallback::create(contex… in WKPageValidateCommand()
505 toImpl(pageRef)->executeEditCommand(toImpl(command)->string()); in WKPageExecuteCommand()
539 …toImpl(page)->computePagesForPrinting(toImpl(frame), printInfoFromWKPrintInfo(printInfo), Computed… in WKPageComputePagesForPrinting()
544 toImpl(page)->beginPrinting(toImpl(frame), printInfoFromWKPrintInfo(printInfo)); in WKPageBeginPrinting()
549 …toImpl(page)->drawPagesToPDF(toImpl(frame), first, count, DataCallback::create(context, callback)); in WKPageDrawPagesToPDF()