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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
NinePieceImage.cpp 25 #include "core/rendering/style/NinePieceImage.h"
39 NinePieceImage::NinePieceImage()
44 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices, const BorderImageLengthBox& outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
NinePieceImage.h 60 class NinePieceImage {
62 NinePieceImage();
63 NinePieceImage(PassRefPtr<StyleImage>, LengthBox imageSlices, bool fill, const BorderImageLengthBox& borderSlices,
66 bool operator==(const NinePieceImage& other) const { return m_data == other.m_data; }
67 bool operator!=(const NinePieceImage& other) const { return m_data != other.m_data; }
91 void copyImageSlicesFrom(const NinePieceImage& other)
97 void copyBorderSlicesFrom(const NinePieceImage& other)
102 void copyOutsetFrom(const NinePieceImage& other)
107 void copyRepeatFrom(const NinePieceImage& other)

Completed in 38 milliseconds