OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WebClipboardImpl
(Results
1 - 2
of
2
) sorted by null
/external/chromium/webkit/glue/
webclipboard_impl.cc
37
std::string
WebClipboardImpl
::URLToMarkup(const WebURL& url,
49
std::string
WebClipboardImpl
::URLToImageMarkup(const WebURL& url,
63
WebClipboardImpl
::~
WebClipboardImpl
() {
66
bool
WebClipboardImpl
::isFormatAvailable(Format format, Buffer buffer) {
98
WebString
WebClipboardImpl
::readPlainText(Buffer buffer) {
122
WebString
WebClipboardImpl
::readHTML(Buffer buffer, WebURL* source_url) {
134
WebData
WebClipboardImpl
::readImage(Buffer buffer) {
144
void
WebClipboardImpl
::writeHTML(
155
void
WebClipboardImpl
::writePlainText(const WebString& plain_text)
[
all
...]
webclipboard_impl.h
15
class
WebClipboardImpl
: public WebKit::WebClipboard {
22
virtual ~
WebClipboardImpl
();
Completed in 361 milliseconds