Home
last modified time | relevance | path

Searched refs:_propertyKeywords (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
DSourceCSSTokenizer.js48 this._propertyKeywords = [ property in WebInspector.SourceCSSTokenizer
437 …lse if (this._parseCondition === this._parseConditions.PROPERTY && token in this._propertyKeywords)
DSourceCSSTokenizer.re2js47 this._propertyKeywords = [
302 …lse if (this._parseCondition === this._parseConditions.PROPERTY && token in this._propertyKeywords)