HomeSort by relevance Sort by last modified time
    Searched full:htmlanchorelement (Results 1 - 25 of 134) sorted by null

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAnchorElement.cpp 25 #include "core/html/HTMLAnchorElement.h"
62 HTMLAnchorElement::HTMLAnchorElement(const QualifiedName& tagName, Document& document)
70 PassRefPtrWillBeRawPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document& document)
72 return adoptRefWillBeNoop(new HTMLAnchorElement(aTag, document));
75 HTMLAnchorElement::~HTMLAnchorElement()
79 bool HTMLAnchorElement::supportsFocus() const
87 bool HTMLAnchorElement::shouldHaveFocusAppearance() cons
    [all...]
HTMLAnchorElement.idl 21 interface HTMLAnchorElement : HTMLElement {
39 HTMLAnchorElement implements URLUtils;
HTMLAnchorElement.h 58 class HTMLAnchorElement : public HTMLElement, public DOMURLUtils {
61 static PassRefPtrWillBeRawPtr<HTMLAnchorElement> create(Document&);
63 virtual ~HTMLAnchorElement();
89 HTMLAnchorElement(const QualifiedName&, Document&);
117 inline LinkHash HTMLAnchorElement::visitedLinkHash() const
HTMLAreaElement.h 26 #include "core/html/HTMLAnchorElement.h"
35 class HTMLAreaElement FINAL : public HTMLAnchorElement {
HTMLAreaElement.cpp 40 : HTMLAnchorElement(areaTag, document)
66 HTMLAnchorElement::parseAttribute(name, value);
206 HTMLAnchorElement::setFocus(shouldBeFocused);
HTMLViewSourceDocument.cpp 31 #include "core/html/HTMLAnchorElement.h"
294 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(*this);
HTMLTagNames.in 6 a interfaceName=HTMLAnchorElement
  /external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp 30 #include "core/html/HTMLAnchorElement.h"
45 RefPtrWillBeRawPtr<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document());
UnlinkCommand.cpp 29 #include "core/html/HTMLAnchorElement.h"
44 removeStyledElement(HTMLAnchorElement::create(document()));
  /external/chromium_org/chrome/common/extensions/docs/static/js/
samples.js 34 if (event.target instanceof HTMLAnchorElement) {
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analysis_link.js 30 __proto__: HTMLAnchorElement.prototype,
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TreeScope.cpp 45 #include "core/html/HTMLAnchorElement.h"
332 for (HTMLAnchorElement* anchor = Traversal<HTMLAnchorElement>::firstWithin(rootNode()); anchor; anchor = Traversal<HTMLAnchorElement>::next(*anchor)) {
VisitedLinkState.cpp 35 #include "core/html/HTMLAnchorElement.h"
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 43 class HTMLAnchorElement;
AXRenderObject.h 44 class HTMLAnchorElement;
AXObject.h 47 class HTMLAnchorElement;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSDefaultStyleSheets.cpp 38 #include "core/html/HTMLAnchorElement.h"
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.cpp 36 #include "core/html/HTMLAnchorElement.h"
  /external/chromium_org/chrome/browser/resources/ntp4/
most_visited_page.js 18 * @extends {HTMLAnchorElement}
29 __proto__: HTMLAnchorElement.prototype,
suggestions_page.js 18 * @extends {HTMLAnchorElement}
29 __proto__: HTMLAnchorElement.prototype,
  /external/chromium_org/third_party/WebKit/Source/web/
ContextMenuClientImpl.cpp 47 #include "core/html/HTMLAnchorElement.h"
382 HTMLAnchorElement* anchor = toHTMLAnchorElement(r.URLElement());
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2-sources.jar 
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.cpp 53 #include "core/html/HTMLAnchorElement.h"
166 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(document);
    [all...]
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 103 * @return {HTMLAnchorElement} A new link element.
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.cpp 32 #include "core/html/HTMLAnchorElement.h"

Completed in 249 milliseconds

1 2 3 4 5 6