OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_mapElement
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityImageMapLink.cpp
41
,
m_mapElement
(0)
59
if (!
m_mapElement
.get() || !
m_mapElement
->renderer())
62
return
m_mapElement
->document()->axObjectCache()->getOrCreate(
m_mapElement
->renderer());
136
if (!
m_mapElement
.get() || !m_areaElement.get())
143
renderer =
m_mapElement
->renderer();
AccessibilityImageMapLink.h
49
void setHTMLMapElement(HTMLMapElement* element) {
m_mapElement
= element; }
50
HTMLMapElement* mapElement() const { return
m_mapElement
.get(); }
70
RefPtr<HTMLMapElement>
m_mapElement
;
Completed in 628 milliseconds