/external/webkit/Source/WebCore/html/ |
D | HTMLFrameOwnerElement.cpp | 36 HTMLFrameOwnerElement::HTMLFrameOwnerElement(const QualifiedName& tagName, Document* document) in HTMLFrameOwnerElement() function in WebCore::HTMLFrameOwnerElement 43 RenderPart* HTMLFrameOwnerElement::renderPart() const in renderPart() 52 void HTMLFrameOwnerElement::willRemove() in willRemove() 65 HTMLFrameOwnerElement::~HTMLFrameOwnerElement() in ~HTMLFrameOwnerElement() 71 Document* HTMLFrameOwnerElement::contentDocument() const in contentDocument() 76 DOMWindow* HTMLFrameOwnerElement::contentWindow() const in contentWindow() 81 void HTMLFrameOwnerElement::setSandboxFlags(SandboxFlags flags) in setSandboxFlags() 92 bool HTMLFrameOwnerElement::isKeyboardFocusable(KeyboardEvent* event) const in isKeyboardFocusable() 98 SVGDocument* HTMLFrameOwnerElement::getSVGDocument(ExceptionCode& ec) const in getSVGDocument()
|
D | HTMLFrameElementBase.cpp | 51 : HTMLFrameOwnerElement(tagName, document) in HTMLFrameElementBase() 116 HTMLFrameOwnerElement::parseMappedAttribute(attr); in parseMappedAttribute() 148 HTMLFrameOwnerElement::parseMappedAttribute(attr); in parseMappedAttribute() 169 HTMLFrameOwnerElement::insertedIntoDocument(); in insertedIntoDocument() 195 HTMLFrameOwnerElement::attach(); in attach() 227 HTMLFrameOwnerElement::setFocus(received); in setFocus() 283 HTMLFrameOwnerElement::willRemove(); in willRemove()
|
D | HTMLFrameOwnerElement.h | 37 class HTMLFrameOwnerElement : public HTMLElement { 39 virtual ~HTMLFrameOwnerElement(); 59 HTMLFrameOwnerElement(const QualifiedName& tagName, Document*);
|
D | HTMLPlugInElement.cpp | 51 : HTMLFrameOwnerElement(tagName, doc) in HTMLPlugInElement() 82 HTMLFrameOwnerElement::detach(); in detach() 132 return HTMLFrameOwnerElement::mapToEntry(attrName, result); in mapToEntry() 150 HTMLFrameOwnerElement::parseMappedAttribute(attr); in parseMappedAttribute()
|
D | HTMLPlugInElement.h | 39 class HTMLPlugInElement : public HTMLFrameOwnerElement {
|
D | HTMLFrameElementBase.h | 32 class HTMLFrameElementBase : public HTMLFrameOwnerElement {
|
/external/webkit/Source/WebCore/loader/ |
D | SubframeLoader.h | 47 class HTMLFrameOwnerElement; variable 64 …bool requestFrame(HTMLFrameOwnerElement*, const String& url, const AtomicString& frameName, bool l… 84 …Frame* loadOrRedirectSubframe(HTMLFrameOwnerElement*, const KURL&, const AtomicString& frameName, … 85 …Frame* loadSubframe(HTMLFrameOwnerElement*, const KURL&, const String& name, const String& referre…
|
D | SubframeLoader.cpp | 71 bool SubframeLoader::requestFrame(HTMLFrameOwnerElement* ownerElement, const String& urlString, con… in requestFrame() 226 Frame* SubframeLoader::loadOrRedirectSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url,… in loadOrRedirectSubframe() 236 Frame* SubframeLoader::loadSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const Str… in loadSubframe()
|
D | FrameLoaderClient.h | 68 class HTMLFrameOwnerElement; variable 247 …assRefPtr<Frame> createFrame(const KURL& url, const String& name, HTMLFrameOwnerElement* ownerElem…
|
/external/webkit/Source/WebCore/page/ |
D | Frame.h | 84 static PassRefPtr<Frame> create(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*); 102 HTMLFrameOwnerElement* ownerElement() const; 210 Frame(Page*, HTMLFrameOwnerElement*, FrameLoaderClient*); 229 HTMLFrameOwnerElement* m_ownerElement; 325 inline HTMLFrameOwnerElement* Frame::ownerElement() const in ownerElement()
|
D | FocusController.cpp | 153 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); in deepFocusableNode() 229 HTMLFrameOwnerElement* owner = frame->ownerElement(); in advanceFocusInDocumentOrder() 276 HTMLFrameOwnerElement* owner = static_cast<HTMLFrameOwnerElement*>(node); in advanceFocusInDocumentOrder() 539 if (HTMLFrameOwnerElement* frameElement = frameOwnerElement(focusCandidate)) { in advanceFocusDirectionallyInContainer()
|
D | Frame.cpp | 130 static inline Frame* parentFromOwnerElement(HTMLFrameOwnerElement* ownerElement) in parentFromOwnerElement() 153 inline Frame::Frame(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient* frameLoader… in Frame() 213 PassRefPtr<Frame> Frame::create(Page* page, HTMLFrameOwnerElement* ownerElement, FrameLoaderClient*… in create() 630 HTMLFrameOwnerElement* ownerElement = m_ownerElement; in ownerRenderer() 882 if (HTMLFrameOwnerElement* owner = ownerElement()) in createView()
|
D | SpatialNavigation.h | 151 HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderPart.cpp | 90 HTMLFrameOwnerElement* element = static_cast<HTMLFrameOwnerElement*>(node()); in requiresAcceleratedCompositing()
|
D | RenderLayerCompositor.cpp | 1074 HTMLFrameOwnerElement* element = static_cast<HTMLFrameOwnerElement*>(renderer->node()); 1321 HTMLFrameOwnerElement* ownerElement = enclosingFrameElement(); 1352 HTMLFrameOwnerElement* RenderLayerCompositor::enclosingFrameElement() const 1354 if (HTMLFrameOwnerElement* ownerElement = m_renderView->document()->ownerElement()) 1862 if (HTMLFrameOwnerElement* ownerElement = m_renderView->document()->ownerElement()) 1926 if (HTMLFrameOwnerElement* ownerElement = m_renderView->document()->ownerElement())
|
D | RenderLayerCompositor.h | 167 HTMLFrameOwnerElement* enclosingFrameElement() const;
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebFrame.h | 42 class HTMLFrameOwnerElement; variable 58 …efPtr<WebFrame> createSubframe(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*); 137 void init(WebPage*, const String& frameName, WebCore::HTMLFrameOwnerElement*);
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe_p.h | 47 class HTMLFrameOwnerElement; variable 56 WebCore::HTMLFrameOwnerElement* = 0, 61 WebCore::HTMLFrameOwnerElement* ownerElement;
|
/external/webkit/Source/WebKit/wince/ |
D | WebView.h | 40 class HTMLFrameOwnerElement; variable 71 …e> createFrame(const WebCore::KURL&, const WTF::String&, WebCore::HTMLFrameOwnerElement*, const WT…
|
/external/webkit/Source/WebKit/wx/ |
D | WebFramePrivate.h | 52 WebCore::HTMLFrameOwnerElement* ownerElement;
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebFrameLoaderClient.h | 119 …Frame(const WebCore::KURL& url, const WTF::String& name, WebCore::HTMLFrameOwnerElement* ownerElem… 135 …eateFrame(const WebCore::KURL&, const WTF::String& name, WebCore::HTMLFrameOwnerElement*, const WT…
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrameInternal.h | 58 class HTMLFrameOwnerElement; variable 96 + (PassRefPtr<WebCore::Frame>)_createSubframeWithOwnerElement:(WebCore::HTMLFrameOwnerElement*)owne…
|
/external/webkit/Source/WebCore/accessibility/ |
D | AccessibilityScrollView.cpp | 172 …HTMLFrameOwnerElement* owner = static_cast<FrameView*>(m_scrollView.get())->frame()->ownerElement(… in parentObject()
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorDOMAgent.cpp | 378 const HTMLFrameOwnerElement* frameOwner = static_cast<const HTMLFrameOwnerElement*>(node); in unbind() 1051 HTMLFrameOwnerElement* frameOwner = static_cast<HTMLFrameOwnerElement*>(node); in buildObjectForNode() 1131 HTMLFrameOwnerElement* frameOwner = static_cast<HTMLFrameOwnerElement*>(node); in innerFirstChild()
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.cpp | 690 HTMLFrameOwnerElement* frameElement = in findChildByExpression() 691 static_cast<HTMLFrameOwnerElement*>(node); in findChildByExpression() 1941 const FrameLoadRequest& request, HTMLFrameOwnerElement* ownerElement) in createChildFrame() 2045 if (HTMLFrameOwnerElement* owner = m_frame->ownerElement()) in createFrameView() 2068 HTMLFrameOwnerElement* frameElement = in fromFrameOwnerElement() 2069 static_cast<HTMLFrameOwnerElement*>(element); in fromFrameOwnerElement()
|