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

1 23 4 5

  /external/webkit/Source/WebKit/win/
WebScrollBar.cpp 169 HRESULT STDMETHODCALLTYPE WebScrollBar::frameRect(
174 IntRect rect = m_scrollBar->frameRect();
  /external/webkit/Source/WebKit2/PluginProcess/
PluginControllerProxy.cpp 365 void PluginControllerProxy::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect, const ShareableBitmap::Handle& backingStoreHandle)
367 m_frameRect = frameRect;
379 m_plugin->geometryDidChange(frameRect, clipRect);
PluginControllerProxy.h 109 void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect, const ShareableBitmap::Handle& backingStoreHandle);
  /external/webkit/Source/WebCore/rendering/
RenderSlider.cpp 162 IntRect oldThumbRect = thumb->frameRect();
RenderBlock.h 397 FloatingObject(Type type, const IntRect& frameRect)
400 , m_frameRect(frameRect)
427 const IntRect& frameRect() const { ASSERT(isPlaced()); return m_frameRect; }
428 void setFrameRect(const IntRect& frameRect) { m_frameRect = frameRect; }
    [all...]
RenderFrameSet.cpp 662 IntRect oldFrameRect = child->frameRect();
688 if (child->frameRect() != oldFrameRect)
710 IntRect oldRect = child->frameRect();
716 if (child->frameRect() != oldRect) {
  /external/webkit/Source/WebKit2/UIProcess/
FindIndicator.cpp 110 FloatRect FindIndicator::frameRect() const
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.h 72 virtual void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect);
PluginView.cpp 527 m_snapshot->paint(*context, frameRect().location(), m_snapshot->bounds());
529 // The plugin is given a frame rect which is parent()->contentsToWindow(frameRect()),
612 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
622 IntRect frameRectInWindowCoordinates = parent()->contentsToWindow(frameRect());
988 invalidateRect(frameRect());
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 173 IntRect Widget::frameRect() const
192 IntRect rect = frameRect();
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 336 options.targetRect = view->frameRect();
363 QRect rect = clipRect.intersected(view->frameRect());
408 QRect intersectedRect = clipRect.intersected(view->frameRect());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 186 paintRect.move(selectedFrame->view()->frameRect().x(), selectedFrame->view()->frameRect().y());
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 494 damageRect.setWidth(damageRect.width() - m_scrollbar->frameRect().width());
706 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width());
710 r = m_scrollbar->frameRect();
899 IntRect scrollBarRect = scrollbar()->frameRect();
935 IntRect scrollBarRect = scrollbar()->frameRect();
959 IntRect scrollBarRect = scrollbar()->frameRect();
ScrollbarThemeSafari.cpp 187 return scrollbar->frameRect();
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 450 damageRect.setWidth(damageRect.width() - m_scrollbar->frameRect().width());
495 listRect.setWidth(listRect.width() - m_scrollbar->frameRect().width());
499 r = m_scrollbar->frameRect();
634 IntRect scrollBarRect = scrollbar()->frameRect();
672 IntRect scrollBarRect = scrollbar()->frameRect();
702 IntRect scrollBarRect = scrollbar()->frameRect();
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.cpp     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 384 IntRect frameInScreen = chromeClient->windowToScreen(frameRect());
402 IntRect popupRect = frameRect();
440 int popupWidth = frameRect().width();
502 IntRect r = intersection(rect, frameRect());
856 IntRect r = intersection(rect, frameRect());
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 536 void NetscapePlugin::geometryDidChange(const IntRect& frameRect, const IntRect& clipRect)
540 if (m_frameRect == frameRect && m_clipRect == clipRect) {
545 m_frameRect = frameRect;
NetscapePlugin.h 150 virtual void geometryDidChange(const WebCore::IntRect& frameRect, const WebCore::IntRect& clipRect);
  /external/webkit/Source/WebKit/mac/Carbon/
CarbonWindowAdapter.mm 85 - (void)_oldPlaceWindow:(NSRect)frameRect;
548 - (void)_oldPlaceWindow:(NSRect)frameRect {
553 [super _oldPlaceWindow:frameRect];
    [all...]
  /external/webkit/Source/WebKit/wince/
WebView.cpp 116 frameRect(&windowRect);
198 void WebView::frameRect(RECT* rect) const
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
FindIndicatorWindow.mm 145 NSRect contentRect = m_findIndicator->frameRect();
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 107 opt.rect = scrollbar->frameRect();
  /external/webkit/Source/WebCore/platform/wx/
ScrollbarThemeWx.cpp 204 wxRenderer_DrawScrollbar(webview, *dc, scrollbar->frameRect(), orientation, scrollbar->currentPos(), static_cast<wxScrollbarPart>(scrollbar->pressedPart()),
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 58 m_webView->frameRect(&rect);

Completed in 858 milliseconds

1 23 4 5