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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLabelElement.cpp 243 if (scope.shouldCacheLabelsByForAttribute())
255 if (scope == treeScope() && scope.shouldCacheLabelsByForAttribute())
265 if (treeScope.shouldCacheLabelsByForAttribute())
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.h 80 bool shouldCacheLabelsByForAttribute() const { return m_labelsByForAttribute; }

Completed in 96 milliseconds