Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_menu_manager.h75 ContextList() : value_(0) {} in ContextList() function
76 explicit ContextList(Context context) : value_(context) {} in ContextList() function
77 ContextList(const ContextList& other) : value_(other.value_) {} in ContextList() function