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

  /external/pdfium/core/fxcrt/css/
cfx_cssstylesheet.h 19 class CFX_CSSStyleSheet {
21 CFX_CSSStyleSheet();
22 ~CFX_CSSStyleSheet();
cfx_cssstylesheet.cpp 7 #include "core/fxcrt/css/cfx_cssstylesheet.h"
18 CFX_CSSStyleSheet::CFX_CSSStyleSheet() {}
20 CFX_CSSStyleSheet::~CFX_CSSStyleSheet() {
24 void CFX_CSSStyleSheet::Reset() {
29 int32_t CFX_CSSStyleSheet::CountRules() const {
33 CFX_CSSStyleRule* CFX_CSSStyleSheet::GetRule(int32_t index) const {
37 bool CFX_CSSStyleSheet::LoadBuffer(const wchar_t* pBuffer, int32_t iBufSize) {
58 CFX_CSSSyntaxStatus CFX_CSSStyleSheet::LoadStyleRule
    [all...]

Completed in 161 milliseconds