OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CursorInfo
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/webkit/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
24
WebCursor::WebCursor(const
CursorInfo
& cursor_info)
51
void WebCursor::InitFromCursorInfo(const
CursorInfo
& cursor_info) {
70
void WebCursor::GetCursorInfo(
CursorInfo
* cursor_info) const {
199
InitFromCursorInfo(
CursorInfo
(cursor_type));
webcursor_unittest.cc
175
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
97
WebCursor::
CursorInfo
* cursor_info) OVERRIDE;
286
WebCursor::
CursorInfo
* cursor_info);
webplugin_delegate_impl.cc
262
WebCursor::
CursorInfo
* cursor_info) {
webplugin_delegate_impl_gtk.cc
716
const WebInputEvent& event, WebCursor::
CursorInfo
* cursor_info) {
webplugin_delegate_impl_win.cc
[
all
...]
/external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.h
74
WebCursor::
CursorInfo
* cursor) OVERRIDE;
webplugin_delegate_proxy.cc
777
WebCursor::
CursorInfo
* cursor_info) {
[
all
...]
webplugin_impl.cc
411
WebCursor::
CursorInfo
web_cursor_info;
[
all
...]
/external/chromium_org/content/plugin/
webplugin_delegate_stub.cc
279
WebCursor::
CursorInfo
cursor_info;
Completed in 78 milliseconds