Searched refs:pStyleRule (Results 1 – 2 of 2) sorted by relevance
228 CFDE_CSSStyleRule* pStyleRule = NULL; in LoadStyleRule() local257 pStyleRule->GetDeclImp().AddProperty(&propertyArgs, pszValue, in LoadStyleRule()263 pStyleRule->GetDeclImp().AddProperty( in LoadStyleRule()269 if (pStyleRule == NULL && m_Selectors.GetSize() > 0) { in LoadStyleRule()270 pStyleRule = FDE_NewWith(m_pAllocator) CFDE_CSSStyleRule; in LoadStyleRule()271 pStyleRule->SetSelector(m_pAllocator, m_Selectors); in LoadStyleRule()272 ruleArray.Add(pStyleRule); in LoadStyleRule()279 if (pStyleRule != NULL && in LoadStyleRule()280 pStyleRule->GetDeclImp().GetStartPosition() == NULL) { in LoadStyleRule()281 pStyleRule->~CFDE_CSSStyleRule(); in LoadStyleRule()
125 IFDE_CSSStyleRule* pStyleRule = (IFDE_CSSStyleRule*)pRule; in AddRulesFrom() local126 IFDE_CSSDeclaration* pDeclaration = pStyleRule->GetDeclaration(); in AddRulesFrom()127 int32_t iSelectors = pStyleRule->CountSelectorLists(); in AddRulesFrom()129 IFDE_CSSSelector* pSelector = pStyleRule->GetSelectorList(i); in AddRulesFrom()