OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:anchorelement
(Results
1 - 11
of
11
) sorted by null
/external/webkit/WebCore/editing/
CreateLinkCommand.cpp
46
RefPtr<HTMLAnchorElement>
anchorElement
= HTMLAnchorElement::create(document());
47
anchorElement
->setHref(m_url);
51
applyStyledElement(
anchorElement
.get());
53
insertNodeAt(
anchorElement
.get(), endingSelection().start());
55
appendNode(textNode.get(),
anchorElement
.get());
56
setEndingSelection(VisibleSelection(positionInParentBeforeNode(
anchorElement
.get()), positionInParentAfterNode(
anchorElement
.get()), DOWNSTREAM));
/external/webkit/WebCore/inspector/front-end/
Popup.js
104
var
anchorElement
= this._anchorElement;
112
var anchorPosition = {x:
anchorElement
.totalOffsetLeft, y:
anchorElement
.totalOffsetTop};
115
var anchorBox = {x: anchorPosition.x, y: anchorPosition.y, width:
anchorElement
.offsetWidth, height:
anchorElement
.offsetHeight};
TextViewer.js
508
var
anchorElement
= textNode.nextSibling;
526
parentElement.insertBefore(markNode,
anchorElement
);
/external/webkit/WebCore/accessibility/
AccessibilityImageMapLink.cpp
85
return
anchorElement
();
88
Element* AccessibilityImageMapLink::
anchorElement
() const
AccessibilityImageMapLink.h
59
virtual Element*
anchorElement
() const;
AccessibilityRenderObject.h
157
virtual Element*
anchorElement
() const;
AccessibilityRenderObject.cpp
561
Element* AccessibilityRenderObject::
anchorElement
() const
574
return cache->getOrCreate(continuation)->
anchorElement
();
624
Element* elt =
anchorElement
();
643
// FIXME: Do the continuation search like
anchorElement
does
[
all
...]
AccessibilityObject.h
390
virtual Element*
anchorElement
() const { return 0; }
AccessibilityObject.cpp
745
Element* anchor = axObj->
anchorElement
();
[
all
...]
/external/webkit/WebCore/loader/
FTPDirectoryDocument.cpp
148
RefPtr<Element>
anchorElement
= m_doc->createElement(aTag, false);
149
anchorElement
->setAttribute("href", fullURL, ec);
150
anchorElement
->appendChild(Text::create(m_doc, filename), ec);
153
tdElement->appendChild(
anchorElement
, ec);
/external/webkit/WebCore/
ChangeLog-2008-08-10
[
all
...]
Completed in 199 milliseconds