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

1 2 3 4

  /external/chromium_org/chrome/test/chromedriver/js/
focus_test.html 15 assertEquals(c, document.activeElement);
41 assertEquals(a, document.activeElement);
44 assertEquals(c, document.activeElement);
50 assertEquals(a, document.activeElement);
53 assertEquals(d, document.activeElement);
59 assertEquals(a, document.activeElement);
70 assertEquals(a, document.activeElement);
73 assertEquals(f, document.activeElement);
79 assertEquals(a, document.activeElement);
82 assertEquals(g, document.activeElement);
    [all...]
focus.js 17 // - |document.activeElement| is the currently focused element, or body if
27 var prevActiveElement = doc.activeElement;
41 if (element != doc.activeElement)
  /external/chromium_org/third_party/WebKit/ManualTests/
mutate-unfocused-text-with-selection.html 19 alert('activeElement:' + document.activeElement.id); // necessary to reproduce the bug
  /external/chromium_org/content/test/data/textinput/
ime_enable_disable_test.html 21 document.activeElement.blur();
  /external/chromium_org/third_party/WebKit/Source/web/resources/
suggestionPicker.js 259 if (document.activeElement && document.activeElement.classList.contains(SuggestionPicker.ListEntryClass)) {
260 for (var node = document.activeElement.previousElementSibling; node; node = node.previousElementSibling) {
272 if (document.activeElement && document.activeElement.classList.contains(SuggestionPicker.ListEntryClass)) {
273 for (var node = document.activeElement.nextElementSibling; node; node = node.nextElementSibling) {
285 this.selectEntry(document.activeElement);
320 if (!document.activeElement.classList.contains(SuggestionPicker.ListEntryClass))
323 document.activeElement.blur();
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 41 keyboard.raiseKeyFocusPrevious(document.activeElement);
46 keyboard.raiseKeyFocusNext(document.activeElement);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
bubble_button.js 69 if (document.activeElement)
70 document.activeElement.blur();
command.js 97 if (doc.activeElement) {
101 (opt_element || doc.activeElement).dispatchEvent(e);
112 opt_node || this.ownerDocument.activeElement);
table.js 308 var activeElement = doc.activeElement;
309 if (!table.contains(activeElement)) {
  /external/chromium_org/chrome/browser/resources/help/
help_base_page.js 57 if (this.pageDiv.contains(document.activeElement))
58 this.lastFocusedElement = document.activeElement;
237 if (this.pageDiv.contains(document.activeElement))
244 if (document.activeElement == element)
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/speak_selection/
content_script.js 10 var focused = document.activeElement;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ShadowRoot.idl 30 readonly attribute Element activeElement;
ShadowRoot.h 104 Element* activeElement() const;
154 inline Element* ShadowRoot::activeElement() const
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl 48 readonly attribute Element activeElement;
  /external/chromium/chrome/browser/resources/options/
autofill_options_list.js 285 var activeElement = doc.activeElement;
286 if (!self.contains(activeElement))
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
command.js 92 if (doc.activeElement) {
95 doc.activeElement.dispatchEvent(e);
104 dispatchCanExecuteEvent(this, this.ownerDocument.activeElement);
table.js 245 var activeElement = doc.activeElement;
246 if (!table.contains(activeElement)) {
  /external/chromium_org/chrome/browser/resources/options/
inline_editable_list.js 273 if (inputEl.ownerDocument.activeElement == inputEl)
366 this.ownerDocument.activeElement.blur();
400 var itemAncestor = findAncestor(document.activeElement, function(node) {
404 document.activeElement.blur();
options_page.js 169 if (document.activeElement != document.body &&
170 (!rootPage || rootPage.pageDiv.contains(document.activeElement))) {
263 currentPage.lastFocusedElement = document.activeElement;
281 if (document.activeElement != document.body) {
284 } else if (!overlay.pageDiv.contains(document.activeElement)) {
285 document.activeElement.blur();
354 document.activeElement.blur();
791 if (this.pageDiv.contains(document.activeElement))
800 if (document.activeElement == element)
914 if (pageDiv.contains(document.activeElement))
    [all...]
editable_text_field.js 352 this.ownerDocument.activeElement.blur();
365 var itemAncestor = findAncestor(document.activeElement, function(node) {
369 document.activeElement.blur();
  /external/chromium_org/chrome/browser/resources/print_preview/
print_header.js 243 if (document.activeElement == null ||
244 document.activeElement == document.body) {
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 68 expectEquals(initialFocus, document.activeElement, pageName);
72 expectEquals(expectedFocus, document.activeElement, pageName);
142 expectEquals(nameField, document.activeElement);
149 expectEquals($('manage-profile-ok'), document.activeElement);
184 expectEquals($('managed-user-created-switch'), document.activeElement);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
inline_editable_list.js 321 this.ownerDocument.activeElement.blur();
356 var itemAncestor = findAncestor(document.activeElement, function(node) {
360 document.activeElement.blur();
  /external/chromium/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_list.js 457 var activeElement = doc.activeElement;
458 if (activeElement != urlInput && activeElement != labelInput) {
  /external/chromium_org/chrome/browser/resources/bookmark_manager/js/bmm/
bookmark_list.js 449 var activeElement = doc.hasFocus() && doc.activeElement;
450 if (activeElement != urlInput && activeElement != labelInput) {

Completed in 589 milliseconds

1 2 3 4