/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAnchorElement.cpp | 62 HTMLAnchorElement::HTMLAnchorElement(const QualifiedName& tagName, Document& document) in HTMLAnchorElement() function in blink::HTMLAnchorElement 70 PassRefPtrWillBeRawPtr<HTMLAnchorElement> HTMLAnchorElement::create(Document& document) in create() 72 return adoptRefWillBeNoop(new HTMLAnchorElement(aTag, document)); in create() 75 HTMLAnchorElement::~HTMLAnchorElement() in ~HTMLAnchorElement() 79 bool HTMLAnchorElement::supportsFocus() const in supportsFocus() 87 bool HTMLAnchorElement::shouldHaveFocusAppearance() const in shouldHaveFocusAppearance() 92 void HTMLAnchorElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) in dispatchFocusEvent() 99 bool HTMLAnchorElement::isMouseFocusable() const in isMouseFocusable() 107 bool HTMLAnchorElement::isKeyboardFocusable() const in isKeyboardFocusable() 148 void HTMLAnchorElement::defaultEventHandler(Event* event) in defaultEventHandler() [all …]
|
D | 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 in visitedLinkHash()
|
D | HTMLAreaElement.cpp | 40 : HTMLAnchorElement(areaTag, document) in HTMLAreaElement() 66 HTMLAnchorElement::parseAttribute(name, value); in DEFINE_NODE_FACTORY() 206 HTMLAnchorElement::setFocus(shouldBeFocused); in setFocus()
|
D | HTMLAnchorElement.idl | 21 interface HTMLAnchorElement : HTMLElement { 39 HTMLAnchorElement implements URLUtils;
|
D | HTMLAreaElement.h | 35 class HTMLAreaElement FINAL : public HTMLAnchorElement {
|
D | HTMLViewSourceDocument.cpp | 294 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(*this); in addLink()
|
D | HTMLTagNames.in | 6 a interfaceName=HTMLAnchorElement
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | CreateLinkCommand.cpp | 45 RefPtrWillBeRawPtr<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document()); in doApply()
|
D | UnlinkCommand.cpp | 44 removeStyledElement(HTMLAnchorElement::create(document())); in doApply()
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
D | samples.js | 34 if (event.target instanceof HTMLAnchorElement) {
|
/external/chromium-trace/trace-viewer/src/tracing/analysis/ |
D | analysis_link.js | 30 __proto__: HTMLAnchorElement.prototype,
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | TreeScope.cpp | 332 …for (HTMLAnchorElement* anchor = Traversal<HTMLAnchorElement>::firstWithin(rootNode()); anchor; an… in findAnchor()
|
/external/chromium_org/third_party/WebKit/Source/core/accessibility/ |
D | AXNodeObject.h | 43 class HTMLAnchorElement; variable
|
D | AXRenderObject.h | 44 class HTMLAnchorElement; variable
|
D | AXObject.h | 47 class HTMLAnchorElement; variable
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
D | suggestions_page.js | 29 __proto__: HTMLAnchorElement.prototype,
|
D | most_visited_page.js | 29 __proto__: HTMLAnchorElement.prototype,
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | ContextMenuClientImpl.cpp | 382 HTMLAnchorElement* anchor = toHTMLAnchorElement(r.URLElement()); in showContextMenu()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 166 RefPtrWillBeRawPtr<HTMLAnchorElement> anchor = HTMLAnchorElement::create(document); in documentFragmentFromDragData()
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/ |
D | core_global_constructors_idls_idl_files_list.tmp | 136 ../../core/html/HTMLAnchorElement.idl
|
D | core_idl_files_list.tmp | 142 ../../core/html/HTMLAnchorElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/ |
D | core_idl_files_list.tmp | 142 ../../../core/html/HTMLAnchorElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/modules/ |
D | modules_core_global_constructors_idls_idl_files_list.tmp | 136 ../../core/html/HTMLAnchorElement.idl
|
D | core_idl_files_list.tmp | 142 ../../core/html/HTMLAnchorElement.idl
|
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
D | core_idl_files_list.tmp | 142 ../../../core/html/HTMLAnchorElement.idl
|