Home
last modified time | relevance | path

Searched refs:activeElement (Results 1 – 21 of 21) sorted by relevance

/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dcommand.js92 if (doc.activeElement) {
95 doc.activeElement.dispatchEvent(e);
104 dispatchCanExecuteEvent(this, this.ownerDocument.activeElement);
Dtable.js245 var activeElement = doc.activeElement;
246 if (!table.contains(activeElement)) {
Dlist.js460 var activeElement = doc.activeElement;
461 if (!list.contains(activeElement)) {
/external/chromium/chrome/browser/resources/options/
Dautofill_options_list.js285 var activeElement = doc.activeElement;
286 if (!self.contains(activeElement))
Dcontent_settings_exceptions_area.js354 var activeElement = doc.activeElement;
355 if (!exceptionList.contains(activeElement))
Dinline_editable_list.js302 this.ownerDocument.activeElement.blur();
Dbrowser_options.js109 if (document.activeElement == homepageField)
Dpref_ui.js499 if (document.activeElement == self)
/external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
Dbookmark_list.js457 var activeElement = doc.activeElement;
458 if (activeElement != urlInput && activeElement != labelInput) {
/external/chromium-trace/trace-viewer/src/
Dtimeline_track_view.js212 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();
Dfind_control.js102 if (!this.controller || document.activeElement != this.filterEl_) {
Dprofiling_view.js121 document.activeElement.nodeName !== 'INPUT') {
Dtimeline_view.js367 return document.activeElement == this.focusElement;
/external/chromium/chrome/browser/resources/bookmark_manager/js/
Dmain.js213 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;
/external/webkit/Source/WebCore/html/
DHTMLDocument.h55 Element* activeElement();
DHTMLDocument.idl53 readonly attribute Element activeElement;
DHTMLDocument.cpp138 Element* HTMLDocument::activeElement() in activeElement() function in WebCore::HTMLDocument
/external/chromium-trace/
Dscript.js151 …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…
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h463 @property(readonly, retain) DOMElement *activeElement AVAILABLE_IN_WEBKIT_VERSION_4_0;
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1043655 … Fixes for for <rdar://problem/5785892> Implement activeElement attribute for HTMLDocument (HTML5)
43658 Tests: fast/dom/HTMLDocument/activeElement.html
43662 …(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.
DChangeLog-2010-12-0688925 (WebCore::ScreenReader::activeElement):