Home
last modified time | relevance | path

Searched refs:IsFormatRegistered (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ppapi/proxy/
Dflash_clipboard_resource.cc99 clipboard_formats_.IsFormatRegistered(format))) { in IsFormatAvailable()
134 if (!clipboard_formats_.IsFormatRegistered(formats[i]) && in WriteData()
/external/chromium_org/ppapi/shared_impl/
Dflash_clipboard_format_registry.h40 bool IsFormatRegistered(uint32_t format) const;
Dflash_clipboard_format_registry.cc57 bool FlashClipboardFormatRegistry::IsFormatRegistered(uint32_t format) const { in IsFormatRegistered() function in ppapi::FlashClipboardFormatRegistry
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_flash_clipboard_message_filter.cc185 if (custom_formats_.IsFormatRegistered(format)) { in OnMsgIsFormatAvailable()
262 if (custom_formats_.IsFormatRegistered(format)) { in OnMsgReadData()
328 if (custom_formats_.IsFormatRegistered(formats[i])) { in OnMsgWriteData()