HomeSort by relevance Sort by last modified time
    Searched full:other_button (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/cocoa/
javascript_app_modal_dialog_cocoa.mm 107 NSString* other_button = l10n_util::GetNSStringWithFixup(IDS_APP_CANCEL);
119 other_button = l10n_util::GetNSStringWithFixup(
124 other_button = l10n_util::GetNSStringWithFixup(
177 NSButton* other = [alert_ addButtonWithTitle:other_button];
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view_test.cc 812 views::LabelButton* other_button = local
814 gfx::Point loc(other_button->width() / 2, other_button->height() / 2);
815 views::View::ConvertPointToScreen(other_button, &loc);
834 views::LabelButton* other_button = local
836 gfx::Point loc(other_button->width() / 2, other_button->height() / 2);
837 views::View::ConvertPointToScreen(other_button, &loc);
912 views::LabelButton* other_button = local
914 gfx::Point loc(other_button->width() / 2, other_button->height() / 2)
933 views::LabelButton* other_button = local
    [all...]

Completed in 834 milliseconds