HomeSort by relevance Sort by last modified time
    Searched full:helpcursor (Results 1 - 22 of 22) sorted by null

  /external/webkit/WebCore/manual-tests/
cursor-max-size.html 9 url("resources/helpCursor.tiff") -10 10, /* negative x in hotspot */
10 url("resources/helpCursor.tiff") 10 -10, /* negative y in hotspot */
11 url("resources/helpCursor.tiff") -10 -10, /* negative x and y in hotspot */
12 url("resources/helpCursor.tiff") 20 10, /* x hotspot outside image (image is 16px x 16px) */
13 url("resources/helpCursor.tiff") 10 20, /* y hotspot outside image (image is 16px x 16px) */
14 url("resources/helpCursor.tiff") 20 20, /* both x and y hotspot outside image (image is 16px x 16px) */
css3-cursor-fallback-quirks.html 15 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
16 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid, but allowed by WinIE -->
18 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
30 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
36 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
37 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2, text;'></div></td> <!-- CSS3 hot spot - ignored in IE -->
42 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE stand (…)
    [all...]
css3-cursor-fallback-strict.html 17 <td><div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;"></div></td> <!-- Valid, no fallback needed -->
19 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url(custom-cursors.html), url(unknown-scheme:custom-cursors.html), url(resources/helpCursor.tiff), text;'></div></td>
20 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpCursor.tiff"), text;'></div></td>
21 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1, text;'></div></td> <!-- CSS3 hot spot - valid, no fallback needed -->
26 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
27 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
28 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 2 3, text;'></div></td> <!-- CSS3 hot spot - invalid, should have two hotspot coords -->
29 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff);'></div></td> <!-- Invalid -->
34 <p><span style='background-color:gray; cursor:url(nonexistent.png), url("resources/helpCursor.tiff");'>Should show an I-beam cursor.</span></p> <!-- An invalid declaration, even by WinIE standards -->
38 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), text;'><div style="width:50px;height:50px;background-color:gray;"></div></div
    [all...]
cursorfallback.xml 11 <cursor id="help" xlink:href="resources/helpcursor.tiff" x="10" y="11"/>
30 <div style='width:100px;height:100px;background-color:lightblue; cursor:url(nonexistent.png), url("resources/helpcursor.tiff"), text;'></div>
custom-cursors.html 10 <div style="width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff), help;"></div>
  /external/webkit/WebCore/platform/mac/
CursorMac.mm 209 const Cursor& helpCursor()
211 DEFINE_STATIC_LOCAL(Cursor, c, (leakNamedCursor("helpCursor", 8, 8)));
  /external/webkit/WebCore/platform/
Cursor.h 130 const Cursor& helpCursor();
  /external/webkit/WebCore/platform/android/
CursorAndroid.cpp 94 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/brew/
CursorBrew.cpp 101 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/haiku/
CursorHaiku.cpp 96 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/wince/
CursorWince.cpp 71 const Cursor& helpCursor() { return getCursor(CursorHelp); }
  /external/webkit/WebCore/platform/chromium/
CursorChromium.cpp 91 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/gtk/
CursorGtk.cpp 131 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/wx/
CursorWx.cpp 93 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/qt/
CursorQt.cpp 183 const Cursor& helpCursor()
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 188 const Cursor& helpCursor()
  /external/webkit/WebCore/WebCore.gyp/
WebCore.gyp 777 '../Resources/helpCursor.png',
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp     [all...]
  /external/webkit/WebCore/
ChangeLog-2003-10-25     [all...]
ChangeLog 299 (WebCore::helpCursor):
    [all...]
ChangeLog-2007-10-14     [all...]
  /external/webkit/WebCore/WebCore.xcodeproj/
project.pbxproj     [all...]

Completed in 207 milliseconds