Searched refs:buttonTitle (Results 1 – 4 of 4) sorted by relevance
33 base::string16 buttonTitle = WebsiteSettingsUI::PermissionActionToUIString(37 [titleItem setTitle:base::SysUTF16ToNSString(buttonTitle)];
252 NSString* buttonTitle = nil;256 buttonTitle = l10n_util::GetNSStringF(IDS_MANAGED_USER_NEW_AVATAR_LABEL,259 buttonTitle = base::SysUTF16ToNSString(profileName);268 initWithString:buttonTitle
790 _updateButtonTitle: function(button, buttonTitle) argument794 button.title = String.vsprintf(buttonTitle, [button.shortcuts[0].name]);796 button.title = buttonTitle;806 _createButtonAndRegisterShortcuts: function(buttonId, buttonTitle, handler, shortcuts) argument808 var button = new WebInspector.StatusBarButton(buttonTitle, buttonId);811 this._updateButtonTitle(button, buttonTitle);
258 NSString* buttonTitle =261 [[NSAttributedString alloc] initWithString:buttonTitle