HomeSort by relevance Sort by last modified time
    Searched defs:cornerRect (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/content/shell/renderer/test_runner/
WebTestThemeEngineMock.cpp 473 SkIRect cornerRect = {rect.x, rect.y, rect.x + rect.width, rect.y + rect.height};
478 canvas->drawIRect(cornerRect, paint);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 741 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect)
745 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
746 graphicsLayer->setPosition(cornerRect.location());
747 if (cornerRect.size() != graphicsLayer->size())
749 graphicsLayer->setSize(cornerRect.size());
786 IntRect cornerRect;
789 return cornerRect;
792 cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : m_horizontalScrollbar->width(),
799 cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : (width() - m_verticalScrollbar->width()),
805 return cornerRect;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 248 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds)
283 return cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), box().pixelSnappedBorderBoxRect());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 164 milliseconds