Searched refs:currentView (Results 1 – 10 of 10) sorted by relevance
229 var currentView = this._searchResults[this._currentSearchResultIndex];231 if (currentView.showingLastSearchResult()) {234 currentView = this._searchResults[this._currentSearchResultIndex];238 if (currentView !== this.visibleView) {239 this.showView(currentView);244 currentView.jumpToFirstSearchResult();246 currentView.jumpToNextSearchResult();262 var currentView = this._searchResults[this._currentSearchResultIndex];264 if (currentView.showingFirstSearchResult()) {267 currentView = this._searchResults[this._currentSearchResultIndex];[all …]
448 this.currentView = this.constructorsView;554 this.currentView.show();601 if (this.currentView !== this.constructorsView && this.currentView !== this.diffView)726 …WebInspector.PleaseWaitMessage.prototype.startAction(this.currentView.element, showDiffData.bind(t…794 this.currentView.hide();796 this.currentView = view.view;798 this.currentView.show();800 if (this.currentView === this.diffView) {809 …WebInspector.PleaseWaitMessage.prototype.startAction(this.currentView.element, loadData.bind(this)…
185 void SVGSVGElement::setUseCurrentView(bool currentView) in setUseCurrentView() argument187 m_useCurrentView = currentView; in setUseCurrentView()190 SVGViewSpec* SVGSVGElement::currentView() const in currentView() function in WebCore::SVGSVGElement593 if (currentView()) // what if we should use it but it is not set? in viewBoxToViewTransform()594 viewBoxRect = currentView()->viewBox(); in viewBoxToViewTransform()600 if (useCurrentView() && currentView()) { in viewBoxToViewTransform()602 if (currentView()->transform().concatenate(transform)) in viewBoxToViewTransform()613 currentView()->setViewBoxBaseValue(viewElement->viewBox()); in inheritViewAttributes()615 currentView()->setViewBoxBaseValue(viewBox()); in inheritViewAttributes()622 currentView()->setPreserveAspectRatioBaseValue(aspectRatio); in inheritViewAttributes()[all …]
74 if (rootElement()->currentView()) in zoomAndPanEnabled()75 … return rootElement()->currentView()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY; in zoomAndPanEnabled()
77 void setUseCurrentView(bool currentView);79 SVGViewSpec* currentView() const;
51 // TODO readonly attribute SVGViewSpec currentView;
1438 if (!svg->currentView()->parseViewSpec(name)) in scrollToAnchor()
15 Fix SVGSVGElement::currentView() to not leak by using an OwnPtr.17 SVGSVGElement.currentView in the bindings (that needs a ref'd object)24 (WebCore::SVGSVGElement::currentView): call .get() and .set()2334 (WebCore::SVGDocument::zoomAndPanEnabled): Take into account currentView for zoom/pan2353 (WebCore::SVGSVGElement::currentView):
7814 (WebCore::SVGSVGElement::currentView): Pass non-const SVGSVGElement* object to SVGViewSpec.35040 (WebCore::SVGSVGElement::currentView):35437 (WebCore::SVGSVGElement::currentView):
24937 (WebCore::SVGSVGElement::currentView):25275 (WebCore::SVGSVGElement::currentView):25358 (WebCore::SVGSVGElement::currentView):65365 (WebCore::SVGSVGElement::currentView):