OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContextMenuModel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/common/
automation_messages.cc
37
ContextMenuModel
::
ContextMenuModel
() {
40
ContextMenuModel
::~
ContextMenuModel
() {
45
ContextMenuModel
::Item::Item()
55
void ParamTraits<
ContextMenuModel
>::Write(Message* m,
71
bool ParamTraits<
ContextMenuModel
>::Read(const Message* m,
80
ContextMenuModel
::Item item;
93
item.submenu = new
ContextMenuModel
;
107
void ParamTraits<
ContextMenuModel
>::Log(const param_type& p
[
all
...]
automation_messages.h
160
struct
ContextMenuModel
{
161
ContextMenuModel
();
162
~
ContextMenuModel
();
185
ContextMenuModel
* submenu;
195
struct ParamTraits<
ContextMenuModel
> {
196
typedef
ContextMenuModel
param_type;
/external/chromium/chrome/browser/ui/gtk/
browser_titlebar.h
90
class
ContextMenuModel
: public ui::SimpleMenuModel {
92
explicit
ContextMenuModel
(ui::SimpleMenuModel::Delegate* delegate);
224
scoped_ptr<
ContextMenuModel
> context_menu_model_;
browser_titlebar.cc
801
context_menu_model_.reset(new
ContextMenuModel
(this));
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.h
82
class
ContextMenuModel
: public ui::SimpleMenuModel {
84
explicit
ContextMenuModel
(ui::SimpleMenuModel::Delegate* delegate);
260
scoped_ptr<
ContextMenuModel
> context_menu_model_;
browser_titlebar.cc
[
all
...]
Completed in 40 milliseconds