Home | History | Annotate | Download | only in glue

Lines Matching defs:WebCursor

5 #include "webkit/glue/webcursor.h"
17 WebCursor::WebCursor()
22 WebCursor::WebCursor(const WebCursorInfo& cursor_info)
28 WebCursor::~WebCursor() {
32 WebCursor::WebCursor(const WebCursor& other) {
37 const WebCursor& WebCursor::operator=(const WebCursor& other) {
46 void WebCursor::InitFromCursorInfo(const WebCursorInfo& cursor_info) {
63 void WebCursor::GetCursorInfo(WebCursorInfo* cursor_info) const {
73 bool WebCursor::Deserialize(const Pickle* pickle, void** iter) {
117 bool WebCursor::Serialize(Pickle* pickle) const {
134 bool WebCursor::IsCustom() const {
138 bool WebCursor::IsEqual(const WebCursor& other) const {
150 void WebCursor::Clear() {
160 void WebCursor::Copy(const WebCursor& other) {
170 void WebCursor::SetCustomData(const WebImage& image) {
184 void WebCursor::ImageFromCustomData(WebImage* image) const {
200 void WebCursor::ClampHotspot() {