Searched refs:_isPropertyValue (Results 1 – 3 of 3) sorted by relevance
177 if (this._isPropertyValue())184 _isPropertyValue: function() method in WebInspector.SourceCSSTokenizer439 else if (this._isPropertyValue() && token in this._valueKeywords)640 if (this._isPropertyValue())
176 if (this._isPropertyValue())183 _isPropertyValue: function()281 if (this._isPropertyValue())304 else if (this._isPropertyValue() && token in this._valueKeywords)
3383 (WebInspector.SourceCSSTokenizer.prototype._isPropertyValue):