HomeSort by relevance Sort by last modified time
    Searched refs:status_text (Results 1 - 25 of 47) sorted by null

1 2

  /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/ppapi/shared_impl/
url_response_info_data.h 23 std::string status_text; member in struct:ppapi::URLResponseInfoData
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
ContentViewActivity.java 36 TextView tv = (TextView) findViewById(R.id.status_text);
39 TextView tv = (TextView) findViewById(R.id.status_text);
  /external/chromium/net/ftp/
ftp_ctrl_response_buffer.cc 41 line_buf_ = line.status_text;
59 line_buf_ = line.status_text;
62 response_buf_.lines.push_back(line.status_text);
106 result.status_text = line.substr(4);
108 result.status_text = line;
ftp_ctrl_response_buffer.h 64 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
protocol_sink_wrap.h 91 STDMETHOD(ReportProgress)(ULONG status_code, LPCWSTR status_text);
110 LPCWSTR status_text);
172 void SaveSuggestedMimeType(LPCWSTR status_text);
protocol_sink_wrap.cc 133 LPCWSTR status_text) {
136 << " Status: " << (status_text ? status_text : L"");
138 HRESULT hr = prot_data_->ReportProgress(delegate_, status_code, status_text);
232 bool IsTextHtml(const wchar_t* status_text) {
233 const std::wstring str = status_text;
238 bool IsAdditionallySupportedContentType(const wchar_t* status_text) {
250 const std::wstring str = status_text;
257 status_text) == PolicySettings::RENDER_IN_CHROME_FRAME) {
407 ULONG status_code, LPCWSTR status_text) {
    [all...]
http_negotiate.h 30 IInternetProtocolSink* me, ULONG status_code, LPCWSTR status_text);
urlmon_bind_status_callback.cc 240 ULONG status_code, LPCWSTR status_text) {
244 status_text);
259 status_text));
262 status_text);
362 p->status_code(), p->status_text());
bind_status_callback_impl.cc 106 ULONG status_code, LPCWSTR status_text) {
110 status_text);
113 delegate_->OnProgress(progress, progress_max, status_code, status_text);
  /development/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
ContentViewActivity.java 43 TextView tv = (TextView) findViewById(R.id.status_text);
46 TextView tv = (TextView) findViewById(R.id.status_text);
  /external/chromium_org/ppapi/proxy/
url_response_info_resource.cc 51 return StringVar::StringToPPVar(data_.status_text);
56 return StringVar::StringToPPVar(data_.status_text);
  /external/chromium_org/net/ftp/
ftp_ctrl_response_buffer.cc 46 line_buf_ = line.status_text;
64 line_buf_ = line.status_text;
67 response_buf_.lines.push_back(line.status_text);
131 result.status_text = line.substr(4);
133 result.status_text = line;
ftp_ctrl_response_buffer.h 65 std::string status_text; member in struct:net::FtpCtrlResponseBuffer::ParsedLine
  /external/chromium_org/chrome/browser/download/
download_item_model.cc 165 string16 status_text; local
227 status_text = l10n_util::GetStringUTF16(string_id);
229 return status_text;
254 string16 status_text; local
257 status_text = GetInProgressStatusString();
261 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_REMOVED);
263 status_text.clear();
267 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELLED);
273 status_text = l10n_util::GetStringFUTF16(
277 status_text = l10n_util::GetStringUTF16(IDS_DOWNLOAD_STATUS_CANCELLED)
    [all...]
  /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;
background_view.h 142 const std::string& status_text);
  /external/chromium_org/content/renderer/pepper/
url_response_info_util.cc 55 data.status_text = response.httpStatusText().utf8();
  /development/samples/MultiResolution/src/com/example/android/multires/
MultiRes.java 70 TextView statusText = (TextView) findViewById(R.id.status_text);
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 126 TextView statusText = (TextView) mContentView.findViewById(R.id.status_text);
160 new FileServerAsyncTask(getActivity(), mContentView.findViewById(R.id.status_text))
166 ((TextView) mContentView.findViewById(R.id.status_text)).setText(getResources()
200 view = (TextView) mContentView.findViewById(R.id.status_text);
  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job.h 103 void HeadersComplete(int status_code, const std::string& status_text);
  /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 66 std::string status_text = UTF16ToUTF8(status_text_wide); local
67 if (status_text_ == status_text)
70 status_text_ = status_text;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
SearchViewActionBar.java 54 mStatusView = (TextView) findViewById(R.id.status_text);

Completed in 437 milliseconds

1 2