OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:custom_data_format
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ui/base/clipboard/
clipboard_aura.cc
94
const std::string&
custom_data_format
() const { return custom_data_format_; }
function in class:ui::__anon21235::ClipboardData
283
if (!HasFormat(CUSTOM) || type != data->
custom_data_format
())
476
if (data && data->
custom_data_format
() == format.ToString())
Completed in 53 milliseconds