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

  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 95 static const QualifiedName& frameOwnerURLAttributeName(const HTMLFrameOwnerElement& frameOwner)
98 return isHTMLObjectElement(frameOwner) ? HTMLNames::dataAttr : HTMLNames::srcAttr;
154 const HTMLFrameOwnerElement& frameOwner = toHTMLFrameOwnerElement(element);
155 Frame* frame = frameOwner.contentFrame();
166 appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.string())), namespaces);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.cpp     [all...]

Completed in 508 milliseconds