Home
last modified time | relevance | path

Searched refs:SetLabel (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/platform/haiku/
DContextMenuItemHaiku.cpp61 m_platformDescription->SetLabel(BString(title).String()); in ContextMenuItem()
100 m_platformDescription->SetLabel(BString(theTitle).String()); in setType()
129 m_platformDescription->SetLabel(BString(title).String()); in setTitle()
143 m_platformDescription->SetLabel(title); in setSubMenu()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dselected_keyword_decoration.mm36 SetLabel(full_string_);
43 SetLabel(full_string_);
47 SetLabel(partial_string_);
Dev_bubble_decoration.mm67 SetLabel(full_label_);
85 SetLabel(full_label_);
101 SetLabel(elided_label);
Dbubble_decoration.h27 void SetLabel(NSString* label);
Dbubble_decoration.mm141 void BubbleDecoration::SetLabel(NSString* label) { function
Dautocomplete_text_field_cell_unittest.mm124 ev_bubble_decoration.SetLabel(@"Application");
/external/sonivox/jet_tools/JetCreator/
DJetDialogs.py488 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 …]
DJetPreview.py91 button.SetLabel(JetDefs.BUT_UNMUTE)
94 button.SetLabel(JetDefs.BUT_MUTE)
DJetAudition.py475 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
480 self.btnPause.SetLabel(JetDefs.BUT_RESUME)
484 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
DJetCreator.py1217 self.btnPlay.SetLabel(JetDefs.BUT_STOP)
1297 self.btnPlay.SetLabel(JetDefs.BUT_PLAY)
1298 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
1307 self.btnPause.SetLabel(JetDefs.BUT_RESUME)
1311 self.btnPause.SetLabel(JetDefs.BUT_PAUSE)
/external/chromium/chrome/browser/ui/views/location_bar/
Dicon_label_bubble_view.h37 void SetLabel(const std::wstring& label);
Dselected_keyword_view.cc48 SetLabel((width() == GetPreferredSize().width()) ? in Layout()
Dicon_label_bubble_view.cc42 void IconLabelBubbleView::SetLabel(const std::wstring& label) { in SetLabel() function in IconLabelBubbleView
Dlocation_bar_view.cc483 ev_bubble_view_->SetLabel(model_->GetEVCertName()); in Layout()
/external/chromium/chrome/browser/chromeos/login/
Deula_view.cc454 usage_statistics_checkbox_->SetLabel( in UpdateLocalizedStrings()
460 continue_button_->SetLabel(UTF16ToWide( in UpdateLocalizedStrings()
462 back_button_->SetLabel( in UpdateLocalizedStrings()
Dnew_user_view.cc302 sign_in_button_->SetLabel(UTF16ToWide( in UpdateLocalizedStringsAndFonts()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1361 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelDifference() local
1362 OutStreamer.EmitAssignment(SetLabel, Diff); in EmitLabelDifference()
1363 OutStreamer.EmitSymbolValue(SetLabel, Size); in EmitLabelDifference()
1390 MCSymbol *SetLabel = GetTempSymbol("set", SetCounter++); in EmitLabelOffsetDifference() local
1391 OutStreamer.EmitAssignment(SetLabel, Diff); in EmitLabelOffsetDifference()
1392 OutStreamer.EmitSymbolValue(SetLabel, 4); in EmitLabelOffsetDifference()
/external/chromium/chrome/browser/ui/views/
Dfirst_run_search_engine_view.cc291 (*it)->SetLabel((*it)->GetSearchEngine()->short_name()); in OnTemplateURLModelChanged()