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

  /external/webkit/WebCore/html/
HTMLEmbedElement.h 46 virtual bool canLazyAttach() { return false; }
HTMLObjectElement.h 61 virtual bool canLazyAttach() { return false; }
HTMLFrameElementBase.h 60 virtual bool canLazyAttach() { return false; }
  /external/webkit/WebCore/dom/
Node.cpp 807 if (!n->canLazyAttach()) {
831 bool Node::canLazyAttach()
    [all...]

Completed in 36 milliseconds