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

1 2 3

  /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/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.cc 136 LPCWSTR status_text) {
139 << " Status: " << (status_text ? status_text : L"");
141 HRESULT hr = prot_data_->ReportProgress(delegate_, status_code, status_text);
235 bool IsTextHtml(const wchar_t* status_text) {
236 const std::wstring str = status_text;
241 bool IsAdditionallySupportedContentType(const wchar_t* status_text) {
253 const std::wstring str = status_text;
260 status_text) == PolicySettings::RENDER_IN_CHROME_FRAME) {
410 ULONG status_code, LPCWSTR status_text) {
    [all...]
bind_status_callback_impl.h 63 LPCWSTR 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);
protocol_sink_wrap.h 91 STDMETHOD(ReportProgress)(ULONG status_code, LPCWSTR status_text);
110 LPCWSTR status_text);
172 void SaveSuggestedMimeType(LPCWSTR status_text);
  /development/samples/WiFiDirectServiceDiscovery/res/layout/
main.xml 16 android:id="@+id/status_text"
  /external/chromium_org/ppapi/shared_impl/
url_response_info_data.h 23 std::string status_text; member in struct:ppapi::URLResponseInfoData
  /frameworks/base/tests/StatusBar/res/layout/
progress_notification.xml 15 android:id="@+id/status_text"
  /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_org/ppapi/proxy/
url_response_info_resource.cc 51 return StringVar::StringToPPVar(data_.status_text);
56 return StringVar::StringToPPVar(data_.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;
  /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;
  /external/zxing/qr_scanner/res/values/
colors.xml 20 <color name="status_text">#ffffffff</color>
  /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);
  /development/samples/ApiDemos/res/layout/
searchview_actionbar.xml 23 android:id="@+id/status_text"
  /development/samples/AppNavigation/res/layout/
content_view.xml 25 <TextView android:id="@+id/status_text"
  /development/samples/SupportAppNavigation/res/layout/
content_view.xml 25 <TextView android:id="@+id/status_text"
  /external/chromium_org/content/common/
websocket.h 49 std::string status_text; member in struct:content::WebSocketHandshakeResponse
  /external/zxing/qr_scanner/res/layout/
capture.xml 38 android:textColor="@color/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;
  /packages/apps/Exchange/src/com/android/exchange/
CommandStatusException.java 78 private static final String[] STATUS_TEXT = {
128 if (offset <= STATUS_TEXT.length) {
129 sb.append(STATUS_TEXT[offset]);
  /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...]
  /development/samples/MultiResolution/res/layout/
main.xml 46 android:id="@+id/status_text"
  /development/samples/MultiResolution/res/layout-land/
main.xml 47 android:id="@+id/status_text"

Completed in 816 milliseconds

1 2 3