OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isStyledLocatable
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGStyledLocatableElement.h
48
virtual bool
isStyledLocatable
() const { return true; }
SVGElement.h
78
virtual bool
isStyledLocatable
() const { return false; }
SVGLocatable.cpp
111
if (target && target->
isStyledLocatable
()) {
SVGElement.cpp
194
if (
isStyledLocatable
()) {
Completed in 48 milliseconds