OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WriteTextOrURL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/base/clipboard/
scoped_clipboard_writer.h
71
void
WriteTextOrURL
(const base::string16& text, bool is_url);
scoped_clipboard_writer.cc
30
WriteTextOrURL
(text, false);
34
WriteTextOrURL
(text, true);
114
void ScopedClipboardWriter::
WriteTextOrURL
(const base::string16& text,
Completed in 315 milliseconds