HomeSort by relevance Sort by last modified time
    Searched refs:CursorInfo (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/content/common/cursors/
webcursor.h 45 struct CursorInfo {
46 explicit CursorInfo(blink::WebCursorInfo::Type cursor_type)
54 CursorInfo()
72 explicit WebCursor(const CursorInfo& cursor_info);
79 // Conversion from/to CursorInfo.
80 void InitFromCursorInfo(const CursorInfo& cursor_info);
81 void GetCursorInfo(CursorInfo* cursor_info) const;
webcursor.cc 26 WebCursor::WebCursor(const CursorInfo& cursor_info)
53 void WebCursor::InitFromCursorInfo(const CursorInfo& cursor_info) {
72 void WebCursor::GetCursorInfo(CursorInfo* cursor_info) const {
201 InitFromCursorInfo(CursorInfo(cursor_type));
webcursor_unittest.cc 156 WebCursor::CursorInfo info;
  /external/chromium_org/content/renderer/
cursor_utils.cc 17 WebCursor::CursorInfo cursor_info;
33 WebCursor::CursorInfo web_cursor_info;
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_android.cc 75 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
webplugin_delegate_impl_aura.cc 62 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
webplugin_delegate.h 77 WebCursor::CursorInfo* cursor) = 0;
webplugin_delegate_impl.h 91 WebCursor::CursorInfo* cursor_info) OVERRIDE;
275 WebCursor::CursorInfo* cursor_info);
webplugin_delegate_impl.cc 262 WebCursor::CursorInfo* cursor_info) {
webplugin_delegate_impl_win.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc 66 WebCursor::CursorInfo cursor_info;
116 WebCursor::CursorInfo cursor_info;
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h 74 WebCursor::CursorInfo* cursor) OVERRIDE;
webplugin_delegate_proxy.cc 771 WebCursor::CursorInfo* cursor_info) {
    [all...]
webplugin_impl.cc 412 WebCursor::CursorInfo web_cursor_info;
    [all...]
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 279 WebCursor::CursorInfo cursor_info;

Completed in 1476 milliseconds