Searched refs:QuotesData (Results 1 – 14 of 14) sorted by relevance
26 QuotesData* QuotesData::create(int stringCount) in create()28 char* tmp = new char[sizeof(QuotesData)+sizeof(String)*stringCount]; in create()31 new (tmp) QuotesData(stringCount); in create()33 new (tmp +sizeof(QuotesData) + sizeof(String)*i) String(); in create()34 return reinterpret_cast<QuotesData*>(tmp); in create()37 bool QuotesData::operator==(const QuotesData& other) const in operator ==()53 QuotesData::~QuotesData() in ~QuotesData()
29 class QuotesData : public RefCounted<QuotesData> {31 virtual ~QuotesData();32 static QuotesData* create(int stringCount);36 bool operator==(const QuotesData&) const;39 QuotesData(int stringCount) : length(stringCount) {} in QuotesData() function
37 class QuotesData; variable111 RefPtr<QuotesData> quotes;
1189 QuotesData* quotes() const { return rareInheritedData->quotes.get(); } in quotes()1190 void setQuotes(PassRefPtr<QuotesData>);
606 void RenderStyle::setQuotes(PassRefPtr<QuotesData> q) in setQuotes()
166 static QuotesData* defaultLanguageQuotesValue = 0;167 static const QuotesData* defaultLanguageQuotes() in defaultLanguageQuotes()170 defaultLanguageQuotesValue = QuotesData::create(defaultLanguageQuotesCount); in defaultLanguageQuotes()182 typedef HashMap<RefPtr<AtomicStringImpl>, QuotesData* > QuotesMap;190 static const QuotesData* quotesForLanguage(AtomicStringImpl* language) in quotesForLanguage()192 QuotesData* returnValue; in quotesForLanguage()204 returnValue = QuotesData::create(lowerBound->arraySize); in quotesForLanguage()215 static const QuotesData* defaultQuotes(const RenderObject* object) in defaultQuotes()244 const QuotesData* quotes = style()->quotes(); in originalText()324 const QuotesData* newQuotes = style()->quotes(); in styleDidChange()[all …]
969 rendering/style/QuotesData.cpp \
1167 rendering/style/QuotesData.cpp \2186 rendering/style/QuotesData.h \
1287 rendering/style/QuotesData.cpp
2939 Source/WebCore/rendering/style/QuotesData.cpp \2940 Source/WebCore/rendering/style/QuotesData.h \
55310 Added RenderQuote.cpp/h and QuotesData.cpp/h to the dependency lists55362 Included QuotesData.cpp55372 * rendering/style/QuotesData.cpp: Added.55373 (WebCore::QuotesData::create):55374 (WebCore::QuotesData::operator==):55375 (WebCore::QuotesData::~QuotesData):55376 * rendering/style/QuotesData.h: Added.55377 (WebCore::QuotesData::data):55378 (WebCore::QuotesData::operator delete):55379 (WebCore::QuotesData::QuotesData):[all …]
5333 'rendering/style/QuotesData.cpp',5334 'rendering/style/QuotesData.h',
4590 QuotesData* data = QuotesData::create(length); in applyProperty()4605 m_style->setQuotes(adoptRef(QuotesData::create(0))); in applyProperty()
1457 …574F28131DB96D00471B88 /* QuotesData.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 5A574F2613…1458 …A574F29131DB96D00471B88 /* QuotesData.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A574F27131…8047 …* QuotesData.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cp…8048 …88 /* QuotesData.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.…18407 5A574F26131DB96D00471B88 /* QuotesData.cpp */,18408 5A574F27131DB96D00471B88 /* QuotesData.h */,22181 5A574F29131DB96D00471B88 /* QuotesData.h in Headers */,25063 5A574F28131DB96D00471B88 /* QuotesData.cpp in Sources */,