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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext.cpp 595 IntRect offsetBounds = bounds;
596 offsetBounds.move(-shadowOffset);
597 return unionRect(bounds, offsetBounds);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBoxModelObject.cpp     [all...]

Completed in 406 milliseconds