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

  /external/webkit/WebCore/css/
CSSStyleSelector.h 288 HashMap<CSSMutableStyleDeclaration*, RefPtr<CSSMutableStyleDeclaration> > m_resolvedVariablesDeclarations;
CSSStyleSelector.cpp 576 CSSMutableStyleDeclaration* resolvedDecl = m_resolvedVariablesDeclarations.get(decl).get();
586 m_resolvedVariablesDeclarations.set(decl, newDecl);
    [all...]

Completed in 211 milliseconds