Searched defs:QuotesData (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DQuotesData.h32 class QuotesData : public RefCounted<QuotesData> { class in namespace:WebCore
34 static PassRefPtr<QuotesData> create() { return adoptRef(new QuotesData()); }
35 static PassRefPtr<QuotesData> create(const String open, const String close);
36 static PassRefPtr<QuotesData> create(UChar open1, UChar close1, UChar open2, UChar close2);
39 static bool equals(const QuotesData*, const QuotesData*);
46 QuotesData() { } function in class:WebCore::QuotesData

Completed in 618 milliseconds