OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clipboardIsFormatAvailable
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp
158
return PlatformBridge::
clipboardIsFormatAvailable
(PasteboardPrivate::WebSmartPasteFormat, m_selectionMode ? PasteboardPrivate::SelectionBuffer : PasteboardPrivate::StandardBuffer);
171
if (PlatformBridge::
clipboardIsFormatAvailable
(PasteboardPrivate::HTMLFormat, buffer)) {
PlatformBridge.h
97
static bool
clipboardIsFormatAvailable
(PasteboardPrivate::ClipboardFormat, PasteboardPrivate::ClipboardBuffer);
/external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp
151
bool PlatformBridge::
clipboardIsFormatAvailable
(
[
all
...]
Completed in 24 milliseconds