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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.h 64 virtual bool isObjectElement() const { return false; }
HTMLObjectElement.h 53 virtual bool isObjectElement() const OVERRIDE { return true; }
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 552 if ((status < 200 || status >= 300) && m_frame->ownerElement() && m_frame->ownerElement()->isObjectElement()) {
    [all...]

Completed in 234 milliseconds