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

  /external/chromium_org/content/common/cursors/
webcursor_aurawin.cc 25 !custom_data_.empty() ? &custom_data_[0] : NULL,
26 custom_data_.size());
webcursor.cc 125 custom_data_.clear();
127 custom_data_.resize(data_len);
128 memcpy(&custom_data_[0], data, data_len);
145 if (!custom_data_.empty())
146 data = &custom_data_[0];
147 if (!pickle->WriteData(data, custom_data_.size()))
167 custom_data_ == other.custom_data_;
216 custom_data_.clear();
225 custom_data_ = other.custom_data_
    [all...]
webcursor_aurax11.cc 24 if (custom_data_.size() == 0)
31 memcpy(bitmap.getAddr32(0, 0), custom_data_.data(), custom_data_.size());
webcursor.h 163 std::vector<char> custom_data_; member in class:content::WebCursor

Completed in 110 milliseconds