HomeSort by relevance Sort by last modified time
    Searched refs:SetLabel (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/ash/system/tray/
tray_item_more.h 29 void SetLabel(const base::string16& label);
tray_item_more.cc 48 void TrayItemMore::SetLabel(const base::string16& label) {
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 26 void SetLabel(NSString* label);
  /external/chromium_org/chromeos/login/auth/
key.h 44 void SetLabel(const std::string& label);
key_unittest.cc 22 key.SetLabel(kLabel);
key.cc 63 void Key::SetLabel(const std::string& label) {
extended_authenticator_impl.cc 97 key.SetLabel(keys.front().label);
  /external/chromium_org/ash/system/chromeos/rotation/
tray_rotation_lock.cc 81 SetLabel(label);
87 SetLabel(label);
  /external/chromium_org/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.h 43 void SetLabel(const base::string16& label);
selected_keyword_view.cc 53 SetLabel(((width() == GetPreferredSize().width()) ?
icon_label_bubble_view.cc 73 void IconLabelBubbleView::SetLabel(const base::string16& label) {
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 91 button.SetLabel(JetDefs.BUT_UNMUTE)
94 button.SetLabel(JetDefs.BUT_MUTE)
JetDialogs.py 488 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)
492 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_STOP)
496 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
500 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_PLAYSEG)
503 self.je.ctrls[JetDefs.F_PLAYMIDI].SetLabel(JetDefs.BUT_PLAYMIDI)
507 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
509 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_RESUME)
511 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
601 self.je.ctrls[JetDefs.F_PAUSE].SetLabel(JetDefs.BUT_PAUSE)
602 self.je.ctrls[JetDefs.F_PLAY].SetLabel(JetDefs.BUT_STOP)
    [all...]
JetAudition.py 475 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
480 self.btnPause.SetLabel(JetDefs.BUT_RESUME)
484 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
JetCreator.py     [all...]
  /external/chromium_org/ash/system/chromeos/network/
tray_vpn.cc 65 SetLabel(label);
tray_network.cc 168 SetLabel(label);
tray_sms.cc 72 SetLabel(label);
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 235 new_master_key_context.GetKey()->SetLabel(kCryptohomeMasterKeyLabel);
  /external/chromium_org/ash/system/ime/
tray_ime.cc 86 SetLabel(info.name);
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_authentication.cc 119 key->SetLabel(kCryptohomeSupervisedUserKeyLabel);
supervised_user_creation_controller_new.cc 289 key.SetLabel(kCryptohomeMasterKeyLabel);
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc 85 SetLabel(label);
  /external/chromium_org/ash/system/
tray_accessibility.cc 82 SetLabel(label);

Completed in 2529 milliseconds

1 2