OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_button
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/ui/cocoa/
javascript_app_modal_dialog_cocoa.mm
103
NSString*
other_button
= l10n_util::GetNSStringWithFixup(IDS_APP_CANCEL);
115
other_button
= l10n_util::GetNSStringWithFixup(
120
other_button
= l10n_util::GetNSStringWithFixup(
155
NSButton* other = [alert_ addButtonWithTitle:
other_button
];
/external/chromium/chrome/browser/ui/cocoa/
js_modal_dialog_cocoa.mm
105
NSString*
other_button
= l10n_util::GetNSStringWithFixup(IDS_APP_CANCEL);
116
other_button
= l10n_util::GetNSStringWithFixup(
146
NSButton* other = [alert_ addButtonWithTitle:
other_button
];
/external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc
661
views::TextButton*
other_button
=
local
663
gfx::Point loc(
other_button
->width() / 2,
other_button
->height() / 2);
664
views::View::ConvertPointToScreen(
other_button
, &loc);
683
views::TextButton*
other_button
=
local
685
gfx::Point loc(
other_button
->width() / 2,
other_button
->height() / 2);
686
views::View::ConvertPointToScreen(
other_button
, &loc);
761
views::TextButton*
other_button
=
local
763
gfx::Point loc(
other_button
->width() / 2, other_button->height() / 2)
782
views::TextButton*
other_button
=
local
[
all
...]
/external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc
677
views::TextButton*
other_button
=
local
679
gfx::Point loc(
other_button
->width() / 2,
other_button
->height() / 2);
680
views::View::ConvertPointToScreen(
other_button
, &loc);
750
views::TextButton*
other_button
=
local
752
gfx::Point loc(
other_button
->width() / 2,
other_button
->height() / 2);
753
views::View::ConvertPointToScreen(
other_button
, &loc);
[
all
...]
Completed in 111 milliseconds