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 96 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner)
99 return frameOwner.hasTagName(HTMLNames::objectTag) ? HTMLNames::dataAttr : HTMLNames::srcAttr;
155 HTMLFrameOwnerElement* frameOwner = toHTMLFrameOwnerElement(element);
156 Frame* frame = frameOwner->contentFrame();
166 appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(*frameOwner), url.string()), namespaces);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]

Completed in 68 milliseconds