Home
last modified time | relevance | path

Searched refs:GetFormatID (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/ppapi/shared_impl/
Dflash_clipboard_format_registry.h48 uint32_t GetFormatID(const std::string& format_name) const;
Dflash_clipboard_format_registry.cc68 uint32_t FlashClipboardFormatRegistry::GetFormatID( in GetFormatID() function in ppapi::FlashClipboardFormatRegistry
/external/chromium_org/ppapi/proxy/
Dflash_clipboard_resource.cc79 uint32_t format = clipboard_formats_.GetFormatID(format_name); in RegisterCustomFormat()