OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AlwaysShowIconForCmd
(Results
1 - 10
of
10
) sorted by null
/external/chromium/chrome/browser/tab_contents/
render_view_context_menu_gtk.cc
47
bool RenderViewContextMenuGtk::
AlwaysShowIconForCmd
(int command_id) const {
/external/chromium/chrome/browser/ui/gtk/
back_forward_button_gtk.cc
77
bool BackForwardButtonGtk::
AlwaysShowIconForCmd
(int command_id) const {
menu_gtk.h
46
virtual bool
AlwaysShowIconForCmd
(int command_id) const { return false; }
browser_toolbar_gtk.cc
323
bool BrowserToolbarGtk::
AlwaysShowIconForCmd
(int command_id) const {
browser_actions_toolbar_gtk.cc
704
bool BrowserActionsToolbarGtk::
AlwaysShowIconForCmd
(int command_id) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
back_forward_button_gtk.cc
80
bool BackForwardButtonGtk::
AlwaysShowIconForCmd
(int command_id) const {
browser_toolbar_gtk.cc
358
bool BrowserToolbarGtk::
AlwaysShowIconForCmd
(int command_id) const {
menu_gtk.cc
124
bool MenuGtk::Delegate::
AlwaysShowIconForCmd
(int command_id) const {
360
if (delegate_ && delegate_->
AlwaysShowIconForCmd
(command_id) &&
369
if (delegate_ && delegate_->
AlwaysShowIconForCmd
(command_id) &&
524
if (delegate_ && delegate_->
AlwaysShowIconForCmd
(command_id) &&
[
all
...]
browser_actions_toolbar_gtk.cc
852
bool BrowserActionsToolbarGtk::
AlwaysShowIconForCmd
(int command_id) const {
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
render_view_context_menu_gtk.cc
139
bool RenderViewContextMenuGtk::
AlwaysShowIconForCmd
(int command_id) const {
Completed in 163 milliseconds