OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:other_button
(Results
1 - 2
of
2
) sorted by null
/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/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 763 milliseconds