OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wasLink
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.cpp
135
bool
wasLink
= isLink();
138
if (
wasLink
!= isLink())
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp
267
bool
wasLink
= isLink();
269
if (
wasLink
!= isLink()) {
271
if (
wasLink
&& treeScope().adjustedFocusedElement() == this) {
284
if (
wasLink
)
Completed in 172 milliseconds