Searched refs:skip_file_check_flags (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/
H A Dpepper_plugin_list.cc33 static uint64 skip_file_check_flags = 0; local
35 kMaxPluginsToRegisterFromCommandLine <= sizeof(skip_file_check_flags) * 8,
89 if (!(skip_file_check_flags & index_mask)) {
91 skip_file_check_flags |= index_mask;

Completed in 654 milliseconds