HomeSort by relevance Sort by last modified time
    Searched refs:frameRect (Results 26 - 50 of 106) sorted by null

12 3 4 5

  /external/webkit/Source/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 307 return scrollbar->frameRect();
389 trackInfo.bounds = scrollbar->frameRect();
414 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
416 IntRect bufferRect(scrollbar->frameRect());
418 bufferRect.move(-scrollbar->frameRect().x(), -scrollbar->frameRect().y());
478 scrollbar->frameRect(),
483 context->drawImageBuffer(imageBuffer.get(), ColorSpaceDeviceRGB, scrollbar->frameRect().location());
  /external/webkit/Source/WebCore/platform/gtk/
WidgetGtk.cpp 104 IntRect Widget::frameRect() const
GtkPluginWidget.cpp 60 IntRect rect = frameRect();
  /external/webkit/Source/WebCore/platform/haiku/
WidgetHaiku.cpp 73 IntRect Widget::frameRect() const
  /external/webkit/Source/WebCore/platform/wx/
WidgetWx.cpp 77 IntRect Widget::frameRect() const
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 137 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
175 if (!m_windowRect.intersects(frameView->frameRect())
182 // Note that we don't invalidate the frameRect() here. This is because QWebFrame::renderRelativeCoords()
272 painter->drawImage(QPoint(frameRect().x() + exposedRect.x(), frameRect().y() + exposedRect.y()), m_image, exposedRect);
367 exposedRect.intersect(frameRect());
368 exposedRect.move(-frameRect().x(), -frameRect().y());
377 painter->translate(frameRect().x(), frameRect().y())
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGText.h 70 virtual FloatRect objectBoundingBox() const { return frameRect(); }
  /external/webkit/Source/WebKit/chromium/public/
WebPlugin.h 65 const WebRect& frameRect, const WebRect& clipRect,
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
154 clipRect.intersect(frameRect());
156 context->translate(frameRect().location().x(), frameRect().location().y());
  /external/webkit/Source/WebCore/platform/mac/
ScrollbarThemeMac.mm 357 return scrollbar->frameRect();
455 context->translate(scrollbar->frameRect().x(), scrollbar->frameRect().y());
461 scrollbar->frameRect());
472 trackInfo.bounds = scrollbar->frameRect();
516 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
518 IntRect bufferRect(scrollbar->frameRect());
525 imageBuffer->context()->translate(scrollbar->frameRect().x() - bufferRect.x(), scrollbar->frameRect().y() - bufferRect.y());
WidgetMac.mm 162 IntRect Widget::frameRect() const
242 IntPoint transformOrigin = frameRect().location();
243 AffineTransform widgetToViewTranform = makeMapBetweenRects(IntRect(IntPoint(), frameRect().size()), [view bounds]);
  /external/webkit/Source/WebCore/platform/efl/
ScrollbarEfl.cpp 138 IntRect rect = frameRect();
202 IntRect rect = frameRect();
  /external/webkit/Source/WebCore/rendering/
RenderScrollbarTheme.cpp 85 return scrollbar->frameRect();
117 toRenderScrollbar(scrollbar)->paintPart(context, ScrollbarBGPart, scrollbar->frameRect());
RenderWidget.cpp 172 bool boundsChanged = m_widget->frameRect() != frame;
292 paintInfo.context->drawImage(m_substituteImage.get(), style()->colorSpace(), m_widget->frameRect());
294 IntPoint widgetLocation = m_widget->frameRect().location();
316 paintInfo.overlapTestRequests->set(this, m_widget->frameRect());
InlineFlowBox.cpp     [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 59 HRESULT frameRect([out, retval] RECT* bounds);
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 86 virtual HRESULT STDMETHODCALLTYPE frameRect(
  /external/webkit/Source/WebKit/wince/
WebView.h 69 void frameRect(RECT* rect) const;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
Plugin.h 92 virtual void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect) = 0;
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 431 m_windowRect = frameView->contentsToWindow(frameRect());
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
549 setNPWindowRect(frameRect());
568 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
570 LocalWindowsContext windowsContext(context, frameRect(), false);
610 setNPWindowRect(frameRect());
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
999 setNPWindowRect(frameRect());
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 447 m_windowRect = frameView->contentsToWindow(frameRect());
487 IntPoint offset = frameRect().location();
491 IntRect targetRect(frameRect());
496 r.origin.x = targetRect.x() - frameRect().x();
497 r.origin.y = targetRect.y() - frameRect().y();
529 targetRect.x() - frameRect().x(), targetRect.y() - frameRect().y(), targetRect.width(), targetRect.height());
  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.cpp 116 scrollbar->frameRect(),
171 if (!scrollbar->frameRect().contains(mousePosition))
224 result = scrollbar->frameRect();
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.cpp 79 IntRect oldRect = m_scrollbar->frameRect();
158 if (!m_scrollbar->frameRect().contains(mousedown.x, mousedown.y))
178 if (m_scrollbar->frameRect().contains(mousemove.x, mousemove.y)
  /external/webkit/Source/WebCore/accessibility/
AccessibilityScrollView.cpp 156 return m_scrollView->frameRect();
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 136 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
200 exposedRect.intersect(frameRect());
201 exposedRect.move(-frameRect().x(), -frameRect().y());
252 cairo_set_source_surface(cr, drawableSurface.get(), frameRect().x(), frameRect().y());
255 frameRect().x() + exposedRect.x(), frameRect().y() + exposedRect.y(),

Completed in 676 milliseconds

12 3 4 5