HomeSort by relevance Sort by last modified time
    Searched refs:custom_size_ (Results 1 - 4 of 4) 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());

Completed in 41 milliseconds