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

  /external/webkit/Source/WebCore/dom/
DatasetDOMStringMap.cpp 80 unsigned propertyLength = propertyName.length();
86 while (a < attributeLength && p < propertyLength) {
98 return (a == attributeLength && p == propertyLength);
  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 382 long propertyLength = property.sourceData.range.end - propertyStart;
393 shiftDisabledProperties(insertionIndex + 1, -propertyLength); // Property removed from text - shift these back.
    [all...]

Completed in 98 milliseconds