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

  /external/chromium_org/content/renderer/
cursor_utils.h 20 // Adapts blink::CursorInfo to our cursor.
cursor_utils.cc 17 WebCursor::CursorInfo cursor_info;
33 WebCursor::CursorInfo web_cursor_info;
  /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;
webcursor_mac.mm 306 CursorInfo 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_mac.mm 291 const WebInputEvent& event, WebCursor::CursorInfo* cursor_info) {
webplugin_delegate_impl_win.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 709 WebCursorInfo cursorInfo;
710 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
719 toChromeClientImpl(page->chrome().client()).setCursorForPlugin(cursorInfo);
754 WebCursorInfo cursorInfo;
755 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
797 WebCursorInfo cursorInfo;
798 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
815 WebCursorInfo cursorInfo;
816 if (m_webPlugin->handleInputEvent(webEvent, cursorInfo))
842 WebCursorInfo cursorInfo;
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_win.cc 86 CURSORINFO cursor_info;
87 cursor_info.cbSize = sizeof(CURSORINFO);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
screen_capturer_win_gdi.cc 282 CURSORINFO cursor_info;
283 cursor_info.cbSize = sizeof(CURSORINFO);
  /external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc 66 WebCursor::CursorInfo cursor_info;
116 WebCursor::CursorInfo cursor_info;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_win.c 137 /* It appears like CURSORINFO, PCURSORINFO and LPCURSORINFO are only defined
154 } CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
418 CURSORINFO ci;
419 ci.cbSize = sizeof(CURSORINFO);
  /external/chromium_org/ui/views/corewm/
cursor_height_provider_win.cc 127 CURSORINFO cursor = {0};
  /external/openssl/crypto/rand/
rand_win.c 137 /* It appears like CURSORINFO, PCURSORINFO and LPCURSORINFO are only defined
154 } CURSORINFO, *PCURSORINFO, *LPCURSORINFO;
418 CURSORINFO ci;
419 ci.cbSize = sizeof(CURSORINFO);
  /external/chromium_org/content/plugin/
webplugin_delegate_stub.cc 279 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 1340 milliseconds