Searched refs:rangeRect (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp556 IntRect rangeRect; local
558 rangeRect = trackRect;
559 rangeRect.setWidth(width);
561 rangeRect.setLocation(IntPoint(trackRect.x() + start / mediaDuration* totalWidth, trackRect.y()));
562 rangeRect.setSize(IntSize(width, trackRect.height()));
566 if (rangeRect.isEmpty())
569 IntPoint sliderTopLeft = rangeRect.location();
571 sliderTopRight.move(0, rangeRect.height());
579 context->fillRect(rangeRect);
/external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
H A DWebPageMac.mm521 IntRect rangeRect = frame->view()->contentsToWindow(quads[0].enclosingBoundingBox());
525 dictionaryPopupInfo.origin = FloatPoint(rangeRect.x(), rangeRect.y());
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm640 NSRect rangeRect = [self _firstRectForDOMRange:range];
646 layer->scrollRectToVisible(enclosingIntRect(rangeRect), false, ScrollAlignment::alignToEdgeIfNeeded, ScrollAlignment::alignToEdgeIfNeeded);

Completed in 142 milliseconds