HomeSort by relevance Sort by last modified time
    Searched refs:windowClipRect (Results 1 - 22 of 22) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.h 73 virtual IntRect windowClipRect(bool clipToContents = true) const;
FramelessScrollView.cpp 71 IntRect FramelessScrollView::windowClipRect(bool clipToContents) const
  /external/webkit/Source/WebCore/rendering/
RenderWidget.h 42 IntRect windowClipRect() const;
RenderWidget.cpp 366 IntRect RenderWidget::windowClipRect() const
371 return intersection(m_frameView->contentsToWindow(m_clipRect), m_frameView->windowClipRect());
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.h 69 virtual WebCore::IntRect windowClipRect() const;
EmbeddedWidget.cpp 103 m_clipRect = windowClipRect();
164 IntRect EmbeddedWidget::windowClipRect() const
  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.h 142 WebCore::IntRect windowClipRect() const;
WebPluginContainerImpl.cpp 563 clipRect = windowClipRect();
572 WebCore::IntRect WebPluginContainerImpl::windowClipRect() const
  /external/webkit/Source/WebCore/page/
FrameView.h 159 virtual IntRect windowClipRect(bool clipToContents = true) const;
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 76 virtual IntRect windowClipRect(bool clipToContents = true) const = 0;
ScrollView.cpp 637 IntRect clipRect = windowClipRect();
    [all...]
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 100 m_clipRect = windowClipRect();
  /external/webkit/Source/WebCore/plugins/
PluginView.h 231 IntRect windowClipRect() const;
PluginView.cpp 128 IntRect PluginView::windowClipRect() const
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.mm 343 return toRenderWidget(renderer)->windowClipRect();
983 return intersection(toRenderWidget(renderer)->windowClipRect(), widgetRect);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 628 IntRect windowClipRect = parentView->windowClipRectForLayer(layer, true);
631 return intersection(frameRectInWindowCoordinates, windowClipRect);
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 462 m_clipRect = windowClipRect();
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 137 m_clipRect = windowClipRect();
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 138 m_clipRect = windowClipRect();
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 435 m_clipRect = windowClipRect();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp     [all...]

Completed in 390 milliseconds