OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kStandardCursors
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
webcursor_win.cc
117
}
kStandardCursors
[] = {
132
for (int i = 0; i < arraysize(
kStandardCursors
); i++) {
133
if (cursor ==
kStandardCursors
[i].cursor)
134
return
kStandardCursors
[i].type;
/external/chromium_org/webkit/common/cursors/
webcursor.cc
174
}
kStandardCursors
[] = {
189
for (int i = 0; i < arraysize(
kStandardCursors
); ++i) {
190
if (cursor ==
kStandardCursors
[i].cursor)
191
return
kStandardCursors
[i].type;
Completed in 2377 milliseconds