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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValueList.h 120 bool isPrimitiveValue() const { return value()->isPrimitiveValue(); }
CSSValue.h 67 bool isPrimitiveValue() const { return m_classType == PrimitiveClass; }
105 return isPrimitiveValue() || isSVGColor() || isValueList();
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InjectedScriptSource.js 112 isPrimitiveValue: function(object)
140 if (this.isPrimitiveValue(object))
804 if (this.isPrimitiveValue(obj))
833 if (this.isPrimitiveValue(obj))
909 if (injectedScript.isPrimitiveValue(object) || object === null || forceValueType) {
    [all...]

Completed in 91 milliseconds