OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:link_label
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/sync/
sync_ui_util.cc
37
string16*
link_label
) {
38
if (
link_label
)
39
link_label
->assign(l10n_util::GetStringUTF16(IDS_SYNC_RELOGIN_LINK_LABEL));
62
if (
link_label
)
63
link_label
->clear();
89
// status_label and
link_label
must either be both NULL or both non-NULL.
92
string16*
link_label
) {
93
DCHECK_EQ(status_label == NULL,
link_label
== NULL);
125
if (status_label &&
link_label
) {
127
link_label
->assign
[
all
...]
sync_ui_util.h
39
string16*
link_label
);
44
string16*
link_label
);
/external/chromium/chrome/browser/ui/webui/options/
personal_options_handler.cc
238
string16
link_label
;
local
244
&status_label, &
link_label
) == sync_ui_util::SYNC_ERROR;
294
label.reset(Value::CreateStringValue(
link_label
));
Completed in 159 milliseconds