Lines Matching refs:mainFrame
160 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in numberOfActiveAnimations() local
161 return WKBundleFrameGetNumberOfActiveAnimations(mainFrame); in numberOfActiveAnimations()
168 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in pauseAnimationAtTimeOnElementWithId() local
169 …return WKBundleFramePauseAnimationOnElementWithId(mainFrame, toWK(animationName).get(), toWK(eleme… in pauseAnimationAtTimeOnElementWithId()
174 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in suspendAnimations() local
175 WKBundleFrameSuspendAnimations(mainFrame); in suspendAnimations()
180 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in resumeAnimations() local
181 WKBundleFrameResumeAnimations(mainFrame); in resumeAnimations()
186 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in layerTreeAsText() local
187 WKRetainPtr<WKStringRef> text(AdoptWK, WKBundleFrameCopyLayerTreeAsText(mainFrame)); in layerTreeAsText()
218 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in computedStyleIncludingVisitedInfo() local
219 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in computedStyleIncludingVisitedInfo()
222 …JSValueRef value = WKBundleFrameGetComputedStyleIncludingVisitedInfo(mainFrame, const_cast<JSObjec… in computedStyleIncludingVisitedInfo()
230 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in counterValueForElementById() local
231 JSObjectRef element = getElementById(mainFrame, elementId); in counterValueForElementById()
234 …WKRetainPtr<WKStringRef> value(AdoptWK, WKBundleFrameCopyCounterValue(mainFrame, const_cast<JSObje… in counterValueForElementById()
240 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in markerTextForListItem() local
241 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in markerTextForListItem()
244 …WKRetainPtr<WKStringRef> text(AdoptWK, WKBundleFrameCopyMarkerText(mainFrame, const_cast<JSObjectR… in markerTextForListItem()
259 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in findString() local
260 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in findString()
331 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in numberOfPages() local
332 …return WKBundleNumberOfPages(InjectedBundle::shared().bundle(), mainFrame, pageWidthInPixels, page… in numberOfPages()
337 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in pageNumberForElementById() local
338 …return WKBundlePageNumberForElementById(InjectedBundle::shared().bundle(), mainFrame, toWK(id).get… in pageNumberForElementById()
343 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in pageSizeAndMarginsInPixels() local
344 …return toJS(WKBundlePageSizeAndMarginsInPixels(InjectedBundle::shared().bundle(), mainFrame, pageI… in pageSizeAndMarginsInPixels()
349 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in isPageBoxVisible() local
350 return WKBundleIsPageBoxVisible(InjectedBundle::shared().bundle(), mainFrame, pageIndex); in isPageBoxVisible()
360 WKBundleFrameRef mainFrame = WKBundlePageGetMainFrame(InjectedBundle::shared().page()->page()); in shadowRoot() local
361 JSContextRef context = WKBundleFrameGetJavaScriptContext(mainFrame); in shadowRoot()
374 …return WKBundleFrameGetJavaScriptWrapperForNodeForWorld(mainFrame, shadowRootDOMElement.get(), WKB… in shadowRoot()