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"
37 NinePieceImage::NinePieceImage()
42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule)
NinePieceImage.h 59 class NinePieceImage {
61 NinePieceImage();
62 NinePieceImage(PassRefPtr<StyleImage>, LengthBox imageSlices, bool fill, LengthBox borderSlices, LengthBox outset, ENinePieceImageRule horizontalRule, ENinePieceImageRule verticalRule);
64 bool operator==(const NinePieceImage& other) const { return m_data == other.m_data; }
65 bool operator!=(const NinePieceImage& other) const { return m_data != other.m_data; }
89 void copyImageSlicesFrom(const NinePieceImage& other)
95 void copyBorderSlicesFrom(const NinePieceImage& other)
100 void copyOutsetFrom(const NinePieceImage& other)
105 void copyRepeatFrom(const NinePieceImage& other)

Completed in 29 milliseconds