Home
last modified time | relevance | path

Searched defs:ContextList (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/history/
Dvisit_tracker.h51 typedef std::map<ContextID, TransitionList*> ContextList; typedef
/external/chromium_org/chrome/browser/extensions/
Dmenu_manager.h111 ContextList() : value_(0) {} in ContextList() function
112 explicit ContextList(Context context) : value_(context) {} in ContextList() function
113 ContextList(const ContextList& other) : value_(other.value_) {} in ContextList() function