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

/external/chromium/chrome/browser/extensions/
H A Dextension_menu_manager.h73 class ContextList { class in class:ExtensionMenuItem
75 ContextList() : value_(0) {} function in class:ExtensionMenuItem::ContextList
76 explicit ContextList(Context context) : value_(context) {} function in class:ExtensionMenuItem::ContextList
77 ContextList(const ContextList& other) : value_(other.value_) {} function in class:ExtensionMenuItem::ContextList
79 void operator=(const ContextList& other) {
83 bool operator==(const ContextList& other) const {
87 bool operator!=(const ContextList& other) const {
107 const ContextList& contexts);
117 ContextList context
[all...]

Completed in 34 milliseconds