Searched refs:activeElement (Results 1 – 21 of 21) sorted by relevance
92 if (doc.activeElement) {95 doc.activeElement.dispatchEvent(e);104 dispatchCanExecuteEvent(this, this.ownerDocument.activeElement);
245 var activeElement = doc.activeElement;246 if (!table.contains(activeElement)) {
460 var activeElement = doc.activeElement;461 if (!list.contains(activeElement)) {
285 var activeElement = doc.activeElement;286 if (!self.contains(activeElement))
354 var activeElement = doc.activeElement;355 if (!exceptionList.contains(activeElement))
302 this.ownerDocument.activeElement.blur();
109 if (document.activeElement == homepageField)
499 if (document.activeElement == self)
457 var activeElement = doc.activeElement;458 if (activeElement != urlInput && activeElement != labelInput) {
212 if (this.activeElement instanceof tracing.FindControl)217 return document.activeElement == this.focusElement;227 if (document.activeElement.nodeName == 'INPUT')580 if (document.activeElement)581 document.activeElement.blur();
102 if (!this.controller || document.activeElement != this.filterEl_) {
121 document.activeElement.nodeName !== 'INPUT') {
367 return document.activeElement == this.focusElement;
213 if (document.activeElement != input)1154 if (e.target == document.activeElement) {1283 if (document.activeElement == list) {1285 } else if (document.activeElement == tree) {1374 var isTree = document.activeElement == tree;1529 if (document.activeElement == list) {1534 document.activeElement.selectedItem.editing = true;
55 Element* activeElement();
53 readonly attribute Element activeElement;
138 Element* HTMLDocument::activeElement() in activeElement() function in WebCore::HTMLDocument
151 …ocument_||this.activeElement instanceof tracing.FindControl?!1:!this.focusElement_?!0:0<=this.focu…152 this.viewport_;if(this.firstCanvas&&this.listenToKeys_&&"INPUT"!=document.activeElement.nodeName){v…163 …tLeft),this.dragBeginEvent_=b,b.preventDefault(),document.activeElement&&document.activeElement.bl…193 …_.focus()},updateHitCountEl_:function(){if(!this.controller||document.activeElement!=this.filterEl…348 …_)return!this.focusElement_?!0:0<=this.focusElement.tabIndex?document.activeElement==this.focusEle…
463 @property(readonly, retain) DOMElement *activeElement AVAILABLE_IN_WEBKIT_VERSION_4_0;
43655 … Fixes for for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)43658 Tests: fast/dom/HTMLDocument/activeElement.html43662 …(WebCore::HTMLDocument::activeElement): Added. Returns the focused element, or the body element if…43664 * html/HTMLDocument.h: Added methods for activeElement and hasFocus.43665 * html/HTMLDocument.idl: Added definitions for activeElement and hasFocus.
88925 (WebCore::ScreenReader::activeElement):