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

  /external/chromium/chrome/browser/extensions/
extension_menu_manager.h 73 class ContextList {
75 ContextList() : value_(0) {}
76 explicit ContextList(Context context) : value_(context) {}
77 ContextList(const ContextList& other) : value_(other.value_) {}
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 contexts() const { return contexts_;
    [all...]
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 86 class ContextList {
88 ContextList() : value_(0) {}
89 explicit ContextList(Context context) : value_(context) {}
90 ContextList(const ContextList& other) : value_(other.value_) {}
92 void operator=(const ContextList& other) {
96 bool operator==(const ContextList& other) const {
100 bool operator!=(const ContextList& other) const {
133 const ContextList& contexts);
144 ContextList contexts() const { return contexts_;
    [all...]

Completed in 62 milliseconds