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

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp 22 #include "core/html/HTMLFrameOwnerElement.h"
56 HTMLFrameOwnerElement::UpdateSuspendScope::UpdateSuspendScope()
61 void HTMLFrameOwnerElement::UpdateSuspendScope::performDeferredWidgetTreeOperations()
79 HTMLFrameOwnerElement::UpdateSuspendScope::~UpdateSuspendScope()
99 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document& document)
107 RenderPart* HTMLFrameOwnerElement::renderPart() const
116 void HTMLFrameOwnerElement::setContentFrame(Frame& frame)
128 void HTMLFrameOwnerElement::clearContentFrame()
139 void HTMLFrameOwnerElement::disconnectContentFrame(
    [all...]
HTMLFrameOwnerElement.h 39 class HTMLFrameOwnerElement : public HTMLElement, public FrameOwner {
40 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(HTMLFrameOwnerElement);
42 virtual ~HTMLFrameOwnerElement();
83 HTMLFrameOwnerElement(const QualifiedName& tagName, Document&);
102 DEFINE_ELEMENT_TYPE_CASTS(HTMLFrameOwnerElement, isFrameOwnerElement());
118 static bool canLoadFrame(HTMLFrameOwnerElement& owner)
135 DEFINE_TYPE_CASTS(HTMLFrameOwnerElement, FrameOwner, owner, owner->isLocal(), owner.isLocal());

Completed in 139 milliseconds