OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetCustomData
(Results
1 - 5
of
5
) sorted by null
/external/chromium/webkit/glue/
webcursor.h
131
void
SetCustomData
(const WebKit::WebImage& image);
webcursor.cc
59
SetCustomData
(cursor_info.customImage);
170
void WebCursor::
SetCustomData
(const WebImage& image) {
/external/chromium_org/webkit/common/cursors/
webcursor.h
157
void
SetCustomData
(const SkBitmap& image);
webcursor.cc
64
SetCustomData
(cursor_info.custom_image);
227
void WebCursor::
SetCustomData
(const SkBitmap& bitmap) {
/external/chromium_org/ui/base/clipboard/
clipboard_aura.cc
96
void
SetCustomData
(const std::string& data_format,
386
data->
SetCustomData
(format, std::string(data_data, data_len));
Completed in 53 milliseconds