Searched refs:frameRect (Results 1 - 25 of 106) sorted by relevance

12345

/external/webkit/Source/WebKit2/PluginProcess/qt/
H A DPluginControllerProxyQt.cpp48 void PluginControllerProxy::platformGeometryDidChange(const IntRect& frameRect, const IntRect&) argument
/external/webkit/Source/WebCore/rendering/
H A DRenderMeter.cpp50 setWidth(theme()->meterSizeForBounds(this, frameRect()).width());
56 setHeight(theme()->meterSizeForBounds(this, frameRect()).height());
/external/webkit/Source/WebCore/plugins/
H A DIFrameShimSupport.h30 void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions);
H A DIFrameShimSupport.cpp122 void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions) argument
154 && iframeRenderer->absoluteBoundingBoxRect().intersects(frameRect)
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
H A Dtab_contents_controller.h23 frameRect:(NSRect)frameRect;
/external/webkit/Source/WebCore/platform/brew/
H A DWidgetBrew.cpp45 IntRect Widget::frameRect() const function in class:WebCore::Widget
/external/webkit/Source/WebCore/platform/gtk/
H A DScrollViewGtk.cpp112 int horizontalPageStep = max(max<int>(frameRect().width() * Scrollbar::minFractionToStepWhenPaging(), frameRect().width() - Scrollbar::maxOverlapBetweenPages()), 1);
118 resetValues ? 0 : frameRect().width());
151 int verticalPageStep = max(max<int>(frameRect().width() * Scrollbar::minFractionToStepWhenPaging(), frameRect().width() - Scrollbar::maxOverlapBetweenPages()), 1);
157 resetValues ? 0 : frameRect().height());
H A DWidgetGtk.cpp104 IntRect Widget::frameRect() const function in class:WebCore::Widget
/external/webkit/Source/WebKit/mac/Carbon/
H A 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/webkit/Source/WebCore/platform/chromium/
H A DWidgetChromium.cpp77 IntRect Widget::frameRect() const function in class:WebCore::Widget
H A DScrollbarThemeChromiumMac.mm307 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/win/
H A DWidgetWin.cpp91 IntRect Widget::frameRect() const function in class:WebCore::Widget
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/
H A DSDL_QuartzWindow.h28 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag;
H A DSDL_QuartzWindow.m106 - (void)setFrame:(NSRect)frameRect display:(BOOL)flag
117 [ super setFrame:frameRect display:flag ];
123 [ super setFrame:frameRect display:flag ];
/external/webkit/Source/WebCore/platform/
H A DWidget.h153 int x() const { return frameRect().x(); }
154 int y() const { return frameRect().y(); }
155 int width() const { return frameRect().width(); }
156 int height() const { return frameRect().height(); }
157 IntSize size() const { return frameRect().size(); }
158 IntPoint pos() const { return frameRect().location(); }
162 virtual IntRect frameRect() const;
H A DScrollView.cpp605 IntRect oldRect(m_horizontalScrollbar->frameRect());
611 if (!m_scrollbarsSuppressed && oldRect != m_horizontalScrollbar->frameRect())
626 IntRect oldRect(m_verticalScrollbar->frameRect());
632 if (!m_scrollbarsSuppressed && oldRect != m_verticalScrollbar->frameRect())
836 if (m_horizontalScrollbar && m_horizontalScrollbar->frameRect().contains(viewPoint))
838 if (m_verticalScrollbar && m_verticalScrollbar->frameRect().contains(viewPoint))
869 IntRect oldRect = frameRect();
918 IntRect scrollbarRect = scrollbar->frameRect();
1055 documentDirtyRect.intersect(frameRect());
1084 scrollViewDirtyRect.intersect(frameRect());
[all...]
/external/webkit/Source/WebCore/platform/image-decoders/gif/
H A DGIFImageDecoder.cpp327 IntRect frameRect(frameReader->x_offset, frameReader->y_offset, frameReader->width, frameReader->height);
329 // Make sure the frameRect doesn't extend outside the buffer.
330 if (frameRect.maxX() > size().width())
331 frameRect.setWidth(size().width() - frameReader->x_offset);
332 if (frameRect.maxY() > size().height())
333 frameRect.setHeight(size().height() - frameReader->y_offset);
336 int left = upperBoundScaledX(frameRect.x());
337 int right = lowerBoundScaledX(frameRect.maxX(), left);
338 int top = upperBoundScaledY(frameRect.y());
339 int bottom = lowerBoundScaledY(frameRect
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendClientLocal.cpp129 FloatRect frameRect = m_frontendPage->chrome()->windowRect(); local
130 frameRect.move(x, y);
131 m_frontendPage->chrome()->setWindowRect(frameRect);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityScrollbar.cpp56 return m_scrollbar->frameRect();
/external/webkit/Source/WebCore/platform/qt/
H A DWidgetQt.cpp62 IntRect Widget::frameRect() const function in class:WebCore::Widget
/external/webkit/Source/WebKit/chromium/src/
H A DWebPluginContainerImpl.cpp86 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) argument
88 Widget::setFrameRect(frameRect);
101 if (!frameRect().intersects(damageRect))
306 calculateGeometry(frameRect(), windowRect, clipRect, cutOutRects);
554 void WebPluginContainerImpl::calculateGeometry(const IntRect& frameRect, argument
560 parent()->contentsToWindow(frameRect.location()), frameRect.size());
566 getPluginOcclusions(m_element, this->parent(), frameRect, cutOutRects);
569 cutOutRects[i].move(-frameRect.x(), -frameRect
[all...]
/external/webkit/Source/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.cpp85 if (rect != frameRect())
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginProxy.cpp170 void PluginProxy::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect) argument
174 m_frameRect = frameRect;
178 m_connection->connection()->send(Messages::PluginControllerProxy::GeometryDidChange(frameRect, clipRect, pluginBackingStoreHandle), m_pluginInstanceID, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
184 m_backingStore = ShareableBitmap::create(frameRect.size(), ShareableBitmap::SupportsAlpha);
186 } else if (frameRect.size() != m_backingStore->size()) {
188 if (!m_backingStore->resize(frameRect.size()))
198 m_pluginBackingStore = ShareableBitmap::createShareable(frameRect.size(), ShareableBitmap::SupportsAlpha);
211 m_connection->connection()->send(Messages::PluginControllerProxy::GeometryDidChange(frameRect, clipRect, pluginBackingStoreHandle), m_pluginInstanceID, CoreIPC::DispatchMessageEvenWhenWaitingForSyncReply);
/external/chromium/chrome/browser/ui/cocoa/extensions/
H A Dbrowser_action_button.h64 - (void)setFrame:(NSRect)frameRect animate:(BOOL)animate;
/external/webkit/Source/WebCore/platform/android/
H A DWidgetAndroid.cpp50 IntRect Widget::frameRect() const function in class:WebCore::Widget

Completed in 387 milliseconds

12345