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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 91 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner)
94 return frameOwner.hasTagName(HTMLNames::objectTag) ? HTMLNames::dataAttr : HTMLNames::srcAttr;
153 HTMLFrameOwnerElement* frameOwner = toFrameOwnerElement(element);
154 Frame* frame = frameOwner->contentFrame();
164 appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(*frameOwner), url.string()), namespaces);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp 352 const HTMLFrameOwnerElement* frameOwner = static_cast<const HTMLFrameOwnerElement*>(node);
353 Document* contentDocument = frameOwner->contentDocument();
    [all...]

Completed in 228 milliseconds