OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:svgdocumentvalue
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FilterOperationResolver.cpp
397
CSSSVGDocumentValue*
svgDocumentValue
= toCSSSVGDocumentValue(argument);
398
KURL url = state.document().completeURL(
svgDocumentValue
->url());
400
RefPtr<ReferenceFilterOperation> operation = ReferenceFilterOperation::create(
svgDocumentValue
->url(), url.fragmentIdentifier());
401
if (SVGURIReference::isExternalURIReference(
svgDocumentValue
->url(), state.document())) {
402
if (!
svgDocumentValue
->loadRequested())
403
state.elementStyleResources().addPendingSVGDocument(operation.get(),
svgDocumentValue
);
404
else if (
svgDocumentValue
->cachedSVGDocument())
405
ReferenceFilterBuilder::setDocumentResourceReference(operation.get(), adoptPtr(new DocumentResourceReference(
svgDocumentValue
->cachedSVGDocument())));
Completed in 678 milliseconds