/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ChildFrameDisconnector.h | 13 class HTMLFrameOwnerElement; 37 WillBeHeapVector<RefPtrWillBeMember<HTMLFrameOwnerElement>, 10> m_frameOwners;
|
ChildFrameDisconnector.cpp | 10 #include "core/html/HTMLFrameOwnerElement.h" 61 HTMLFrameOwnerElement* owner = m_frameOwners[i].get();
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
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());
|
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...] |
HTMLFrameElementBase.cpp | 46 : HTMLFrameOwnerElement(tagName, document) 108 HTMLFrameOwnerElement::parseAttribute(name, value); 132 HTMLFrameOwnerElement::parseAttribute(name, value); 143 HTMLFrameOwnerElement::insertedInto(insertionPoint); 160 HTMLFrameOwnerElement::attach(context); 185 HTMLFrameOwnerElement::setFocus(received); 197 || HTMLFrameOwnerElement::isURLAttribute(attribute); 202 return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name); 207 return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); 218 HTMLFrameOwnerElement::defaultEventHandler(event) [all...] |
HTMLPlugInElement.cpp | 61 : HTMLFrameOwnerElement(tagName, doc) 90 HTMLFrameOwnerElement::trace(visitor); 108 HTMLFrameOwnerElement::removeAllEventListeners(); 119 HTMLFrameOwnerElement::didMoveToNewDocument(oldDocument); 124 HTMLFrameOwnerElement::attach(context); 225 HTMLFrameOwnerElement::detach(context); 257 HTMLFrameOwnerElement::finishParsingChildren(); 305 return HTMLFrameOwnerElement::isPresentationAttribute(name); 323 HTMLFrameOwnerElement::collectStyleForPresentationAttribute(name, value, style); 352 HTMLFrameOwnerElement::defaultEventHandler(event) [all...] |
HTMLFrameElementBase.h | 27 #include "core/html/HTMLFrameOwnerElement.h" 32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
HTMLPlugInElement.h | 27 #include "core/html/HTMLFrameOwnerElement.h" 44 class HTMLPlugInElement : public HTMLFrameOwnerElement { 141 // Normally the Widget is stored in HTMLFrameOwnerElement::m_widget.
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
Frame.h | 42 class HTMLFrameOwnerElement; 75 HTMLFrameOwnerElement* deprecatedLocalOwner() const;
|
RemoteFrame.cpp | 9 #include "core/html/HTMLFrameOwnerElement.h" 45 HTMLFrameOwnerElement* owner = deprecatedLocalOwner();
|
Frame.cpp | 215 HTMLFrameOwnerElement* Frame::deprecatedLocalOwner() const
|
LocalFrame.cpp | 182 HTMLFrameOwnerElement* owner = doc->ownerElement(); 460 HTMLFrameOwnerElement* owner = deprecatedLocalOwner(); 465 if (HTMLFrameOwnerElement* owner = deprecatedLocalOwner())
|
FrameView.h | 45 class HTMLFrameOwnerElement; 150 IntRect windowClipRectForFrameOwner(const HTMLFrameOwnerElement*) const;
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
SpatialNavigation.h | 34 class HTMLFrameOwnerElement; 144 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
|
FocusController.h | 41 class HTMLFrameOwnerElement; 56 static FocusNavigationScope ownedByIFrame(HTMLFrameOwnerElement*);
|
PageSerializer.cpp | 53 #include "core/html/HTMLFrameOwnerElement.h" 95 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner) 154 const HTMLFrameOwnerElement& frameOwner = toHTMLFrameOwnerElement(element);
|
FocusController.cpp | 123 FocusNavigationScope FocusNavigationScope::ownedByIFrame(HTMLFrameOwnerElement* frame) 342 // The node we found might be a HTMLFrameOwnerElement, so descend down the tree until we find either: 344 // 2) the deepest-nested HTMLFrameOwnerElement. 346 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(node); 446 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(element); 837 HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
AXScrollView.cpp | 33 #include "core/html/HTMLFrameOwnerElement.h" 213 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner(); 225 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner();
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
FrameLoaderClient.h | 59 class HTMLFrameOwnerElement; 146 virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0;
|
EmptyClients.cpp | 125 PassRefPtrWillBeRawPtr<LocalFrame> EmptyFrameLoaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*)
|
EmptyClients.h | 229 virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderPart.cpp | 69 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(node());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
RenderLayerCompositor.cpp | 105 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) { 117 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) 618 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(renderer->node()); [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
FrameLoaderClientImpl.h | 119 virtual PassRefPtrWillBeRawPtr<LocalFrame> createFrame(const KURL&, const WTF::AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
|
WebLocalFrameImpl.h | 241 PassRefPtrWillBeRawPtr<LocalFrame> createChildFrame(const FrameLoadRequest&, HTMLFrameOwnerElement*);
|