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

  /external/chromium_org/third_party/WebKit/Source/core/editing/
EditingStyle.cpp     [all...]
ApplyStyleCommand.cpp 74 unsigned matchedAttributes = 0;
76 matchedAttributes++;
79 matchedAttributes++;
81 ASSERT(matchedAttributes <= element->attributeCount());
82 return matchedAttributes == element->attributeCount();
    [all...]

Completed in 82 milliseconds