OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accelerators
(Results
1 - 14
of
14
) sorted by null
/external/chromium/chrome/browser/ui/gtk/
info_bubble_accelerators_gtk.cc
11
// Listing of the
accelerators
that are either handled or forwarded by
12
// info bubbles. Any
accelerators
that are not explicitly listed here
14
// after discussion over which
accelerators
should be addressed in
15
// info bubbles. For a complete listing of
accelerators
that are used
28
InfoBubbleAcceleratorGtkList
accelerators
;
local
30
accelerators
.push_back(InfoBubbleAcceleratorGtkTable[i]);
33
return
accelerators
;
browser_window_gtk.cc
165
//
accelerators
.
171
// gtk_accelerator_valid), so we need to handle these
accelerators
192
// Get the command ids of the
accelerators
that we don't want the native widget
671
AcceleratorsGtk*
accelerators
= AcceleratorsGtk::GetInstance();
local
672
for (AcceleratorsGtk::const_iterator iter =
accelerators
->begin();
673
iter !=
accelerators
->end(); ++iter) {
1815
AcceleratorsGtk*
accelerators
= AcceleratorsGtk::GetInstance();
local
[
all
...]
/external/chromium_org/ash/accelerators/
accelerator_commands.h
13
namespace
accelerators
{
namespace in namespace:ash
28
} // namespace
accelerators
accelerator_commands_unittest.cc
5
#include "ash/
accelerators
/accelerator_commands.h"
18
namespace
accelerators
{
namespace in namespace:ash
37
} // namespace
accelerators
accelerator_commands.cc
5
#include "ash/
accelerators
/accelerator_commands.h"
15
namespace
accelerators
{
namespace in namespace:ash
52
} // namespace
accelerators
/external/chromium_org/chrome/browser/ui/gtk/
accelerator_utils_gtk.cc
7
#include "ui/base/
accelerators
/accelerator.h"
12
AcceleratorsGtk*
accelerators
= AcceleratorsGtk::GetInstance();
local
13
for (AcceleratorsGtk::const_iterator iter =
accelerators
->begin();
14
iter !=
accelerators
->end(); ++iter) {
global_menu_bar.cc
24
#include "ui/base/
accelerators
/menu_label_accelerator_util_linux.h"
25
#include "ui/base/
accelerators
/platform_accelerator_gtk.h"
182
AcceleratorsGtk*
accelerators
= AcceleratorsGtk::GetInstance();
local
184
accelerators
->GetPrimaryAcceleratorForCommand(it->first);
browser_window_gtk.cc
96
#include "ui/base/
accelerators
/platform_accelerator_gtk.h"
155
//
accelerators
.
161
// gtk_accelerator_valid), so we need to handle these
accelerators
182
// Get the command ids of the
accelerators
that we don't want the native widget
654
AcceleratorsGtk*
accelerators
= AcceleratorsGtk::GetInstance();
local
655
for (AcceleratorsGtk::const_iterator iter =
accelerators
->begin();
656
iter !=
accelerators
->end(); ++iter) {
1845
AcceleratorsGtk*
accelerators
= AcceleratorsGtk::GetInstance();
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/
accelerator_utils_aura.cc
7
#include "ui/base/
accelerators
/accelerator.h"
10
#include "ash/
accelerators
/accelerator_table.h"
26
std::vector<chrome::AcceleratorMapping>
accelerators
=
local
29
accelerators
.begin(); it !=
accelerators
.end(); ++it) {
external_tab_container_win.cc
1300
ACCEL*
accelerators
= scoped_
accelerators
.get();
local
[
all
...]
/external/chromium/chrome/browser/
external_tab_container_win.cc
1008
ACCEL*
accelerators
= scoped_
accelerators
.get();
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/panels/
panel_view.cc
48
// Supported
accelerators
.
79
static std::map<ui::Accelerator, int>*
accelerators
= NULL;
local
80
if (!
accelerators
) {
81
accelerators
= new std::map<ui::Accelerator, int>();
85
(*
accelerators
)[accelerator] = kPanelAcceleratorMap[i].command_id;
88
return *
accelerators
;
[
all
...]
/external/chromium/chrome/browser/ui/views/frame/
browser_view.cc
463
// The standard Ctrl-X, Ctrl-V and Ctrl-C are not defined as
accelerators
2186
ACCEL*
accelerators
= static_cast<ACCEL*>(malloc(sizeof(ACCEL) * count));
local
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
browser_view.cc
111
#include "ui/base/
accelerators
/accelerator.h"
632
// We retrieve the accelerator information for standard
accelerators
2353
ACCEL*
accelerators
= static_cast<ACCEL*>(malloc(sizeof(ACCEL) * count));
local
[
all
...]
Completed in 180 milliseconds