OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:status_text
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ppapi/shared_impl/
url_response_info_data.h
23
std::string
status_text
;
member in struct:ppapi::URLResponseInfoData
/external/chromium/chrome/browser/download/
download_item_model.cc
55
string16
status_text
;
local
60
status_text
=
63
status_text
= l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_OPEN_IN,
69
status_text
= (size == 0) ?
73
status_text
= l10n_util::GetStringFUTF16(
80
status_text
.clear();
83
status_text
= l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELED);
88
status_text
= l10n_util::GetStringFUTF16(IDS_DOWNLOAD_STATUS_INTERRUPTED,
96
return
status_text
;
115
string16
status_text
;
local
[
all
...]
/external/chromium_org/content/common/
websocket.h
49
std::string
status_text
;
member in struct:content::WebSocketHandshakeResponse
/external/chromium/net/ftp/
ftp_ctrl_response_buffer.h
64
std::string
status_text
;
member in struct:net::FtpCtrlResponseBuffer::ParsedLine
/external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.h
65
std::string
status_text
;
member in struct:net::FtpCtrlResponseBuffer::ParsedLine
/external/chromium_org/chrome_frame/
urlmon_bind_status_callback.h
110
LPCWSTR
status_text
);
126
const wchar_t*
status_text
)
130
if (
status_text
) {
131
int len = lstrlenW(
status_text
) + 1;
134
lstrcpynW(status_text_.get(),
status_text
, len);
156
const wchar_t*
status_text
() const {
function in class:BSCBStorageBind::Progress
/external/chromium/chrome/browser/ui/gtk/
status_bubble_gtk.cc
62
std::string
status_text
= UTF16ToUTF8(status_text_wide);
local
63
if (status_text_ ==
status_text
)
66
status_text_ =
status_text
;
/external/chromium_org/chrome/browser/ui/gtk/
status_bubble_gtk.cc
67
std::string
status_text
= UTF16ToUTF8(status_text_wide);
local
68
if (status_text_ ==
status_text
)
71
status_text_ =
status_text
;
/external/chromium/chrome/browser/chromeos/login/
background_view.cc
493
std::string
status_text
;
local
499
status_text
= l10n_util::GetStringUTF8(
505
status_text
= l10n_util::GetStringUTF8(
509
status_text
= l10n_util::GetStringUTF8(
518
SetEnterpriseInfo(policy_connector->GetEnterpriseDomain(),
status_text
);
522
const std::string&
status_text
) {
524
status_text
!= enterprise_status_text_) {
526
enterprise_status_text_ =
status_text
;
/external/chromium_org/chrome/browser/download/
download_item_model.cc
180
base::string16
status_text
;
local
242
status_text
= l10n_util::GetStringUTF16(string_id);
244
return
status_text
;
267
base::string16
status_text
;
local
270
status_text
= GetInProgressStatusString();
274
status_text
= l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_REMOVED);
276
status_text
.clear();
280
status_text
= l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELLED);
286
status_text
= l10n_util::GetStringFUTF16(
290
status_text
= l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELLED)
[
all
...]
/external/chromium/chrome/browser/ui/views/download/
download_item_view.cc
384
string16
status_text
= model_->GetStatusText();
local
395
if (
status_text
.empty())
410
if (
status_text
.empty())
426
status_text_ = UTF16ToWideHack(
status_text
);
[
all
...]
/external/tcpdump/
print-802_11.c
101
static const char *
status_text
[] = {
variable
124
#define NUM_STATUSES (sizeof
status_text
/ sizeof
status_text
[0])
370
?
status_text
[pbody.status_code]
508
?
status_text
[pbody.status_code]
519
?
status_text
[pbody.status_code]
/external/chromium/net/http/
http_response_headers.cc
455
// <http_version> SP <response_code> SP <
status_text
>
456
std::string
status_text
= GetStatusLine();
local
457
std::string::const_iterator begin =
status_text
.begin();
458
std::string::const_iterator end =
status_text
.end();
[
all
...]
/external/chromium_org/chrome/browser/ui/views/download/
download_item_view.cc
262
base::string16
status_text
= model_.GetStatusText();
local
300
status_text_ =
status_text
;
[
all
...]
/external/chromium_org/net/http/
http_response_headers.cc
518
// <http_version> SP <response_code> SP <
status_text
>
519
std::string
status_text
= GetStatusLine();
local
520
std::string::const_iterator begin =
status_text
.begin();
521
std::string::const_iterator end =
status_text
.end();
[
all
...]
Completed in 2075 milliseconds