/external/clang/test/CodeGen/ |
2003-08-21-BinOp-Type-Mismatch.c | 7 unsigned int frame, focus; local 8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
|
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
keyboard_ui.css | 6 input[type=email]:focus, 7 input[type=number]:focus, 8 input[type=password]:focus, 9 input[type=tel]:focus, 10 input[type=text]:focus, 11 input[type=url]:focus { 17 .g-button-submit:focus, 18 a:focus {
|
/external/chromium_org/chrome/common/ |
omnibox_focus_state.h | 8 // Omnibox focus state. 23 // Reasons why the Omnibox focus state could change. 25 // Includes any explicit changes to focus. (e.g. user clicking to change 26 // focus, user tabbing to change focus, any explicit calls to SetFocus, 30 // Focus changed to restore state from a tab the user switched to. 33 // Focus changed because user started typing. This only happens when focus
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
onfocus-alert-blinking-caret.html | 4 Focus the field below, then dismiss the alert. The field should retain the focus,
|
focus-change-between-key-events.html | 1 <body onload="document.getElementById('dummy').focus();"> 2 <iframe src="data:text/html,<body onload='document.getElementsByTagName("input")[0].focus()'><input></body>" id=victim name=victim> 12 document.getElementById('victim').focus(); 13 frames['victim'].focus(); 17 setTimeout('focus();document.getElementById("dummy").focus()',1);
|
modal-dialog-blur.html | 4 Tests blur/focus events with modal dialogs 12 failed = "focus"; 19 inputElement.focus(); 21 inputElement.addEventListener("focus", failFocus, false);
|
focusringcolor-change-on-theme-change.html | 1 <input value="Click on me! Focus ring color around this input element should change." style="width:100%"> 4 <li>Change the system focus ring color.<br>On OS X you can do this by going to System Preferences->Appearance and selecting another value in the Appearance popup menu.</li> 8 <p>The tests passes if the focus ring around the input element changes color.</p>
|
/external/chromium_org/chrome_frame/test/data/ |
simple_object_focus_cf.html | 4 // Upon receiving focus, pass the focus to the hello world button.
6 document.getElementById("buttonToFocus").focus();
|
/frameworks/base/docs/html/training/managing-audio/ |
audio-focus.jd | 1 page.title=Managing Audio Focus 19 <li><a href="#RequestFocus">Request the Audio Focus</a></li> 20 <li><a href="#HandleFocusLoss">Handle the Loss of Audio Focus</a></li> 35 interact. To avoid every music app playing at the same time, Android uses audio focus to moderate 36 audio playback—only apps that hold the audio focus should play audio.</p> 38 <p>Before your app starts playing audio it should request—and receive—the audio focus. 39 Likewise, it should know how to listen for a loss of audio focus and respond appropriately when that 43 <h2 id="RequestFocus">Request the Audio Focus</h2> 45 <p>Before your app starts playing any audio, it should hold the audio focus for the stream 51 permanent audio focus. Request transient focus when you expect to play audio for only a short tim [all...] |
/external/chromium_org/content/test/data/textinput/ |
ime_enable_disable_test.html | 5 document.getElementById('text01_id').focus(); 9 document.getElementById('text02_id').focus(); 13 document.getElementById('password01_id').focus(); 17 document.getElementById('password02_id').focus();
|
/external/chromium_org/third_party/WebKit/Source/web/tests/data/ |
input_field_set_value_while_focused.html | 4 field.focus();
|
move_caret.html | 8 text.focus(); 13 text.focus();
|
/external/chromium_org/ui/views/focus/ |
external_focus_tracker.h | 9 #include "ui/views/focus/focus_manager.h" 17 // provided focus manager and is not either the provided parent view or one of 19 // focus to some other view once it is dismissed. The parent view and the focus 20 // manager must exist for the duration of the tracking. If the focus manager 25 // ExternalFocusTracker and passes in itself and its focus manager. Then, 26 // when that view wants to return focus to the last focused view which is not 41 // parent view itself. Returns true if focus for a view was requested, false 45 // Sets the focus manager whose focus we are tracking. |focus_manager| ca [all...] |
/external/chromium_org/chrome/test/chromedriver/js/ |
focus_test.html | 4 <script src='focus.js'></script> 14 c.focus(); 16 focus(a); 23 a.focus(); 30 focus(a); 40 a.focus(); 43 focus(c); 49 a.focus(); 52 focus(d); 58 a.focus(); [all...] |
/packages/experimental/TestBack/src/foo/bar/testback/ |
TestBackService.java | 50 AccessibilityNodeInfo focus = root.findFocus( local 52 if (focus != null) { 53 if ((focus.getActions() & 0x00004000) /* COPY*/ != 0) { 54 final boolean performed = focus.performAction(0x00004000); 57 focus.recycle(); 66 AccessibilityNodeInfo focus = root.findFocus( local 68 if (focus != null) { 69 if ((focus.getActions() & 0x00008000) /* PASTE*/ != 0) { 70 final boolean performed = focus.performAction(0x00008000); 73 focus.recycle() 82 AccessibilityNodeInfo focus = root.findFocus( local 98 AccessibilityNodeInfo focus = root.findFocus( local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
EditTextRule.java | 45 INode focus = findFocus(findRoot(parent)); local 46 if (focus == null) { 60 * Adds a "Request Focus" menu item. 68 final String label = hasFocus ? "Clear Focus" : "Request Focus"; 80 INode focus = findFocus(findRoot(node)); 81 if (focus != null && focus.getParent() != null) { 82 focus.getParent().removeChild(focus); 99 INode focus = findFocus(node); local 131 INode focus = findFocus(child); local [all...] |
/external/chromium_org/ui/views/ |
accessible_pane_view.h | 12 #include "ui/views/focus/focus_manager.h" 19 // a toolbar. The user sets focus to a control in this view by pressing 29 // Set focus to the pane with complete keyboard access. 30 // Focus will be restored to the last focused view if the user escapes. 32 // the initial focus, if it's enabled and focusable. Returns true if 33 // the pane was able to receive focus. 36 // Set focus to the pane with complete keyboard access, with the 37 // focus initially set to the default child. Focus will be restored 39 // Returns true if the pane was able to receive focus [all...] |
focus_border.h | 20 // Focus border class. 22 // The focus border class is used to display an indication of focus on a view. 23 // To set a focus border on a view, call SetFocusBorder on the view. Once set 24 // on a view, the focus border is owned by the view. 32 // Creates the default inset dashed line focus border. 37 // Renders the focus border for the specified view.
|
/external/chromium/chrome/browser/ui/cocoa/ |
focus_tracker.h | 9 // A class that handles saving and restoring focus. An instance of 11 // constructed, and callers can use restoreFocus to return focus to 12 // that view. FocusTracker will not restore focus to views that are 20 // |window| is the window that we are saving focus for. This 24 // Attempts to restore focus to the snapshotted view. Returns YES if 25 // focus was restored. Will not restore focus if the view is no
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
proxy_settings.css | 35 html[highlight=strong] input[type='button']:focus, 36 html[highlight=strong] input[type='checkbox']:focus, 37 html[highlight=strong] input[type='radio']:focus, 38 html[highlight=strong] input[type='text']:focus, 39 html[highlight=strong] input[type='url']:focus, 40 html[highlight=strong] button:focus, 41 html[highlight=strong] list:focus {
|
/external/chromium_org/ui/base/cocoa/ |
focus_tracker.h | 10 // A class that handles saving and restoring focus. An instance of 12 // constructed, and callers can use restoreFocus to return focus to 13 // that view. FocusTracker will not restore focus to views that are 21 // |window| is the window that we are saving focus for. This 25 // Attempts to restore focus to the snapshotted view. Returns YES if 26 // focus was restored. Will not restore focus if the view is no
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
focus_manager.js | 7 * Constructor for FocusManager singleton. Checks focus of elements to ensure 9 * the topmost overlay) do not receive focus. 17 * Whether focus is being transferred backward or forward through the DOM. 50 * allowed to receive focus. 58 * Returns the elements on the page capable of receiving focus. 78 // Skip nodes that cannot receive focus. FILTER_SKIP does not 98 * received focus. When focus wraps around within the a page, only the 99 * element that has focus after the wrapping receives an 'elementFocused' 100 * event. This differs from the native 'focus' event which is received b [all...] |
focus_outline_manager.js | 11 var CLASS_NAME = 'focus-outline-visible'; 20 * html.focus-outline-visible my-element:focus { 21 * outline: 5px auto -webkit-focus-ring-color; 27 * @param {Document} doc The document to attach the focus outline manager to. 42 doc.addEventListener('focus', function(event) { 43 // Update visibility only when focus is actually changed. 50 * Whether focus change is triggered by TAB key. 57 * Whether the focus outline should be visible. 78 * Gets a per document sigleton focus outline manager [all...] |
/external/chromium_org/chrome/browser/chromeos/ui/ |
focus_ring_controller.h | 10 #include "ui/views/focus/focus_manager.h" 11 #include "ui/views/focus/widget_focus_manager.h" 23 // FocusRingController manages the focus ring around the focused view. It 24 // follows widget focus change and update the focus ring layer when the focused 33 // Turns on/off the focus ring. 40 // Updates the focus ring to the focused view of |widget_|. If |widget_| is 41 // NULL or has no focused view, removes the focus ring. Otherwise, draws it.
|
/external/chromium/chrome/browser/ui/views/ |
accessible_pane_view.h | 12 #include "views/focus/focus_manager.h" 20 // a toolbar. The user sets focus to a control in this view by pressing 30 // Set focus to the pane with complete keyboard access. 31 // Focus will be restored to the ViewStorage with id |view_storage_id| 33 // the initial focus, if it's enabled and focusable. Returns true if 34 // the pane was able to receive focus. 37 // Set focus to the pane with complete keyboard access, with the 38 // focus initially set to the default child. Focus will be restored 40 // Returns true if the pane was able to receive focus [all...] |