HomeSort by relevance Sort by last modified time
    Searched refs:ContextList (Results 1 - 6 of 6) 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...]
extension_context_menu_api.h 24 ExtensionMenuItem::ContextList* result);
extension_context_menu_api.cc 40 ExtensionMenuItem::ContextList* result) {
45 ExtensionMenuItem::ContextList tmp_result;
223 ExtensionMenuItem::ContextList contexts(ExtensionMenuItem::PAGE);
320 ExtensionMenuItem::ContextList contexts(item->contexts());
extension_menu_manager.cc 28 const ContextList& contexts)
extension_menu_manager_unittest.cc 43 ExtensionMenuItem::ContextList contexts(ExtensionMenuItem::ALL);
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.cc 206 ExtensionMenuItem::ContextList contexts) {
    [all...]

Completed in 78 milliseconds