OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLMapElement
(Results
1 - 17
of
17
) sorted by null
/external/webkit/Source/WebCore/html/
HTMLMapElement.h
34
class
HTMLMapElement
: public HTMLElement {
36
static PassRefPtr<
HTMLMapElement
> create(Document*);
37
static PassRefPtr<
HTMLMapElement
> create(const QualifiedName&, Document*);
38
virtual ~
HTMLMapElement
();
48
HTMLMapElement
(const QualifiedName&, Document*);
HTMLMapElement.cpp
23
#include "
HTMLMapElement
.h"
41
HTMLMapElement
::
HTMLMapElement
(const QualifiedName& tagName, Document* document)
47
PassRefPtr<
HTMLMapElement
>
HTMLMapElement
::create(Document* document)
49
return adoptRef(new
HTMLMapElement
(mapTag, document));
52
PassRefPtr<
HTMLMapElement
>
HTMLMapElement
::create(const QualifiedName& tagName, Document* document)
54
return adoptRef(new
HTMLMapElement
(tagName, document));
57
HTMLMapElement
::~HTMLMapElement(
[
all
...]
HTMLMapElement.idl
23
interface
HTMLMapElement
: HTMLElement {
HTMLAreaElement.cpp
29
#include "
HTMLMapElement
.h"
181
return static_cast<
HTMLMapElement
*>(mapElement)->imageElement();
/external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.h
34
#include "
HTMLMapElement
.h"
49
void setHTMLMapElement(
HTMLMapElement
* element) { m_mapElement = element; }
50
HTMLMapElement
* mapElement() const { return m_mapElement.get(); }
75
RefPtr<
HTMLMapElement
> m_mapElement;
AccessibilityRenderObject.h
47
class
HTMLMapElement
;
289
AccessibilityObject* accessibilityParentForImageMap(
HTMLMapElement
*) const;
AccessibilityRenderObject.cpp
45
#include "
HTMLMapElement
.h"
[
all
...]
/external/webkit/Source/WebCore/dom/
TreeScope.h
35
class
HTMLMapElement
;
49
void addImageMap(
HTMLMapElement
*);
50
void removeImageMap(
HTMLMapElement
*);
51
HTMLMapElement
* getImageMap(const String& url) const;
TreeScope.cpp
31
#include "
HTMLMapElement
.h"
119
void TreeScope::addImageMap(
HTMLMapElement
* imageMap)
127
void TreeScope::removeImageMap(
HTMLMapElement
* imageMap)
135
HTMLMapElement
* TreeScope::getImageMap(const String& url) const
142
return static_cast<
HTMLMapElement
*>(m_imageMapsByName.getElementByLowercasedMapName(AtomicString(name.lower()).impl(), this));
143
return static_cast<
HTMLMapElement
*>(m_imageMapsByName.getElementByMapName(AtomicString(name).impl(), this));
DocumentOrderedMap.cpp
35
#include "
HTMLMapElement
.h"
50
return element->hasTagName(mapTag) && static_cast<
HTMLMapElement
*>(element)->getName().impl() == key;
55
return element->hasTagName(mapTag) && static_cast<
HTMLMapElement
*>(element)->getName().lower().impl() == key;
Document.h
91
class
HTMLMapElement
;
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderImage.h
34
class
HTMLMapElement
;
51
HTMLMapElement
* imageMap() const;
RenderImage.cpp
35
#include "
HTMLMapElement
.h"
405
HTMLMapElement
* RenderImage::imageMap() const
417
if (
HTMLMapElement
* map = imageMap()) {
/external/webkit/Source/WebCore/bindings/gobject/
WebKitHTMLElementWrapperFactory.cpp
70
#include "
HTMLMapElement
.h"
361
return wrapHTMLMapElement(static_cast<
HTMLMapElement
*>(element.get()));
/external/webkit/Source/WebCore/page/
DOMWindow.idl
449
attribute HTMLMapElementConstructor
HTMLMapElement
;
[
all
...]
/external/webkit/Source/WebKit/android/nav/
CacheBuilder.cpp
42
#include "
HTMLMapElement
.h"
[
all
...]
/external/jdiff/
xerces.jar
Completed in 187 milliseconds