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

  /external/chromium/webkit/glue/
webcursor.cc 107 custom_data_.clear();
109 custom_data_.resize(data_len);
110 memcpy(&custom_data_[0], data, data_len);
126 if (!custom_data_.empty())
127 data = &custom_data_[0];
128 if (!pickle->WriteData(data, custom_data_.size()))
147 custom_data_ == other.custom_data_;
156 custom_data_.clear();
164 custom_data_ = other.custom_data_
    [all...]
webcursor_win.cc 166 if (!custom_data_.empty())
168 0, bitmap_handle, 0, custom_size_.height(), &custom_data_[0],
234 // cursor is created using the data in the custom_data_ vector.
webcursor_gtk.cc 198 memcpy(bitmap.getAddr32(0, 0), custom_data_.data(), custom_data_.size());
webcursor_mac.mm 161 return CreateCustomCursor(custom_data_, custom_size_, hotspot_);
349 custom_data_.resize(size);
357 CGBitmapContextCreate(&custom_data_[0],
370 if (custom_data_.empty())
374 CreateCGImageFromCustomData(custom_data_, custom_size_));
webcursor.h 145 std::vector<char> custom_data_; member in class:WebCursor

Completed in 410 milliseconds