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

  /external/chromium_org/components/dom_distiller/core/
dom_distiller_model.cc 32 if (!GetKeyById(entry_id, &key)) {
49 bool DomDistillerModel::GetKeyById(const std::string& entry_id,
148 DCHECK(!GetKeyById(entry_id, NULL));
159 bool success = GetKeyById(entry_id, &key);
dom_distiller_model.h 69 bool GetKeyById(const std::string& entry_id, KeyType* key) const;

Completed in 1194 milliseconds