/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLFrameOwnerElement.cpp | 56 HTMLFrameOwnerElement::UpdateSuspendScope::UpdateSuspendScope() in UpdateSuspendScope() 61 void HTMLFrameOwnerElement::UpdateSuspendScope::performDeferredWidgetTreeOperations() in performDeferredWidgetTreeOperations() 79 HTMLFrameOwnerElement::UpdateSuspendScope::~UpdateSuspendScope() in ~UpdateSuspendScope() 99 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document& document) in HTMLFrameOwnerElement() function in blink::HTMLFrameOwnerElement 107 RenderPart* HTMLFrameOwnerElement::renderPart() const in renderPart() 116 void HTMLFrameOwnerElement::setContentFrame(Frame& frame) in setContentFrame() 128 void HTMLFrameOwnerElement::clearContentFrame() in clearContentFrame() 139 void HTMLFrameOwnerElement::disconnectContentFrame() in disconnectContentFrame() 160 HTMLFrameOwnerElement::~HTMLFrameOwnerElement() in ~HTMLFrameOwnerElement() 172 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument() [all …]
|
D | HTMLFrameElementBase.cpp | 46 : HTMLFrameOwnerElement(tagName, document) in HTMLFrameElementBase() 108 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute() 132 HTMLFrameOwnerElement::parseAttribute(name, value); in parseAttribute() 143 HTMLFrameOwnerElement::insertedInto(insertionPoint); in insertedInto() 160 HTMLFrameOwnerElement::attach(context); in attach() 185 HTMLFrameOwnerElement::setFocus(received); in setFocus() 197 || HTMLFrameOwnerElement::isURLAttribute(attribute); in isURLAttribute() 202 return name == srcAttr || HTMLFrameOwnerElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute() 207 … return attribute.name() == srcdocAttr || HTMLFrameOwnerElement::isHTMLContentAttribute(attribute); in isHTMLContentAttribute() 218 HTMLFrameOwnerElement::defaultEventHandler(event); in defaultEventHandler()
|
D | 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) in canLoadFrame() 135 DEFINE_TYPE_CASTS(HTMLFrameOwnerElement, FrameOwner, owner, owner->isLocal(), owner.isLocal());
|
D | HTMLPlugInElement.cpp | 61 : HTMLFrameOwnerElement(tagName, doc) in HTMLPlugInElement() 90 HTMLFrameOwnerElement::trace(visitor); in trace() 108 HTMLFrameOwnerElement::removeAllEventListeners(); in removeAllEventListeners() 119 HTMLFrameOwnerElement::didMoveToNewDocument(oldDocument); in didMoveToNewDocument() 124 HTMLFrameOwnerElement::attach(context); in attach() 225 HTMLFrameOwnerElement::detach(context); in detach() 257 HTMLFrameOwnerElement::finishParsingChildren(); in finishParsingChildren() 305 return HTMLFrameOwnerElement::isPresentationAttribute(name); in isPresentationAttribute() 323 HTMLFrameOwnerElement::collectStyleForPresentationAttribute(name, value, style); in collectStyleForPresentationAttribute() 352 HTMLFrameOwnerElement::defaultEventHandler(event); in defaultEventHandler() [all …]
|
D | HTMLFrameElementBase.h | 32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
D | HTMLPlugInElement.h | 44 class HTMLPlugInElement : public HTMLFrameOwnerElement {
|
D | HTMLBodyElement.cpp | 168 HTMLFrameOwnerElement* ownerElement = document().ownerElement(); in didNotifySubtreeInsertionsToDocument()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | ChildFrameDisconnector.h | 13 class HTMLFrameOwnerElement; variable 37 WillBeHeapVector<RefPtrWillBeMember<HTMLFrameOwnerElement>, 10> m_frameOwners;
|
D | ChildFrameDisconnector.cpp | 61 HTMLFrameOwnerElement* owner = m_frameOwners[i].get(); in disconnectCollectedFrameOwners()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | Frame.h | 42 class HTMLFrameOwnerElement; variable 75 HTMLFrameOwnerElement* deprecatedLocalOwner() const;
|
D | RemoteFrame.cpp | 45 HTMLFrameOwnerElement* owner = deprecatedLocalOwner(); in createView()
|
D | Frame.cpp | 215 HTMLFrameOwnerElement* Frame::deprecatedLocalOwner() const in deprecatedLocalOwner()
|
D | LocalFrame.cpp | 182 HTMLFrameOwnerElement* owner = doc->ownerElement(); in inScope() 460 HTMLFrameOwnerElement* owner = deprecatedLocalOwner(); in createView() 465 if (HTMLFrameOwnerElement* owner = deprecatedLocalOwner()) in createView()
|
D | FrameView.h | 45 class HTMLFrameOwnerElement; variable 150 IntRect windowClipRectForFrameOwner(const HTMLFrameOwnerElement*) const;
|
D | FrameView.cpp | 175 HTMLFrameOwnerElement* ownerElement = m_frame->deprecatedLocalOwner(); in ~FrameView() 532 const HTMLFrameOwnerElement* owner = m_frame->deprecatedLocalOwner(); in calculateScrollbarModesForLayoutAndSetViewportRenderer() 2136 HTMLFrameOwnerElement* ownerElement = m_frame->deprecatedLocalOwner(); in windowClipRect() 2143 IntRect FrameView::windowClipRectForFrameOwner(const HTMLFrameOwnerElement* ownerElement) const in windowClipRectForFrameOwner() 2276 HTMLFrameOwnerElement* owner = m_frame->deprecatedLocalOwner(); in scrollingReasons()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | SpatialNavigation.h | 34 class HTMLFrameOwnerElement; variable 144 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
|
D | FocusController.h | 41 class HTMLFrameOwnerElement; variable 56 static FocusNavigationScope ownedByIFrame(HTMLFrameOwnerElement*);
|
D | PageSerializer.cpp | 95 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner) in frameOwnerURLAttributeName() 154 const HTMLFrameOwnerElement& frameOwner = toHTMLFrameOwnerElement(element); in appendCustomAttributes()
|
D | FocusController.cpp | 123 FocusNavigationScope FocusNavigationScope::ownedByIFrame(HTMLFrameOwnerElement* frame) in ownedByIFrame() 346 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(node); in findFocusableNodeDecendingDownIntoFrameDocument() 446 HTMLFrameOwnerElement* owner = toHTMLFrameOwnerElement(element); in advanceFocusInDocumentOrder() 837 HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate); in advanceFocusDirectionallyInContainer()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXScrollView.cpp | 213 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner(); in parentObject() 225 HTMLFrameOwnerElement* owner = toFrameView(m_scrollView)->frame().deprecatedLocalOwner(); in parentObjectIfExists()
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FrameLoaderClient.h | 59 class HTMLFrameOwnerElement; variable 146 …e> createFrame(const KURL&, const AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) = 0;
|
D | EmptyClients.cpp | 125 …oaderClient::createFrame(const KURL&, const AtomicString&, const Referrer&, HTMLFrameOwnerElement*) in createFrame() argument
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/ |
D | RenderLayerCompositor.cpp | 105 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) { in setCompositingModeEnabled() 117 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) in setCompositingModeEnabled() 618 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(renderer->node()); in frameContentsCompositor() 1094 HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement(); in attachRootLayer() 1120 if (HTMLFrameOwnerElement* ownerElement = m_renderView.document().ownerElement()) in detachRootLayer()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderPart.cpp | 69 HTMLFrameOwnerElement* element = toHTMLFrameOwnerElement(node()); in requiresAcceleratedCompositing()
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | FrameLoaderClientImpl.h | 119 …rame(const KURL&, const WTF::AtomicString& name, const Referrer&, HTMLFrameOwnerElement*) OVERRIDE;
|