HomeSort by relevance Sort by last modified time
    Searched full:hovered (Results 26 - 50 of 167) sorted by null

12 3 4 5 6 7

  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.mm 67 // favicon is greyed when menu item is hovered with the mouse cursor.
69 // is hovered.
71 // hovered with the mouse cursor.
  /development/samples/ApiDemos/src/com/example/android/apis/view/
HoverInterceptorView.java 36 * view group that would like to prevent its children from being hovered
  /external/chromium/chrome/browser/ui/gtk/
reload_button_gtk.h 94 // True if we should pretend the button is hovered.
  /external/chromium/chrome/browser/ui/views/
reload_button.h 74 // True if we should pretend the button is hovered.
status_bubble_views.h 28 // to allow users to see where hovered links point to.
  /external/chromium_org/chrome/browser/ui/views/autofill/
tooltip_icon.h 58 // The text to show in a bubble when hovered.
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SpinButtonElement.h 39 Indeterminate, // Hovered, but the event is not handled.
ClearButtonElement.cpp 104 if (hovered()) {
  /external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h 49 // Call to change the hovered line. |line| should be within the range of
122 // The line that's currently hovered. If we're not drawing a hover rect,
autocomplete_popup_view_mac.h 61 // Same thing happens when changing the hovered line, except with
63 // currently support special display of the hovered line, there's
autocomplete_popup_model.cc 51 // Make sure the old hovered line is redrawn. No need to redraw the selected
241 // If we're going to trim the window size to no longer include the hovered
  /external/chromium_org/ash/shelf/
shelf_widget.cc 61 // Called by |DimmerEventFilter| when the mouse |hovered| state changes.
62 void SetHovered(bool hovered);
154 void DimmerView::SetHovered(bool hovered) {
155 // Remember the hovered state so that we can correct the state once a
157 is_hovered_ = hovered;
159 hovered |= force_hovered_;
160 background_animator_.SetDuration(hovered ? kTimeToUnDimMs : kTimeToDimMs);
161 background_animator_.SetPaintsBackground(!hovered,
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.h 48 // Call to change the hovered line. |line| should be within the range of
114 // The line that's currently hovered. If we're not drawing a hover rect,
omnibox_popup_model.cc 53 // Make sure the old hovered line is redrawn. No need to redraw the selected
211 // If we're going to trim the window size to no longer include the hovered
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java 291 * @param currentKey The currently hovered key.
292 * @param previousKey The previously hovered key.
313 * @param key The currently hovered key.
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
menu.js 50 * Handles mouseover events and selects the hovered item.
  /external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_result_view.h 25 HOVERED,
  /external/chromium_org/chrome/browser/ui/gtk/
reload_button_gtk.h 142 // True if we should pretend the button is hovered.
  /external/chromium_org/chrome/browser/ui/views/omnibox/
touch_omnibox_popup_contents_view.cc 87 // i.e. selected > hovered > normal.
  /external/chromium_org/chrome/browser/ui/views/toolbar/
reload_button.h 106 // True if we should pretend the button is hovered.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Layers3DView.js 67 Hovered: "hovered",
130 this._setOutline(WebInspector.Layers3DView.OutlineType.Hovered, layer);
138 this._setOutline(WebInspector.Layers3DView.OutlineType.Hovered, null);
WatchExpressionsSidebarPane.js 185 // Force displaying delete button for hovered element.
298 this._hoveredElement.classList.remove("hovered");
318 this._hoveredElement.classList.remove("hovered");
320 candidateElement.classList.add("hovered");
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view_unittest.cc 97 gfx::ImageSkia* hovered = rb.GetImageSkiaNamed(hovered_image_id); local
104 actual_hovered.BackedBySameObjectAs(*hovered) &&
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 166 // Sets whether the mouse is hovered above |top_container_|.
182 // top-of-window views synchronously if the mouse is hovered at the top of
563 // Test behavior when the mouse becomes hovered without moving.
568 // 1) Test that if the mouse becomes hovered without the mouse moving due to a
582 // 2) Test that if the mouse becomes hovered without moving because of a
592 // 3) Test that if the mouse becomes hovered without moving because of a
699 // |child_view| has focus or the mouse is hovered above the top-of-window
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
user_pod_row.js 480 * Whether action box button is in hovered state.
484 return this.actionBoxAreaElement.classList.contains('hovered');
486 set isActionBoxMenuHovered(hovered) {
487 if (hovered == this.isActionBoxMenuHovered)
490 if (hovered) {
491 this.actionBoxAreaElement.classList.add('hovered');
492 this.classList.add('hovered');
494 this.actionBoxAreaElement.classList.remove('hovered');
495 this.classList.remove('hovered');
    [all...]

Completed in 679 milliseconds

12 3 4 5 6 7