OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hovercursor
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
UIUtils.js
38
* @param {?string=}
hoverCursor
40
WebInspector.installDragHandle = function(element, elementDragStart, elementDrag, elementDragEnd, cursor,
hoverCursor
)
43
if (
hoverCursor
!== null)
44
element.style.cursor =
hoverCursor
|| cursor;
Completed in 169 milliseconds