OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removePendingResourceForRemoval
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDocumentExtensions.h
117
PassOwnPtr<SVGPendingElements>
removePendingResourceForRemoval
(const AtomicString&);
SVGDocumentExtensions.cpp
241
// We use the
removePendingResourceForRemoval
function here because it deals with set lifetime correctly.
244
removePendingResourceForRemoval
(*it);
254
PassOwnPtr<SVGDocumentExtensions::SVGPendingElements> SVGDocumentExtensions::
removePendingResourceForRemoval
(const AtomicString& id)
287
removePendingResourceForRemoval
(id);
Completed in 247 milliseconds