OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContextMenuModel
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/common/
automation_messages.h
160
struct
ContextMenuModel
{
161
ContextMenuModel
();
162
~
ContextMenuModel
();
185
ContextMenuModel
* submenu;
195
struct ParamTraits<
ContextMenuModel
> {
196
typedef
ContextMenuModel
param_type;
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_internal.h
603
ContextMenuModel
/* description of menu */,
[
all
...]
/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
...]
/external/chromium_org/chrome_frame/
chrome_frame_delegate.h
25
struct
ContextMenuModel
;
107
virtual void OnHandleContextMenu(const
ContextMenuModel
& context_menu_model,
chrome_frame_plugin.h
121
virtual void OnHandleContextMenu(const
ContextMenuModel
& menu_model,
utils.h
26
struct
ContextMenuModel
;
234
HMENU BuildContextMenu(const
ContextMenuModel
& menu_model);
utils.cc
565
HMENU BuildContextMenuImpl(const
ContextMenuModel
* menu_model, int depth) {
571
const
ContextMenuModel
::Item& item = menu_model->items[i];
618
HMENU BuildContextMenu(const
ContextMenuModel
& menu_model) {
[
all
...]
chrome_frame_activex_base.h
492
virtual void OnHandleContextMenu(const
ContextMenuModel
& menu_model,
[
all
...]
/external/chromium_org/chrome/browser/ui/views/
external_tab_container_win.cc
132
ContextMenuModel
* ConvertMenuModel(const ui::MenuModel* ui_model) {
133
ContextMenuModel
* new_model = new
ContextMenuModel
;
139
ContextMenuModel
::Item item;
[
all
...]
Completed in 4636 milliseconds