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

  /external/chromium/webkit/glue/
webcursor.cc 103 custom_size_.set_width(size_x);
104 custom_size_.set_height(size_y);
121 !pickle->WriteInt(custom_size_.width()) ||
122 !pickle->WriteInt(custom_size_.height()))
146 custom_size_ == other.custom_size_ &&
154 custom_size_.set_width(0);
155 custom_size_.set_height(0);
163 custom_size_ = other.custom_size_;
    [all...]
webcursor_win.cc 160 custom_size_.width(), custom_size_.height(),
168 0, bitmap_handle, 0, custom_size_.height(), &custom_data_[0],
177 custom_size_.width(), custom_size_.height(), 1, 1, NULL);
webcursor.h 144 gfx::Size custom_size_; member in class:WebCursor
webcursor_gtk.cc 196 custom_size_.width(), custom_size_.height());
  /external/chromium_org/webkit/common/cursors/
webcursor.cc 118 custom_size_.set_width(size_x);
119 custom_size_.set_height(size_y);
137 !pickle->WriteInt(custom_size_.width()) ||
138 !pickle->WriteInt(custom_size_.height()) ||
163 custom_size_ == other.custom_size_ &&
211 custom_size_.set_width(0);
212 custom_size_.set_height(0);
221 custom_size_ = other.custom_size_;
    [all...]
webcursor_aurawin.cc 21 custom_size_,
webcursor_aurax11.cc 26 custom_size_.width(), custom_size_.height());
webcursor_gtk.cc 167 if (custom_size_.width() == 0 || custom_size_.height() == 0) {
175 custom_size_.width(), custom_size_.height());
webcursor.h 167 gfx::Size custom_size_; // In pixels. member in class:WebCursor
webcursor_win.cc 133 custom_size_,

Completed in 324 milliseconds