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

  /external/chromium_org/chrome/browser/history/
visit_tracker.h 51 typedef std::map<ContextID, TransitionList*> ContextList;
59 ContextList contexts_;
visit_tracker.cc 37 ContextList::iterator i = contexts_.find(context_id);
89 ContextList::iterator i = contexts_.find(context_id);
  /external/chromium_org/chrome/browser/extensions/
menu_manager.h 111 class ContextList {
113 ContextList() : value_(0) {}
114 explicit ContextList(Context context) : value_(context) {}
115 ContextList(const ContextList& other) : value_(other.value_) {}
117 void operator=(const ContextList& other) {
121 bool operator==(const ContextList& other) const {
125 bool operator!=(const ContextList& other) const {
159 const ContextList& contexts);
172 const ContextList& contexts() const { return contexts_;
    [all...]
extension_context_menu_model.cc 59 const MenuItem::ContextList& contexts = item->contexts();
extension_context_menu_model_unittest.cc 100 MenuItem::ContextList contexts(context);
menu_manager_unittest.cc 66 MenuItem::ContextList contexts(MenuItem::ALL);
77 MenuItem::ContextList contexts(MenuItem::ALL);
219 MenuItem::ContextList contexts;
menu_manager.cc 126 const ContextList& contexts)
247 ContextList contexts;
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_unittest.cc 29 MenuItem::ContextList contexts,
88 MenuItem::ContextList contexts;
99 MenuItem::ContextList contexts;
111 MenuItem::ContextList contexts;
123 MenuItem::ContextList contexts;
135 MenuItem::ContextList contexts;
148 MenuItem::ContextList contexts;
161 MenuItem::ContextList contexts;
174 MenuItem::ContextList contexts;
186 MenuItem::ContextList contexts
    [all...]
render_view_context_menu.h 73 const extensions::MenuItem::ContextList& contexts,
render_view_context_menu.cc 347 const MenuItem::ContextList& contexts,
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/context_menus/
context_menus_api_helpers.h 58 MenuItem::ContextList GetContexts(const PropertyWithEnumT& property) {
59 MenuItem::ContextList contexts;
149 MenuItem::ContextList contexts;
284 MenuItem::ContextList contexts;

Completed in 591 milliseconds