Home
last modified time | relevance | path

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

/external/chromium-trace/src/shared/js/cr/ui/
Dcommand.js92 if (doc.activeElement) {
95 doc.activeElement.dispatchEvent(e);
104 dispatchCanExecuteEvent(this, this.ownerDocument.activeElement);
Dtable.js307 var activeElement = doc.activeElement;
308 if (!table.contains(activeElement)) {
Dlist.js521 var activeElement = doc.activeElement;
522 if (!list.contains(activeElement))
Ddialogs.js172 this.previousActiveElement_ = this.document_.activeElement;
/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/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/src/tracing/
Dtimeline_view.js99 if (!this.controller || document.activeElement != this.filterEl_) {
387 return document.activeElement == this.focusElement;
Dtimeline.js618 return document.activeElement == this.focusElement;
/external/chromium-trace/
Dscript.js102 …ent_?!1:!this.focusElement_?!0:0<=this.focusElement.tabIndex?document.activeElement==this.focusEle…
152 …_.focus()},updateHitCountEl_:function(){if(!this.controller||document.activeElement!=this.filterEl…
162 0<=this.focusElement.tabIndex?document.activeElement==this.focusElement:!0},onKeypress_:function(c)…
/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):