Home
last modified time | relevance | path

Searched refs:currentView (Results 1 – 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DPanel.js229 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 …]
DDetailedHeapshotView.js448 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)…
/external/webkit/Source/WebCore/svg/
DSVGSVGElement.cpp185 void SVGSVGElement::setUseCurrentView(bool currentView) in setUseCurrentView() argument
187 m_useCurrentView = currentView; in setUseCurrentView()
190 SVGViewSpec* SVGSVGElement::currentView() const in currentView() function in WebCore::SVGSVGElement
593 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 …]
DSVGDocument.cpp74 if (rootElement()->currentView()) in zoomAndPanEnabled()
75 … return rootElement()->currentView()->zoomAndPan() == SVGZoomAndPan::SVG_ZOOMANDPAN_MAGNIFY; in zoomAndPanEnabled()
DSVGSVGElement.h77 void setUseCurrentView(bool currentView);
79 SVGViewSpec* currentView() const;
DSVGSVGElement.idl51 // TODO readonly attribute SVGViewSpec currentView;
/external/webkit/Source/WebCore/page/
DFrameView.cpp1438 if (!svg->currentView()->parseViewSpec(name)) in scrollToAnchor()
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1415 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/pan
2353 (WebCore::SVGSVGElement::currentView):
DChangeLog-2008-08-107814 (WebCore::SVGSVGElement::currentView): Pass non-const SVGSVGElement* object to SVGViewSpec.
35040 (WebCore::SVGSVGElement::currentView):
35437 (WebCore::SVGSVGElement::currentView):
DChangeLog-2010-12-0624937 (WebCore::SVGSVGElement::currentView):
25275 (WebCore::SVGSVGElement::currentView):
25358 (WebCore::SVGSVGElement::currentView):
65365 (WebCore::SVGSVGElement::currentView):