OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:externalDocument
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGURIReference.cpp
74
Element* SVGURIReference::targetElementFromIRIString(const String& iri, const Document& document, String* fragmentIdentifier, Document*
externalDocument
)
88
if (
externalDocument
) {
90
ASSERT(equalIgnoringFragmentIdentifier(url,
externalDocument
->url()));
91
return
externalDocument
->getElementById(id);
94
// Exit early if the referenced url is external, and we have no
externalDocument
given.
SVGUseElement.h
109
Document*
externalDocument
() const;
SVGUseElement.cpp
191
return
externalDocument
();
194
Document* SVGUseElement::
externalDocument
() const
404
Element* target = SVGURIReference::targetElementFromIRIString(hrefCurrentValue(), document(), &id,
externalDocument
());
408
if (
externalDocument
())
[
all
...]
Completed in 166 milliseconds