OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLabel
(Results
1 - 25
of
27
) sorted by null
1
2
/external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h
27
void
SetLabel
(NSString* label);
/external/chromium/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.h
37
void
SetLabel
(const std::wstring& label);
selected_keyword_view.cc
48
SetLabel
((width() == GetPreferredSize().width()) ?
icon_label_bubble_view.cc
42
void IconLabelBubbleView::
SetLabel
(const std::wstring& label) {
/external/chromium_org/ash/system/tray/
tray_item_more.h
32
void
SetLabel
(const base::string16& label);
tray_item_more.cc
49
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/chrome/browser/ui/views/location_bar/
icon_label_bubble_view.h
42
void
SetLabel
(const base::string16& label);
selected_keyword_view.cc
53
SetLabel
(((width() == GetPreferredSize().width()) ?
icon_label_bubble_view.cc
75
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
165
SetLabel
(label);
tray_sms.cc
73
SetLabel
(label);
/external/chromium/chrome/browser/chromeos/login/
eula_view.cc
454
usage_statistics_checkbox_->
SetLabel
(
460
continue_button_->
SetLabel
(UTF16ToWide(
462
back_button_->
SetLabel
(
new_user_view.cc
302
sign_in_button_->
SetLabel
(UTF16ToWide(
/external/chromium_org/ash/system/ime/
tray_ime.cc
67
SetLabel
(info.name);
/external/chromium_org/ash/system/
tray_accessibility.cc
77
SetLabel
(label);
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
[
all
...]
/external/chromium/chrome/browser/ui/views/
first_run_search_engine_view.cc
291
(*it)->
SetLabel
((*it)->GetSearchEngine()->short_name());
/external/chromium_org/ash/system/bluetooth/
tray_bluetooth.cc
87
SetLabel
(label);
/external/chromium_org/ash/system/drive/
tray_drive.cc
87
SetLabel
(label);
Completed in 2906 milliseconds
1
2