/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
Scrollbar.cpp | 329 else if (m_pressedPart == NoPart) { // When there's a pressed part, we don't draw a hovered state, so there's no reason to invalidate. 343 else if (m_hoveredPart != NoPart) // When we no longer have a pressed part, we can start drawing a hovered state on the hovered part.
|
/external/chromium_org/ash/system/user/ |
tray_user_unittest.cc | 223 EXPECT_EQ(ash::internal::TrayUser::HOVERED, 241 EXPECT_EQ(ash::internal::TrayUser::HOVERED,
|
/external/chromium_org/chrome/browser/ui/views/ |
find_bar_host.cc | 324 // revealed when the mouse is hovered over the find bar. 356 // revealed when the mouse is hovered over the find bar.
|
status_bubble_views.h | 27 // to allow users to see where hovered links point to.
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
SharedStyleFinder.cpp | 184 if (candidate.hovered() != element().hovered())
|
/external/chromium_org/ash/system/tray/ |
tray_background_view.h | 173 // True if the background gets hovered.
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_popup_controller.h | 110 // hovered or has keyboard focus.
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
omnibox_result_view.cc | 175 colors[HOVERED][URL] = SkColorSetARGB(0xff, 0x00, 0x66, 0x22); 222 return model_->IsHoveredIndex(model_index_) ? HOVERED : NORMAL; 258 colors[HOVERED][BACKGROUND] = 261 colors[HOVERED][TEXT] = colors[NORMAL][TEXT];
|
omnibox_result_view.h | 34 HOVERED,
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
item-background.html | 30 When you pull down each menu, the items’ background colors should match up with the swatches on the left (except for the hovered item).
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLLabelElement.cpp | 108 if (over == hovered())
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumSkia.h | 50 // A method asking if the theme's controls actually care about redrawing when hovered.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
elementsPanel.css | 660 .styles-section:not(.read-only) .properties .webkit-css-property.styles-panel-hovered, 661 .styles-section:not(.read-only) .properties .value .styles-panel-hovered, 662 .styles-section:not(.read-only) .properties .value.styles-panel-hovered, 663 .styles-section:not(.read-only) span.simple-selector.styles-panel-hovered {
|
layersPanel.css | 125 .layer-container.hovered:not(.selected) {
|
ResourcesPanel.js | 764 this._previousHoveredElement.hovered = false; 770 element.hovered = true; 777 this._previousHoveredElement.hovered = false; [all...] |
ElementsTreeOutline.js | 391 this._previousHoveredElement.hovered = false; 396 element.hovered = true; 410 this._previousHoveredElement.hovered = false; 899 get hovered() 904 set hovered(x) 914 this.listItemElement.classList.add("hovered"); 916 this.listItemElement.classList.remove("hovered"); 997 this.listItemElement.classList.add("hovered"); [all...] |
TimelinePanel.js | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
Theme.h | 59 // when hovered over.
|
/external/chromium_org/third_party/flot/ |
jquery.flot.crosshair.min.js | 45 // Lock the crosshair to the data point being hovered
|
/external/chromium_org/ui/base/cocoa/controls/ |
hover_image_menu_button_unittest.mm | 149 // Changing the image while not hovered should not require a redisplay.
|
/frameworks/support/v4/java/android/support/v4/widget/ |
ExploreByTouchHelper.java | 81 /** Virtual view id for the currently hovered logical item. */ 222 * Sets the currently hovered item, sending hover accessibility events as 226 * hovered, or {@link #INVALID_ID} if no item is hovered within
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
HoverOverlay.java | 31 * highlighting the currently hovered view.
|
/external/chromium_org/ui/native_theme/ |
native_theme_base.cc | 403 const bool hovered = state == kHovered; local 409 SkColorToHSV(hovered ? thumb_active_color_ : thumb_inactive_color_, thumb); 780 const bool hovered = (state == kHovered) || slider.in_drag; local 785 paint.setColor(hovered ? SK_ColorWHITE : kSliderThumbLightGrey); 795 paint.setColor(hovered ? kSliderThumbLightGrey : kSliderThumbDarkGrey); [all...] |
/external/chromium_org/chrome/browser/resources/bookmark_manager/js/ |
dnd.js | 120 * Used to open the hovered folder after a certain time. 126 * Expand a folder if the user has hovered for longer than the specified
|
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/js/ |
dnd.js | 120 * Used to open the hovered folder after a certain time. 126 * Expand a folder if the user has hovered for longer than the specified
|