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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.h 63 bool canShareStyleWithControl(const ElementResolveContext&, Element*) const;
SharedStyleFinder.cpp 117 bool SharedStyleFinder::canShareStyleWithControl(const ElementResolveContext& context, Element* element) const
267 if (isControl && !canShareStyleWithControl(context, element))

Completed in 565 milliseconds