OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isFormatAvailable
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/public/platform/
WebClipboard.h
67
virtual bool
isFormatAvailable
(Format, Buffer) { return false; }
/external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp
100
return blink::Platform::current()->clipboard()->
isFormatAvailable
(blink::WebClipboard::FormatSmartPaste, m_buffer);
105
return blink::Platform::current()->clipboard()->
isFormatAvailable
(blink::WebClipboard::FormatHTML, m_buffer);
/external/chromium/webkit/glue/
webclipboard_impl.h
25
virtual bool
isFormatAvailable
(Format, Buffer);
webclipboard_impl.cc
66
bool WebClipboardImpl::
isFormatAvailable
(Format format, Buffer buffer) {
/external/chromium_org/content/renderer/
webclipboard_impl.h
26
virtual bool
isFormatAvailable
(Format format, Buffer buffer);
webclipboard_impl.cc
52
bool WebClipboardImpl::
isFormatAvailable
(Format format, Buffer buffer) {
60
return client_->
IsFormatAvailable
(ui::Clipboard::GetPlainTextFormatType(),
62
client_->
IsFormatAvailable
(ui::Clipboard::GetPlainTextWFormatType(),
65
return client_->
IsFormatAvailable
(ui::Clipboard::GetHtmlFormatType(),
68
return client_->
IsFormatAvailable
(
72
return client_->
IsFormatAvailable
(ui::Clipboard::GetUrlWFormatType(),
97
if (client_->
IsFormatAvailable
(ui::Clipboard::GetPlainTextWFormatType(),
105
if (client_->
IsFormatAvailable
(ui::Clipboard::GetPlainTextFormatType(),
/external/chromium_org/content/test/
mock_webclipboard_impl.h
27
virtual bool
isFormatAvailable
(blink::WebClipboard::Format format,
mock_webclipboard_impl.cc
33
bool MockWebClipboardImpl::
isFormatAvailable
(Format format, Buffer buffer) {
Completed in 549 milliseconds