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

  /external/chromium_org/content/browser/
plugin_loader_posix.cc 48 if (next_load_index_ == canonical_list_.size()) {
50 canonical_list_.clear();
52 canonical_list_.erase(canonical_list_.begin(),
53 canonical_list_.begin() + next_load_index_ + 1);
78 canonical_list_.clear();
80 &canonical_list_,
115 process_host_->Send(new UtilityMsg_LoadPlugins(canonical_list_));
163 if (next_load_index_ < canonical_list_.size())
plugin_loader_posix.h 94 // the range of the |canonical_list_|).
102 std::vector<base::FilePath> canonical_list_; member in class:content::PluginLoaderPosix
104 // The index in |canonical_list_| of the plugin that the child process will
plugin_loader_posix_unittest.cc 28 return &canonical_list_;

Completed in 36 milliseconds