HomeSort by relevance Sort by last modified time
    Searched full:importantindex (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/bindings/v8/custom/
V8CSSStyleDeclarationCustom.cpp 206 int importantIndex = propertyValue.find("!important", 0, false);
208 if (importantIndex != -1) {
210 propertyValue = propertyValue.left(importantIndex - 1);

Completed in 21 milliseconds