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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
NodeList.h 45 virtual bool isLiveNodeList() const { return false; }
LiveNodeList.h 200 virtual bool isLiveNodeList() const OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8NodeListCustom.cpp 47 if (!impl->isLiveNodeList()) {
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCollection.h 82 virtual bool isLiveNodeList() const OVERRIDE { ASSERT_NOT_REACHED(); return true; }

Completed in 46 milliseconds