HomeSort by relevance Sort by last modified time
    Searched refs:custom_formats_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/shared_impl/
flash_clipboard_format_registry.cc 48 custom_formats_.size() > kMaxNumFormats) {
51 uint32_t key = kFirstCustomFormat + custom_formats_.size();
52 custom_formats_[key] = format_name;
59 custom_formats_[format] = format_name;
63 return custom_formats_.find(format) != custom_formats_.end();
68 FormatMap::const_iterator it = custom_formats_.find(format);
69 if (it == custom_formats_.end())
76 for (FormatMap::const_iterator it = custom_formats_.begin();
77 it != custom_formats_.end(); ++it)
    [all...]
flash_clipboard_format_registry.h 57 FormatMap custom_formats_; member in class:ppapi::FlashClipboardFormatRegistry
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.cc 145 uint32_t format = custom_formats_.RegisterFormat(format_name);
185 if (custom_formats_.IsFormatRegistered(format)) {
186 std::string format_name = custom_formats_.GetFormatName(format);
262 if (custom_formats_.IsFormatRegistered(format)) {
264 custom_formats_.GetFormatName(format));
328 if (custom_formats_.IsFormatRegistered(formats[i])) {
329 std::string format_name = custom_formats_.GetFormatName(formats[i]);
pepper_flash_clipboard_message_filter.h 69 ppapi::FlashClipboardFormatRegistry custom_formats_; member in class:chrome::PepperFlashClipboardMessageFilter

Completed in 212 milliseconds