HomeSort by relevance Sort by last modified time
    Searched full:framerect (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/webkit/WebCore/platform/
Widget.h 135 int x() const { return frameRect().x(); }
136 int y() const { return frameRect().y(); }
137 int width() const { return frameRect().width(); }
138 int height() const { return frameRect().height(); }
139 IntSize size() const { return frameRect().size(); }
140 IntPoint pos() const { return frameRect().location(); }
143 virtual IntRect frameRect() const;
ScrollView.cpp 287 rect.intersect(view->frameRect());
374 IntSize frameSize = frameRect().size();
433 IntRect oldRect(m_horizontalScrollbar->frameRect());
439 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
457 IntRect oldRect(m_verticalScrollbar->frameRect());
463 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
640 if (m_horizontalScrollbar && m_horizontalScrollbar->frameRect().contains(viewPoint))
642 if (m_verticalScrollbar && m_verticalScrollbar->frameRect().contains(viewPoint))
680 IntRect oldRect = frameRect();
785 documentDirtyRect.intersect(frameRect());
    [all...]
  /external/webkit/WebKit/chromium/src/
WebPluginContainerImpl.cpp 74 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect)
76 Widget::setFrameRect(frameRect);
89 if (!frameRect().intersects(damageRect))
220 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
401 void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect,
407 parent()->contentsToWindow(frameRect.location()), frameRect.size());
413 windowCutOutRects(frameRect, cutOutRects);
416 cutOutRects[i].move(-frameRect.x(), -frameRect.y())
    [all...]
WebPluginContainerImpl.h 108 void calculateGeometry(const WebCore::IntRect& frameRect,
113 void windowCutOutRects(const WebCore::IntRect& frameRect,
  /external/webkit/WebKit/mac/Carbon/
CarbonWindowFrame.m 86 + (NSRect)contentRectForFrameRect:(NSRect)frameRect styleMask:(NSUInteger)style {
89 return frameRect;
191 - (NSRect)dragRectForFrameRect:(NSRect)frameRect {
197 dragRect.origin.y = NSMaxY(frameRect) - dragRect.size.height;
198 dragRect.size.width = frameRect.size.width;
199 dragRect.origin.x = frameRect.origin.x;
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 207 IntRect frameRect(frameReader->x_offset, frameReader->y_offset, frameReader->width, frameReader->height);
209 // Make sure the frameRect doesn't extend past the bottom-right of the buffer.
210 if (frameRect.right() > size().width())
211 frameRect.setWidth(size().width() - frameReader->x_offset);
212 if (frameRect.bottom() > size().height())
213 frameRect.setHeight(size().height() - frameReader->y_offset);
216 int left = upperBoundScaledX(frameRect.x());
217 int right = lowerBoundScaledX(frameRect.right(), left);
218 int top = upperBoundScaledY(frameRect.y());
219 int bottom = lowerBoundScaledY(frameRect.bottom(), top)
    [all...]
  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 87 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
97 if (!m_windowRect.intersects(frameView->frameRect()))
145 clipRect.intersect(frameRect());
147 context->translate(frameRect().location().x(), frameRect().location().y());
  /external/webkit/WebCore/rendering/
RenderScrollbarTheme.cpp 85 return scrollbar->frameRect();
117 toRenderScrollbar(scrollbar)->paintPart(context, ScrollbarBGPart, scrollbar->frameRect());
RenderWidget.cpp 154 if (!node() || m_widget->frameRect() == frame)
258 paintInfo.context->drawImage(m_substituteImage.get(), style()->colorSpace(), m_widget->frameRect());
260 IntPoint widgetLocation = m_widget->frameRect().location();
278 paintInfo.overlapTestRequests->set(this, m_widget->frameRect());
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzWindow.h 28 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
SDL_QuartzWindow.m 106 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag
117 [ super setFrame:frameRect display:flag ];
123 [ super setFrame:frameRect display:flag ];
  /external/webkit/WebCore/plugins/win/
PluginViewWin.cpp 427 m_windowRect = frameView->contentsToWindow(frameRect());
429 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
530 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect());
537 IntPoint p = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
541 windowpos.cx = frameRect().width();
542 windowpos.cy = frameRect().height();
552 setNPWindowRect(frameRect());
571 IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().location());
573 HDC hdc = context->getWindowsContext(frameRect(), false)
    [all...]
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 85 if (rect != frameRect())
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 303 return scrollbar->frameRect();
374 trackInfo.bounds = scrollbar->frameRect();
399 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
401 IntRect bufferRect(scrollbar->frameRect());
403 bufferRect.move(-scrollbar->frameRect().x(), -scrollbar->frameRect().y());
456 context->drawImage(imageBuffer->image(), DeviceColorSpace, scrollbar->frameRect().location());
WidgetChromium.cpp 75 IntRect Widget::frameRect() const
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 290 return scrollbar->frameRect();
361 trackInfo.bounds = scrollbar->frameRect();
388 trackInfo.bounds = IntRect(IntPoint(), scrollbar->frameRect().size());
390 IntRect bufferRect(scrollbar->frameRect());
392 bufferRect.move(-scrollbar->frameRect().x(), -scrollbar->frameRect().y());
399 context->drawImage(imageBuffer->image(), DeviceColorSpace, scrollbar->frameRect().location());
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 128 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
155 if (!m_windowRect.intersects(frameView->frameRect()))
209 exposedRect.intersect(frameRect());
210 exposedRect.move(-frameRect().x(), -frameRect().y());
289 cairo_set_source_surface(cr, drawableSurface, frameRect().x(), frameRect().y());
292 frameRect().x() + exposedRect.x(), frameRect().y() + exposedRect.y()
    [all...]
  /external/webkit/WebCore/platform/android/
WidgetAndroid.cpp 50 IntRect Widget::frameRect() const
  /external/webkit/WebCore/platform/haiku/
WidgetHaiku.cpp 50 IntRect Widget::frameRect() const
  /external/webkit/WebCore/platform/qt/
WidgetQt.cpp 66 IntRect Widget::frameRect() const
  /external/webkit/WebCore/platform/win/
WidgetWin.cpp 112 IntRect Widget::frameRect() const
  /external/webkit/WebCore/platform/wx/
WidgetWx.cpp 71 IntRect Widget::frameRect() const
  /external/webkit/WebKit/chromium/public/
WebPlugin.h 63 const WebRect& frameRect, const WebRect& clipRect,
  /external/webkit/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 59 HRESULT frameRect([out, retval] RECT* bounds);
  /external/webkit/WebCore/platform/gtk/
ScrollViewGtk.cpp 104 m_horizontalAdjustment->upper = resetValues ? 0 : frameRect().width();
110 m_verticalAdjustment->upper = resetValues ? 0 : frameRect().height();

Completed in 294 milliseconds

1 2 3