Home
last modified time | relevance | path

Searched refs:frameRect (Results 1 – 25 of 140) sorted by relevance

123456

/external/webkit/Source/WebCore/platform/
DScrollView.cpp574 IntRect oldRect(m_horizontalScrollbar->frameRect()); in updateScrollbars()
580 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect()) in updateScrollbars()
595 IntRect oldRect(m_verticalScrollbar->frameRect()); in updateScrollbars()
601 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect()) in updateScrollbars()
805 if (m_horizontalScrollbar && m_horizontalScrollbar->frameRect().contains(viewPoint)) in scrollbarAtPoint()
807 if (m_verticalScrollbar && m_verticalScrollbar->frameRect().contains(viewPoint)) in scrollbarAtPoint()
838 IntRect oldRect = frameRect(); in wheelEvent()
887 IntRect scrollbarRect = scrollbar->frameRect(); in wheelEvent()
1024 documentDirtyRect.intersect(frameRect()); in wheelEvent()
1053 scrollViewDirtyRect.intersect(frameRect()); in wheelEvent()
[all …]
DWidget.h153 int x() const { return frameRect().x(); } in x()
154 int y() const { return frameRect().y(); } in y()
155 int width() const { return frameRect().width(); } in width()
156 int height() const { return frameRect().height(); } in height()
157 IntSize size() const { return frameRect().size(); } in size()
158 IntPoint pos() const { return frameRect().location(); } in pos()
162 virtual IntRect frameRect() const;
/external/webkit/Source/WebCore/platform/gtk/
DScrollViewGtk.cpp112 …int horizontalPageStep = max(max<int>(frameRect().width() * Scrollbar::minFractionToStepWhenPaging… in setHorizontalAdjustment()
118 resetValues ? 0 : frameRect().width()); in setHorizontalAdjustment()
151 …int verticalPageStep = max(max<int>(frameRect().width() * Scrollbar::minFractionToStepWhenPaging()… in setVerticalAdjustment()
157 resetValues ? 0 : frameRect().height()); in setVerticalAdjustment()
/external/webkit/Source/WebCore/platform/image-decoders/gif/
DGIFImageDecoder.cpp327 …IntRect frameRect(frameReader->x_offset, frameReader->y_offset, frameReader->width, frameReader->h… in initFrameBuffer() local
330 if (frameRect.maxX() > size().width()) in initFrameBuffer()
331 frameRect.setWidth(size().width() - frameReader->x_offset); in initFrameBuffer()
332 if (frameRect.maxY() > size().height()) in initFrameBuffer()
333 frameRect.setHeight(size().height() - frameReader->y_offset); in initFrameBuffer()
336 int left = upperBoundScaledX(frameRect.x()); in initFrameBuffer()
337 int right = lowerBoundScaledX(frameRect.maxX(), left); in initFrameBuffer()
338 int top = upperBoundScaledY(frameRect.y()); in initFrameBuffer()
339 int bottom = lowerBoundScaledY(frameRect.maxY(), top); in initFrameBuffer()
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dtab_contents_controller.mm20 - (void)tabContentsViewFrameWillChange:(NSRect)frameRect;
90 - (void)setFrame:(NSRect)frameRect {
91 [controller_ tabContentsViewFrameWillChange:frameRect];
92 [super setFrame:frameRect];
147 frameRect:contentsNativeViewFrame];
169 - (void)tabContentsViewFrameWillChange:(NSRect)frameRect {
170 [delegate_ tabContentsViewFrameWillChange:self frameRect:frameRect];
180 frameRect:[[self view] frame]];
Dtab_contents_controller.h23 frameRect:(NSRect)frameRect;
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.cpp86 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) in setFrameRect() argument
88 Widget::setFrameRect(frameRect); in setFrameRect()
101 if (!frameRect().intersects(damageRect)) in paint()
306 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects); in reportGeometry()
554 void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect, in calculateGeometry() argument
560 parent()->contentsToWindow(frameRect.location()), frameRect.size()); in calculateGeometry()
566 getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects); in calculateGeometry()
569 cutOutRects[i].move(-frameRect.x(), -frameRect.y()); in calculateGeometry()
DWebPluginContainerImpl.h138 void calculateGeometry(const WebCore::IntRect& frameRect,
143 void windowCutOutRects(const WebCore::IntRect& frameRect,
/external/webkit/Source/WebCore/plugins/qt/
DPluginViewQt.cpp137 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
175 if (!m_windowRect.intersects(frameView->frameRect()) in updatePluginWidget()
272 …painter->drawImage(QPoint(frameRect().x() + exposedRect.x(), frameRect().y() + exposedRect.y()), m… in paintUsingImageSurfaceExtension()
367 exposedRect.intersect(frameRect()); in paint()
368 exposedRect.move(-frameRect().x(), -frameRect().y()); in paint()
377 painter->translate(frameRect().x(), frameRect().y()); in paint()
379 painter->translate(-frameRect().x(), -frameRect().y()); in paint()
646 getPluginOcclusions(m_element, this->parent(), frameRect(), cutOutRects); in setNPWindowIfNeeded()
648 cutOutRects[i].move(-frameRect().x(), -frameRect().y()); in setNPWindowIfNeeded()
957 if (!frameRect().isEmpty()) in platformStart()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginProxy.cpp170 void PluginProxy::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect) in geometryDidChange() argument
174 m_frameRect = frameRect; in geometryDidChange()
178 …->connection()->send(Messages::PluginControllerProxy::GeometryDidChange(frameRect, clipRect, plugi… in geometryDidChange()
184 m_backingStore = ShareableBitmap::create(frameRect.size(), ShareableBitmap::SupportsAlpha); in geometryDidChange()
186 } else if (frameRect.size() != m_backingStore->size()) { in geometryDidChange()
188 if (!m_backingStore->resize(frameRect.size())) in geometryDidChange()
198 …m_pluginBackingStore = ShareableBitmap::createShareable(frameRect.size(), ShareableBitmap::Support… in geometryDidChange()
211 …m_connection->connection()->send(Messages::PluginControllerProxy::GeometryDidChange(frameRect, cli… in geometryDidChange()
/external/webkit/Source/WebCore/rendering/
DRenderMeter.cpp50 setWidth(theme()->meterSizeForBounds(this, frameRect()).width()); in computeLogicalWidth()
56 setHeight(theme()->meterSizeForBounds(this, frameRect()).height()); in computeLogicalHeight()
DRenderWidget.cpp168 bool boundsChanged = m_widget->frameRect() != frame; in setWidgetGeometry()
288 …aintInfo.context->drawImage(m_substituteImage.get(), style()->colorSpace(), m_widget->frameRect()); in paint()
290 IntPoint widgetLocation = m_widget->frameRect().location(); in paint()
312 paintInfo.overlapTestRequests->set(this, m_widget->frameRect()); in paint()
/external/webkit/Source/WebCore/inspector/
DInspectorFrontendClientLocal.cpp129 FloatRect frameRect = m_frontendPage->chrome()->windowRect(); in moveWindowBy() local
130 frameRect.move(x, y); in moveWindowBy()
131 m_frontendPage->chrome()->setWindowRect(frameRect); in moveWindowBy()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp431 m_windowRect = frameView->contentsToWindow(frameRect()); in updatePluginWidget()
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
535 IntRect r = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()); in paintIntoTransformedContext()
549 setNPWindowRect(frameRect()); in paintIntoTransformedContext()
568 …IntPoint locationInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect().locati… in paintWindowedPluginIntoContext()
570 LocalWindowsContext windowsContext(context, frameRect(), false); in paintWindowedPluginIntoContext()
610 setNPWindowRect(frameRect()); in paint()
621 IntRect rectInWindow = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()); in paint()
999 setNPWindowRect(frameRect()); in platformStart()
1028 … IntPoint position = static_cast<FrameView*>(parent())->contentsToWindow(frameRect()).location(); in snapshot()
[all …]
/external/clang/test/CodeGenObjC/
Dproperty-aggr-type.m11 - (void)setFrame:(st1)frameRect;
15 - (void)setFrame:(int)frameRect;
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
154 clipRect.intersect(frameRect()); in paint()
156 context->translate(frameRect().location().x(), frameRect().location().y()); in paint()
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp85 if (rect != frameRect()) in setFrameRect()
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in frameRectsChanged()
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp136 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size()); in updatePluginWidget()
200 exposedRect.intersect(frameRect()); in paint()
201 exposedRect.move(-frameRect().x(), -frameRect().y()); in paint()
252 cairo_set_source_surface(cr, drawableSurface.get(), frameRect().x(), frameRect().y()); in paint()
255 frameRect().x() + exposedRect.x(), frameRect().y() + exposedRect.y(), in paint()
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm83 NSRect frameRect =
90 frameRect = NSInsetRect(frameRect, morph * 0.5, morph * 0.5);
92 [NSBezierPath bezierPathWithRoundedRect:frameRect
/external/webkit/Source/WebKit/mac/Carbon/
DCarbonWindowFrame.m86 + (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/clang/test/CodeGenObjCXX/
Dproperty-objects.mm25 - (void)setFrame:(CGRect)frameRect;
36 - (void)setFrame:(CGRect)frameRect {}
/external/webkit/Source/WebCore/platform/mac/
DScrollbarThemeMac.mm357 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->frameRec…
/external/chromium/chrome/browser/ui/cocoa/
Dinfo_bubble_view.mm14 - (id)initWithFrame:(NSRect)frameRect {
15 if ((self = [super initWithFrame:frameRect])) {
Dbackground_gradient_view.mm18 - (id)initWithFrame:(NSRect)frameRect {
19 self = [super initWithFrame:frameRect];
/external/webkit/Source/WebCore/plugins/
DIFrameShimSupport.cpp122 void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<I… in getPluginOcclusions() argument
154 && iframeRenderer->absoluteBoundingBoxRect().intersects(frameRect) in getPluginOcclusions()

123456