OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConvertAcceleratorsFromWindowsStyle
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/ui/base/accelerators/
menu_label_accelerator_util_linux.h
16
UI_EXPORT std::string
ConvertAcceleratorsFromWindowsStyle
(
23
//
ConvertAcceleratorsFromWindowsStyle
() will return the original string (except
menu_label_accelerator_util_linux_unittest.cc
12
TEST(MenuLabelAcceleratorTest,
ConvertAcceleratorsFromWindowsStyle
) {
26
std::string result =
ConvertAcceleratorsFromWindowsStyle
(cases[i].input);
menu_label_accelerator_util_linux.cc
11
// Common implementation of
ConvertAcceleratorsFromWindowsStyle
() and
44
std::string
ConvertAcceleratorsFromWindowsStyle
(const std::string& label) {
/external/chromium/chrome/browser/ui/gtk/
global_menu_bar.cc
201
gfx::
ConvertAcceleratorsFromWindowsStyle
(
222
gfx::
ConvertAcceleratorsFromWindowsStyle
(
menu_gtk.cc
309
std::string converted_label = gfx::
ConvertAcceleratorsFromWindowsStyle
(label);
317
std::string converted_label = gfx::
ConvertAcceleratorsFromWindowsStyle
(label);
324
std::string converted_label = gfx::
ConvertAcceleratorsFromWindowsStyle
(label);
443
gfx::
ConvertAcceleratorsFromWindowsStyle
(
742
gfx::
ConvertAcceleratorsFromWindowsStyle
(
801
gfx::
ConvertAcceleratorsFromWindowsStyle
(
certificate_viewer.cc
164
gfx::
ConvertAcceleratorsFromWindowsStyle
(
172
gfx::
ConvertAcceleratorsFromWindowsStyle
(
635
gfx::
ConvertAcceleratorsFromWindowsStyle
(
gtk_util.cc
652
gfx::
ConvertAcceleratorsFromWindowsStyle
(
[
all
...]
/external/chromium_org/chrome/browser/ui/libgtk2ui/
menu_util.cc
103
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
231
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
/external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc
324
std::string converted_label = ui::
ConvertAcceleratorsFromWindowsStyle
(label);
332
std::string converted_label = ui::
ConvertAcceleratorsFromWindowsStyle
(label);
339
std::string converted_label = ui::
ConvertAcceleratorsFromWindowsStyle
(label);
483
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
897
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
955
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
[
all
...]
global_menu_bar.cc
261
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
certificate_viewer_gtk.cc
175
ui::
ConvertAcceleratorsFromWindowsStyle
(
183
ui::
ConvertAcceleratorsFromWindowsStyle
(
648
ui::
ConvertAcceleratorsFromWindowsStyle
(
gtk_util.cc
612
ui::
ConvertAcceleratorsFromWindowsStyle
(
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/tab_contents/
render_view_context_menu_gtk.cc
106
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
/external/chromium/chrome/browser/renderer_host/
gtk_im_context_wrapper.cc
323
std::string label = gfx::
ConvertAcceleratorsFromWindowsStyle
(
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
omnibox_view_gtk.cc
[
all
...]
/external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc
454
std::string label = ui::
ConvertAcceleratorsFromWindowsStyle
(
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.cc
[
all
...]
Completed in 397 milliseconds