CURSOR_AUTO 1082 Source/core/css/CSSPrimitiveValueMappings.h case CURSOR_AUTO: CURSOR_AUTO 179 Source/core/css/resolver/StyleBuilderCustom.cpp state.style()->setCursor(CURSOR_AUTO); CURSOR_AUTO 1180 Source/core/page/EventHandler.cpp switch (style ? style->cursor() : CURSOR_AUTO) { CURSOR_AUTO 1181 Source/core/page/EventHandler.cpp case CURSOR_AUTO: { CURSOR_AUTO 1546 Source/core/rendering/style/RenderStyle.h static ECursor initialCursor() { return CURSOR_AUTO; } CURSOR_AUTO 1133 Source/web/WebViewImpl.cpp || (cursor == CURSOR_AUTO && frame->eventHandler().useHandCursor(node, node->isLink(), shiftKey));