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

  /external/chromium_org/content/browser/worker_host/
worker_document_set.cc 19 document_set_.insert(info);
24 for (DocumentInfoSet::const_iterator i = document_set_.begin();
25 i != document_set_.end(); ++i) {
34 for (DocumentInfoSet::iterator i = document_set_.begin();
35 i != document_set_.end(); i++) {
37 document_set_.erase(i);
46 for (DocumentInfoSet::iterator i = document_set_.begin();
47 i != document_set_.end();) {
49 // Note this idiom is somewhat tricky - calling document_set_.erase(iter)
54 document_set_.erase(item_to_delete)
    [all...]
worker_document_set.h 75 bool IsEmpty() const { return document_set_.empty(); }
81 const DocumentInfoSet& documents() { return document_set_; }
87 DocumentInfoSet document_set_; member in class:content::WorkerDocumentSet

Completed in 104 milliseconds