/external/chromium/chrome/browser/resources/options/chromeos/ |
accounts_user_list.js | 188 var removeButton = this.ownerDocument.createElement('button'); 189 removeButton.classList.add('raw-button'); 190 removeButton.classList.add('remove-user-button'); 191 this.appendChild(removeButton);
|
/external/webkit/Source/WebCore/dom/ |
CheckedRadioButtons.h | 36 void removeButton(HTMLFormControlElement*);
|
CheckedRadioButtons.cpp | 69 void CheckedRadioButtons::removeButton(HTMLFormControlElement* element)
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AttachmentEditor.java | 191 Button removeButton = (Button) view.findViewById(remove_button_id); 195 removeButton.setOnClickListener(new MessageOnClick(remove_message)); 216 Button removeButton = (Button) view.findViewById(R.id.remove_slideshow_button); 217 removeButton.setOnClickListener(new MessageOnClick(MSG_REMOVE_ATTACHMENT));
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
styles.css | 31 #pageControls *, .removeButton, .channel, .messageLine * { 96 .channelControls .removeButton {
|
index.html | 160 childNodeWithClass(newSlide, "removeButton") 363 <div class="removeButton">
|
/external/proguard/src/proguard/gui/ |
ListPanel.java | 84 JButton removeButton = new JButton(msg("remove")); 85 removeButton.addActionListener(new ActionListener() 94 addButton(tip(removeButton, "removeTip"));
|
/external/chromium/chrome/browser/chromeos/login/ |
user_view.cc | 129 class RemoveButton : public views::TextButton { 131 RemoveButton(views::ButtonListener* listener, 213 DISALLOW_COPY_AND_ASSIGN(RemoveButton); 286 remove_button_ = new RemoveButton(
|
/packages/apps/Settings/src/com/android/settings/ |
TrustedCredentialsSettings.java | 350 Button removeButton = (Button) inflater.inflate(R.layout.trusted_credential_details, 353 body.addView(removeButton); 354 removeButton.setText(certHolder.mTab.getButtonLabel(certHolder)); 355 removeButton.setOnClickListener(new View.OnClickListener() {
|
/external/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 358 <cstring>removeButton</cstring> 395 <sender>removeButton</sender> 419 <tabstop>removeButton</tabstop>
|
networkconfig.ui.h | 483 removeButton->setEnabled(true);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 377 <cstring>removeButton</cstring> 414 <sender>removeButton</sender> 439 <tabstop>removeButton</tabstop>
|
networkconfig.ui.h | 497 removeButton->setEnabled(true);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui/ |
networkconfig.ui | 377 <cstring>removeButton</cstring> 414 <sender>removeButton</sender> 439 <tabstop>removeButton</tabstop>
|
networkconfig.ui.h | 497 removeButton->setEnabled(true);
|
/external/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 319 <widget class="QPushButton" name="removeButton" > 350 <tabstop>removeButton</tabstop>
|
networkconfig.cpp | 44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); 524 removeButton->setEnabled(true);
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 360 <widget class="QPushButton" name="removeButton" > 417 <tabstop>removeButton</tabstop>
|
networkconfig.cpp | 44 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); 754 removeButton->setEnabled(true);
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
networkconfig.ui | 370 <widget class="QPushButton" name="removeButton" > 427 <tabstop>removeButton</tabstop>
|
networkconfig.cpp | 47 connect(removeButton, SIGNAL(clicked()), this, SLOT(removeNetwork())); 790 removeButton->setEnabled(true);
|
/external/webkit/Source/WebCore/html/ |
HTMLFormElement.cpp | 475 document()->checkedRadioButtons().removeButton(element); 484 m_checkedRadioButtons.removeButton(static_cast<HTMLFormControlElement*>(e));
|
HTMLInputElement.cpp | 100 document()->checkedRadioButtons().removeButton(this); 463 checkedRadioButtons().removeButton(this); 574 checkedRadioButtons().removeButton(this); 786 checkedRadioButtons().removeButton(this); [all...] |
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.h | 185 - (void)removeButton:(NSInteger)buttonIndex animate:(BOOL)poof;
|
bookmark_bar_controller.mm | [all...] |