OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tooltip_text_
(Results
1 - 25
of
29
) sorted by null
1
2
/external/chromium_org/ui/views/controls/button/
button.cc
19
tooltip_text_
= tooltip_text;
21
accessible_name_ =
tooltip_text_
;
33
if (
tooltip_text_
.empty())
36
*tooltip =
tooltip_text_
;
button.h
75
string16
tooltip_text_
;
member in class:views::Button
/external/chromium_org/ash/system/tray/
throbber_view.cc
34
tooltip_text_
= tooltip_text;
39
if (
tooltip_text_
.empty())
42
*tooltip =
tooltip_text_
;
76
if (
tooltip_text_
.empty())
79
*tooltip =
tooltip_text_
;
94
tooltip_text_
= tooltip_text;
throbber_view.h
29
base::string16
tooltip_text_
;
member in class:ash::internal::SystemTrayThrobber
57
base::string16
tooltip_text_
;
member in class:ash::internal::ThrobberView
/external/chromium_org/ui/views/corewm/
tooltip_controller_test_helper.h
54
void set_tooltip_text(string16 tooltip_text) {
tooltip_text_
= tooltip_text; }
61
string16
tooltip_text_
;
member in class:views::corewm::test::TooltipTestView
tooltip_controller_test_helper.cc
23
return controller_->
tooltip_text_
;
59
*tooltip =
tooltip_text_
;
tooltip_controller.cc
140
tooltip_text_
!= aura::client::GetTooltipText(tooltip_window_))) {
278
if (
tooltip_text_
!= tooltip_text || !tooltip_->IsVisible()) {
280
tooltip_text_
= tooltip_text;
281
base::string16 trimmed_text(
tooltip_text_
);
tooltip_controller.h
78
base::string16
tooltip_text_
;
member in class:views::corewm::TooltipController
/external/chromium_org/ui/views/controls/
progress_bar.h
61
string16
tooltip_text_
;
member in class:views::ProgressBar
image_view.cc
155
state->name =
tooltip_text_
;
181
tooltip_text_
= tooltip;
185
return
tooltip_text_
;
189
if (
tooltip_text_
.empty())
image_view.h
120
string16
tooltip_text_
;
member in class:views::ImageView
progress_bar.cc
171
tooltip_text_
= tooltip_text;
176
*tooltip =
tooltip_text_
;
177
return !
tooltip_text_
.empty();
label.cc
180
tooltip_text_
= tooltip_text;
275
if (
tooltip_text_
.empty() && !ShouldShowDefaultTooltip())
289
if (!
tooltip_text_
.empty()) {
290
tooltip->assign(
tooltip_text_
);
label.h
261
string16
tooltip_text_
;
member in class:views::Label
/external/chromium_org/ui/views/widget/
tooltip_manager_aura.h
55
string16
tooltip_text_
;
member in class:views::TooltipManagerAura
tooltip_manager_aura.cc
29
aura::client::SetTooltipText(GetWindow(), &
tooltip_text_
);
local
129
tooltip_text_
.clear();
131
tooltip_text_
= new_tooltip_text;
133
tooltip_text_
.clear();
tooltip_manager_win.h
119
string16
tooltip_text_
;
member in class:views::TooltipManagerWin
tooltip_manager_win.cc
195
tooltip_text_
.clear();
199
tooltip_text_
.clear();
204
if (last_tooltip_view_->GetTooltipText(view_loc, &
tooltip_text_
) &&
205
!
tooltip_text_
.empty()) {
207
clipped_text_ =
tooltip_text_
;
219
tooltip_text_
.clear();
321
if (!has_tooltip_text || (new_tooltip_text !=
tooltip_text_
)) {
/external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_types.h
114
tooltip_text_
= tooltip_text;
116
const base::string16& tooltip_text() const { return
tooltip_text_
; }
132
base::string16
tooltip_text_
;
member in class:autofill::DialogNotification
/external/chromium/chrome/browser/ui/views/download/
download_item_view.h
206
std::wstring
tooltip_text_
;
member in class:DownloadItemView
download_item_view.cc
221
tooltip_text_
=
252
tooltip_text_
.clear();
626
if (
tooltip_text_
.empty())
629
tooltip->assign(
tooltip_text_
);
[
all
...]
/external/chromium/chrome/browser/renderer_host/
render_widget_host_view_mac.h
376
std::wstring
tooltip_text_
;
member in class:RenderWidgetHostViewMac
render_widget_host_view_win.h
323
std::wstring
tooltip_text_
;
member in class:RenderWidgetHostViewWin
render_widget_host_view_win.cc
713
if (new_tooltip_text !=
tooltip_text_
) {
714
tooltip_text_
= new_tooltip_text;
[
all
...]
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.h
251
base::string16
tooltip_text_
;
member in class:DownloadItemView
Completed in 818 milliseconds
1
2