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

  /external/chromium_org/chrome/browser/history/
visit_tracker.h 51 typedef std::map<ContextID, TransitionList*> ContextList;
59 ContextList contexts_;
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 111 class ContextList {
113 ContextList() : value_(0) {}
114 explicit ContextList(Context context) : value_(context) {}
115 ContextList(const ContextList& other) : value_(other.value_) {}
117 void operator=(const ContextList& other) {
121 bool operator==(const ContextList& other) const {
125 bool operator!=(const ContextList& other) const {
159 const ContextList& contexts);
172 const ContextList& contexts() const { return contexts_;
    [all...]

Completed in 114 milliseconds