HomeSort by relevance Sort by last modified time
    Searched full:focus (Results 201 - 225 of 2891) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ui/webui/resources/js/cr/ui/
menu_button.js 99 // Prevent the button from stealing focus on mousedown.
104 // Hide the focus ring on mouse click.
117 // Show the focus ring on keypress.
120 case 'focus':
123 // Show the focus ring on focus - if it's come from a mouse event,
124 // the focus ring will be hidden in the mousedown event handler,
146 * @param {boolean} shouldSetFocus Whether to set focus on the
169 this.showingEvents_.add(doc, 'focus', this, true);
197 this.focus();
    [all...]
  /external/chromium_org/ui/views/corewm/
focus_controller.cc 133 // We should not be messing with the focus if the window has capture.
138 // that the rules could redirect activation activation and/or focus.
144 // focus. "Clearing focus" is inferred by whether or not |window| passed to
151 // we must not adjust the focus below since this will clobber that change.
156 // If the window's ActivationChangeObserver shifted focus to a valid window,
157 // we don't want to focus the window we thought would be focused by default.
218 // Despite the focus change, we need to keep the window being hidden
330 // A window's modality state will interfere with focus restoration during its
336 // changed. If an activation change is necessary, focus is reset as part o
    [all...]
  /external/chromium_org/ui/views/focus/
focus_manager_unittest_win.cc 5 #include "ui/views/focus/focus_manager.h"
12 #include "ui/views/focus/accelerator_handler.h"
13 #include "ui/views/focus/focus_manager_test.h"
67 // Test that when activating/deactivating the top window, the focus is stored/
92 // Deacivate the window, it should store its focus.
100 // Reactivate, focus should come-back to the previously focused view.
138 // Test that the focus manager is created successfully for the first view
165 // Get the focus manager directly from the first window. Should exist
176 // Access the shared focus manager directly from the second window.
180 // Access the shared focus manager indirectly from the first window handle
    [all...]
  /external/chromium_org/content/renderer/accessibility/
renderer_accessibility_focus_only.cc 45 // Send the new accessible tree and post a native focus event.
56 // focus event. This is important so that if focus is initially in an
58 // user touches it and focus doesn't change.
72 // focus in a text box inside a ppapi plug-in. Otherwise fall back on
88 // native focus changed notification, we can send a LayoutComplete
96 // has focus, otherwise the focused node.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
table.js 137 this.addEventListener('focus', this.handleElementFocus_, true);
218 * a focused element, and dispatches an event if it didn't have focus.
219 * @param {Event} e The focus event.
231 * Called when an element in the table is blurred. If focus moves outside
232 * the table, marks the table as no longer having focus and dispatches an
238 // When the blur event happens we do not know who is getting focus so we
239 // delay this a bit until we know if the new focus node is outside the
256 * Whether the table or one of its descendents has focus. This is necessary
259 * at that point even though it doesn't actually have the page focus.
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager.h 101 // If |notify| is true, send a message to the renderer to set focus
136 // Return the object that has focus, if it's a descandant of the
141 // focus event on a text box?
183 // text field gets focus that wasn't the result of an explicit touch.
186 // A touch event has occurred within the window, but focus has not
189 // Otherwise we'll just wait to see if focus changes.
192 // Focus has changed within a tab that's already visible. Allow the
194 // editable text control getting focus.
221 // currently has focus, if any.
  /external/chromium_org/webkit/data/test_shell/frames/iframe1_files/
foo1.htm 73 <dt class="checkpoint"><span class="checkpoint"><a id="tech-nav-viewports" name="tech-nav-viewports">9.1</a></span> Allow the user to make the <a href="http://www.w3.org/TR/UAAG10/#def-selection" rel="glossary" title="Definition of Selection"><span class="dfn-instance">selection</span></a> and <a href="http://www.w3.org/TR/UAAG10/#def-focus" rel="glossary" title="Definition of Focus"><span class="dfn-instance">
74 focus</span></a> of each <a href="http://www.w3.org/TR/UAAG10/#def-viewport" rel="glossary" title="Definition of viewports"><span class="dfn-instance">viewport</span></a>
76 selection</span></a> and <a href="http://www.w3.org/TR/UAAG10/#def-current-focus" rel="glossary" title="Definition of current focus"><span class="dfn-instance">current
77 focus</span></a>, respectively. <span class="priority1">
82 the <a href="http://www.w3.org/TR/UAAG10/#def-focus" rel="glossary" title="Definition of Focus"><span class="dfn-instance">focus</span></a> among them.</dd>
  /external/chromium_org/chrome/browser/extensions/api/tabs/
windows_event_router.h 14 #include "ui/views/focus/widget_focus_manager.h"
60 // |window_controller| is NULL to indicate a focused window has lost focus.
75 // to correctly handle focus changes between non-OTR and OTR windows.
  /external/chromium_org/chrome/browser/resources/chromeos/keyboard/
keyboard_utils.js 69 * Raises shift+tab keyboard events to focus previous element.
79 * Raises tab keyboard events to focus next element.
89 * Initializes event handling for arrow keys driven focus flow.
  /external/chromium_org/chrome/browser/resources/ntp4/
nav_dot.css 71 .dot input:focus {
82 .dot:focus input,
88 .dot:focus .selection-bar,
  /external/chromium_org/chrome/browser/resources/print_preview/search/
search_box.js 65 /** Sets the input element of the search box in focus. */
66 focus: function() {
67 this.input_.focus();
  /external/chromium_org/chrome/browser/resources/ssl/
fancy_firefox.js 12 FOCUS: 2,
66 sendCommand(CMD.FOCUS);
94 window.addEventListener('focus', handleFocusEvent);
  /external/chromium_org/chrome/browser/ui/views/
find_bar_host_interactive_uitest.cc 25 #include "ui/views/focus/focus_manager.h"
83 // Click on the location bar so that Find box loses focus.
101 // Focus the location bar, open and close the find-in-page, focus should
114 // Focus the location bar, find something on the page, close the find box,
115 // focus should go to the page.
128 // Focus the location bar, open and close the find box, focus should return to
181 // Set focus away from the Find bar (to the Location bar).
185 // Select tab A. Find bar should get focus
    [all...]
  /external/chromium_org/content/port/browser/
render_view_host_delegate_view.h 63 // Notification that view for this delegate got the focus.
66 // Callback to inform the browser that the page is returning the focus to
67 // the browser's chrome. If reverse is true, it means the focus was
  /external/chromium_org/content/shell/
shell_login_dialog_mac.mm 34 - (void)focus;
60 - (void)focus {
108 [helper_ focus];
  /external/chromium_org/ppapi/api/
ppp_instance.idl 20 * to handle events such as change of focus or input events (keyboard/mouse)
176 * DidChangeFocus() is called when an instance has gained or lost focus.
177 * Having focus means that keyboard events will be sent to the instance.
178 * An instance's default condition is that it will not have focus.
180 * The focus flag takes into account both browser tab and window focus as
181 * well as focus of the plugin element on the page. In order to be deemed
182 * to have focus, the browser window must be topmost, the tab must be
186 * <strong>Note:</strong>Clicks on instances will give focus only if you
190 * the browser will bubble the event and give focus to the element on the pag
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/Resources/pagepopups/
suggestionPicker.js 72 var text = "." + SuggestionPicker.ListEntryClass + ":focus {\
75 text += "." + SuggestionPicker.ListEntryClass + ":focus .label { color: " + this._config.suggestionHighlightTextColor + "; }";
263 node.focus();
268 this._element.querySelector("." + SuggestionPicker.ListEntryClass + ":last-child").focus();
276 node.focus();
281 this._element.querySelector("." + SuggestionPicker.ListEntryClass + ":first-child").focus();
289 // Scrolling causes mouseover event to be called and that tries to move the focus too.
290 // To prevent flickering we won't focus if the current focus was caused by the mouse.
292 this._findFirstVisibleEntry().focus();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLegendElement.cpp 70 void HTMLLegendElement::focus(bool, FocusDirection direction) function in class:WebCore::HTMLLegendElement
73 Element::focus(true, direction);
77 control->focus(false, direction);
  /frameworks/base/core/tests/coretests/src/android/widget/focus/
LinearLayoutGridTest.java 17 package android.widget.focus;
24 import android.widget.focus.LinearLayoutGrid;
27 * Tests focus searching between buttons within a grid that are touching, for example,
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListInterleaveFocusablesTest.java 60 // below (instead of above). this exposes a (now fixed) bug where the focus search
81 * one item away; make sure it won't give that item focus because it is too far away.
104 + "of it having focus", !isFocused, view.isSelected());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
color1-expected-completion46b.txt 2 android:state_focused : State value for StateListDrawable, set when a view has input focus. [boolean]
3 android:state_window_focused : State value for StateListDrawable, set when a view's window has input focus. [boolean]
19 android:state_accessibility_focused : State for StateListDrawable indicating that a View has accessibility focus. [boolean]
completion12-expected-completion75.txt 16 android:focusable : Boolean that controls whether a view can take focus. [boolean]
17 android:focusableInTouchMode : Boolean that controls whether a view can take focus while in touch mode. [boolean]
36 android:nextFocusLeft : Defines the next view to give focus to when the next focus is FOCUS_LEFT. [reference]
37 android:nextFocusRight : Defines the next view to give focus to when the next focus is FOCUS_RIGHT If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
38 android:nextFocusUp : Defines the next view to give focus to when the next focus is FOCUS_UP If the reference refers to a view that does not exist or is part of a hierarchy that is invisible, a java.lang.RuntimeException will result when the reference is accessed. [reference]
39 android:nextFocusDown : Defines the next view to give focus to when the next focus is FOCUS_DOWN If the reference refers to a view that does not exist or is part of a hierarchy tha (…)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 226 if ( (mFirstTimeInit || ((str != NULL) && (mParameters3A.Focus != mode))))
230 mParameters3A.Focus = mode;
232 // if focus mode is set to infinity...update focus distance immediately
237 CAMHAL_LOGDB("Focus %x", mParameters3A.Focus);
333 CAMHAL_LOGVA("Locking Focus");
337 CAMHAL_LOGVA("UnLocking Focus");
407 Gen3A.Focus = getLUTvalue_HALtoOMX(OMXCameraAdapter::DEFAULT_FOCUS_MODE, FocusLUT);
586 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
695 OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE focus; local
    [all...]
  /development/samples/RandomMusicPlayer/
_index.html 5 an ongoing task and how to deal with audio focus changes.</p>
  /external/chromium/chrome/browser/chromeos/views/
dropdown_button.h 16 // adjust focus frame accordingly to the icons particularities.

Completed in 718 milliseconds

1 2 3 4 5 6 7 891011>>