Searched defs:currentView (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DValidationMessageClientImpl.cpp66 FrameView* ValidationMessageClientImpl::currentView() function in class:blink::ValidationMessageClientImpl
82 IntRect anchorInRootView = currentView()->contentsToRootView(anchor.pixelSnappedBoundingBox());
83 m_lastAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(anchorInRootView);
129 if (monotonicallyIncreasingTime() >= m_finishTime || !currentView()) {
136 IntRect newAnchorRect = currentView()->contentsToRootView(m_currentAnchor->pixelSnappedBoundingBox());
137 newAnchorRect = intersection(currentView()->convertToRootView(currentView()->boundsRect()), newAnchorRect);
143 IntRect newAnchorRectInScreen = currentView()->hostWindow()->rootViewToScreen(newAnchorRect);
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DUiUtils.java110 * @param currentView The view to generate a screenshot of.
118 View currentView, int maximumDimension, Bitmap.Config bitmapConfig) {
120 boolean drawingCacheEnabled = currentView.isDrawingCacheEnabled();
122 prepareViewHierarchyForScreenshot(currentView, true);
123 if (!drawingCacheEnabled) currentView.setDrawingCacheEnabled(true);
126 Bitmap originalBitmap = currentView.getDrawingCache();
146 } else if (currentView.getMeasuredHeight() > 0 && currentView.getMeasuredWidth() > 0) {
147 double originalHeight = currentView.getMeasuredHeight();
148 double originalWidth = currentView
117 generateScaledScreenshot( View currentView, int maximumDimension, Bitmap.Config bitmapConfig) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp165 SVGViewSpec* SVGSVGElement::currentView() function in class:WebCore::SVGSVGElement
704 view = currentView(); // Create the SVGViewSpec.
739 SVGViewSpec* view = currentView();

Completed in 171 milliseconds