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

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 55 class CSSProperty {
58 CSSProperty(CSSPropertyID propertyID, PassRefPtrWillBeRawPtr<CSSValue> value, bool important = false, bool isSetFromShorthand = false, int indexInShorthandsVector = 0, bool implicit = false)
65 CSSProperty(StylePropertyMetadata metadata, CSSValue* value)
194 WTF_ALLOW_MOVE_AND_INIT_WITH_MEM_FUNCTIONS(WebCore::CSSProperty);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSStyleModel.js 758 this._livePropertyMap = {}; // LIVE properties (source-based or style-based) : { name -> CSSProperty }
759 this._allProperties = []; // ALL properties: [ CSSProperty ]
760 this.__disabledProperties = {}; // DISABLED properties: { index -> CSSProperty }
765 var property = WebInspector.CSSProperty.parsePayload(this, i, payload.cssProperties[i]);
819 newPayload.cssProperties = /** @type {!Array.<!CSSAgent.CSSProperty>} */ (payload);
868 * @return {?WebInspector.CSSProperty}
897 * @return {!Array.<!WebInspector.CSSProperty>}
922 * @return {?WebInspector.CSSProperty}
    [all...]

Completed in 65 milliseconds