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

  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 380 // isBody is called from RenderBox::styleWillChange and is thus quite hot.
381 bool isBody() const { return node() && node()->hasTagName(HTMLNames::bodyTag); }
    [all...]

Completed in 114 milliseconds